Forum >Replies by MrIon
Replies (20)
  • You Reply: OK. I'm going to log the error count and see what's going on.
  • You Reply: Is it supposed to make a new file for every trip? if that's the case then it doesn't do that
  • You Reply: Where's the SD pin on the freematics? Is it the SS or 10?
  • You Reply: Where's the SD pin on the freematics? Is it the SS or 10?
  • You Reply: Nevermind. I forgot to add the OBD.cpp and OBD.h files in my Codeblock sources.
  • You Reply: Nevermind. I forgot to add the OBD.cpp and OBD.h files in my Codeblock sources.
  • You Reply: I get this error now:
  • You Reply: I get this error now:
  • You Reply: the datalogger is already on the m644p right? I suggest disabling LCD display by uncommenting the line in config.h:
    [code]LCD_Null lcd;[/code]

    and comment out:
    [code]LCD_SSD1306 lcd;[/code]
  • You Reply: the datalogger is already on the m644p right? I suggest disabling LCD display by uncommenting the line in config.h:
    [code]LCD_Null lcd;[/code]

    and comment out:
    [code]LCD_SSD1306 lcd;[/code]
  • You Reply: I made an app that connected to the ble frematics in Android. Now how do I grab information from the bluetooth in order to get lets say the engine RPM?
  • You Reply: I made an app that connected to the ble frematics in Android. Now how do I grab information from the bluetooth in order to get lets say the engine RPM?
  • You Reply: Nevermind I figured it out. I had spaces in the my folder structures and it didn't like that( for example OBD Project) as soon as I named it OBDProject and resaved it worked.
  • You Reply: Nevermind I figured it out. I had spaces in the my folder structures and it didn't like that( for example OBD Project) as soon as I named it OBDProject and resaved it worked.
  • You Reply: So I've been playing around and I got the OBD.cpp and OBD.h in a Ardunio project under the CodeBlocks program. Everything build with no problem. Now I'm trying to use the USBtiny programmer however I get an error. Here's what the debug window says:

    Scanning for lexers in C:\Users\Marius\Desktop\CodeBlocks/share/codeblocks/lexers/...
    Found 45 lexers
    Scanning for lexers in C:\Users\Marius\Desktop\CodeBlocks/share/codeblocks/lexers/...
    Found 45 lexers
    Loading lexer_A68k
    Loading lexer_ada
    Loading lexer_angelscript
    Loading lexer_bash
    Loading lexer_batch
    Loading lexer_bibtex
    Loading lexer_caml
    Loading lexer_cg
    Loading lexer_cmake
    Loading lexer_cpp
    Loading lexer_css
    Loading lexer_d
    Loading lexer_diff
    Loading lexer_f77
    Loading lexer_fortran
    Loading lexer_glsl
    Loading lexer_gm
    Loading lexer_haskell
    Loading lexer_hitasm
    Loading lexer_html
    Loading lexer_java
    Loading lexer_latex
    Loading lexer_lisp
    Loading lexer_lua
    Loading lexer_make
    Loading lexer_masm
    Loading lexer_matlab
    Loading lexer_nsis
    Loading lexer_OgreCompositor
    Loading lexer_OgreMaterial
    Loading lexer_pascal
    Loading lexer_perl
    Loading lexer_postscript
    Loading lexer_prg
    Loading lexer_properties
    Loading lexer_python
    Loading lexer_rc
    Loading lexer_ruby
    Loading lexer_smalltalk
    Loading lexer_sql
    Loading lexer_squirrel
    Loading lexer_vbscript
    Loading lexer_verilog
    Loading lexer_vhdl
    Loading lexer_xml
    Loading lexer_A68k
    Loading lexer_ada
    Loading lexer_angelscript
    Loading lexer_bash
    Loading lexer_batch
    Loading lexer_bibtex
    Loading lexer_caml
    Loading lexer_cg
    Loading lexer_cmake
    Loading lexer_cpp
    Loading lexer_css
    Loading lexer_d
    Loading lexer_diff
    Loading lexer_f77
    Loading lexer_fortran
    Loading lexer_glsl
    Loading lexer_gm
    Loading lexer_haskell
    Loading lexer_hitasm
    Loading lexer_html
    Loading lexer_java
    Loading lexer_latex
    Loading lexer_lisp
    Loading lexer_lua
    Loading lexer_make
    Loading lexer_masm
    Loading lexer_matlab
    Loading lexer_nsis
    Loading lexer_OgreCompositor
    Loading lexer_OgreMaterial
    Loading lexer_pascal
    Loading lexer_perl
    Loading lexer_postscript
    Loading lexer_prg
    Loading lexer_properties
    Loading lexer_python
    Loading lexer_rc
    Loading lexer_ruby
    Loading lexer_smalltalk
    Loading lexer_sql
    Loading lexer_squirrel
    Loading lexer_vbscript
    Loading lexer_verilog
    Loading lexer_vhdl
    Loading lexer_xml
    Configured 7 tools
    Scanning for plugins in C:\Users\Marius\Desktop\CodeBlocks/share/codeblocks/plugins
    Loaded 17 plugins
    Scanning for plugins in C:\Users\Marius\Desktop\CodeBlocks/share/codeblocks/plugins
    Loaded 17 plugins
    Loading:
    Abbreviations
    AStylePlugin
    Autosave
    ClassWizard
    CodeCompletion
    Compiler
    CppCheck
    Debugger
    FilesExtensionHandler
    HexEditor
    OpenFilesList
    ProjectsImporter
    ScriptedWizard
    SmartIndentCpp
    SmartIndentXML
    ToDoList
    WindowsXPLookNFeel
    Running startup script
    Script plugin registered: Find Broken Files plugin
    Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
    Create new parser for project 'OBDtest1'
    Project 'OBDtest1' parsing stage done!
    Deleting parser for project 'OBDtest1'!
    Create new parser for project 'OBDtest1'
    Project 'OBDtest1' parsing stage done!
    Launching tool 'Upload via USBtiny': C:\Users\Marius\Desktop\CodeBlocks/cb_console_runner.exe bin/avrdude -e -F -C bin/avrdude.conf -V -patmega644p -cusbtiny -Pusb -Uflash:w:C:\Users\Marius\Desktop\OBD Project\OBD Prototype\OBDtest1\/build\OBDtest1_uduino644p.elf.hex:i  -Ueeprom:w:C:\Users\Marius\Desktop\OBD Project\OBD Prototype\OBDtest1\build\OBDtest1_uduino644p.elf.eep.hex:i (in C:\Users\Marius\Desktop\CodeBlocks\bin)
    Tool execution terminated with status 1
  • You Reply: So I've been playing around and I got the OBD.cpp and OBD.h in a Ardunio project under the CodeBlocks program. Everything build with no problem. Now I'm trying to use the USBtiny programmer however I get an error. Here's what the debug window says:

    Scanning for lexers in C:\Users\Marius\Desktop\CodeBlocks/share/codeblocks/lexers/...
    Found 45 lexers
    Scanning for lexers in C:\Users\Marius\Desktop\CodeBlocks/share/codeblocks/lexers/...
    Found 45 lexers
    Loading lexer_A68k
    Loading lexer_ada
    Loading lexer_angelscript
    Loading lexer_bash
    Loading lexer_batch
    Loading lexer_bibtex
    Loading lexer_caml
    Loading lexer_cg
    Loading lexer_cmake
    Loading lexer_cpp
    Loading lexer_css
    Loading lexer_d
    Loading lexer_diff
    Loading lexer_f77
    Loading lexer_fortran
    Loading lexer_glsl
    Loading lexer_gm
    Loading lexer_haskell
    Loading lexer_hitasm
    Loading lexer_html
    Loading lexer_java
    Loading lexer_latex
    Loading lexer_lisp
    Loading lexer_lua
    Loading lexer_make
    Loading lexer_masm
    Loading lexer_matlab
    Loading lexer_nsis
    Loading lexer_OgreCompositor
    Loading lexer_OgreMaterial
    Loading lexer_pascal
    Loading lexer_perl
    Loading lexer_postscript
    Loading lexer_prg
    Loading lexer_properties
    Loading lexer_python
    Loading lexer_rc
    Loading lexer_ruby
    Loading lexer_smalltalk
    Loading lexer_sql
    Loading lexer_squirrel
    Loading lexer_vbscript
    Loading lexer_verilog
    Loading lexer_vhdl
    Loading lexer_xml
    Loading lexer_A68k
    Loading lexer_ada
    Loading lexer_angelscript
    Loading lexer_bash
    Loading lexer_batch
    Loading lexer_bibtex
    Loading lexer_caml
    Loading lexer_cg
    Loading lexer_cmake
    Loading lexer_cpp
    Loading lexer_css
    Loading lexer_d
    Loading lexer_diff
    Loading lexer_f77
    Loading lexer_fortran
    Loading lexer_glsl
    Loading lexer_gm
    Loading lexer_haskell
    Loading lexer_hitasm
    Loading lexer_html
    Loading lexer_java
    Loading lexer_latex
    Loading lexer_lisp
    Loading lexer_lua
    Loading lexer_make
    Loading lexer_masm
    Loading lexer_matlab
    Loading lexer_nsis
    Loading lexer_OgreCompositor
    Loading lexer_OgreMaterial
    Loading lexer_pascal
    Loading lexer_perl
    Loading lexer_postscript
    Loading lexer_prg
    Loading lexer_properties
    Loading lexer_python
    Loading lexer_rc
    Loading lexer_ruby
    Loading lexer_smalltalk
    Loading lexer_sql
    Loading lexer_squirrel
    Loading lexer_vbscript
    Loading lexer_verilog
    Loading lexer_vhdl
    Loading lexer_xml
    Configured 7 tools
    Scanning for plugins in C:\Users\Marius\Desktop\CodeBlocks/share/codeblocks/plugins
    Loaded 17 plugins
    Scanning for plugins in C:\Users\Marius\Desktop\CodeBlocks/share/codeblocks/plugins
    Loaded 17 plugins
    Loading:
    Abbreviations
    AStylePlugin
    Autosave
    ClassWizard
    CodeCompletion
    Compiler
    CppCheck
    Debugger
    FilesExtensionHandler
    HexEditor
    OpenFilesList
    ProjectsImporter
    ScriptedWizard
    SmartIndentCpp
    SmartIndentXML
    ToDoList
    WindowsXPLookNFeel
    Running startup script
    Script plugin registered: Find Broken Files plugin
    Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
    Create new parser for project 'OBDtest1'
    Project 'OBDtest1' parsing stage done!
    Deleting parser for project 'OBDtest1'!
    Create new parser for project 'OBDtest1'
    Project 'OBDtest1' parsing stage done!
    Launching tool 'Upload via USBtiny': C:\Users\Marius\Desktop\CodeBlocks/cb_console_runner.exe bin/avrdude -e -F -C bin/avrdude.conf -V -patmega644p -cusbtiny -Pusb -Uflash:w:C:\Users\Marius\Desktop\OBD Project\OBD Prototype\OBDtest1\/build\OBDtest1_uduino644p.elf.hex:i  -Ueeprom:w:C:\Users\Marius\Desktop\OBD Project\OBD Prototype\OBDtest1\build\OBDtest1_uduino644p.elf.eep.hex:i (in C:\Users\Marius\Desktop\CodeBlocks\bin)
    Tool execution terminated with status 1
  • You Reply: I found a USBtiny device that worked. Now what do I do in order to start programming on it?
  • You Reply: I found a USBtiny device that worked. Now what do I do in order to start programming on it?
  • You Reply: Can you link me up to a good USBasp? I just checked and this one is giving me vid=0x03EB & pid=0xc8b4, while the USBasp is looking for  vid=0x16c0 & pid=0x05dc.
  • You Reply: Can you link me up to a good USBasp? I just checked and this one is giving me vid=0x03EB & pid=0xc8b4, while the USBasp is looking for  vid=0x16c0 & pid=0x05dc.