Search found 6 matches

by b0rna
Sat Jul 12, 2014 2:15 pm
Forum: Freematics Products
Topic: Programming issues with OBD-II/SPI adapter
Replies: 9
Views: 26386

Re: Programming issues with OBD-II/SPI adapter

Hi Stanley,

So I've got everything working.

This thread can be closed.
by b0rna
Sat Jul 12, 2014 1:49 pm
Forum: Freematics Products
Topic: Programming issues with OBD-II/SPI adapter
Replies: 9
Views: 26386

Re: Programming issues with OBD-II/SPI adapter

allright, After some patience and debugging, ive got something going on. I started with a clean sketch, added Wire.h to the project and issued a hello world on the I2C bus, then uploaded the sketch to the I2C adapter. -- On the other side, I used an Arduino UNO, started with a clean sketch as an I2C...
by b0rna
Fri Jul 11, 2014 4:39 am
Forum: Freematics Products
Topic: Programming issues with OBD-II/SPI adapter
Replies: 9
Views: 26386

Re: Programming issues with OBD-II/SPI adapter

Also, are the unused IO pins pulled down or up or are they left floating? The kickstarter schematic does has the 644P, and from there it looks as if they are left floating. Any chance you can post the schematic for V2?

Any help is appreciated.

Thanks.
by b0rna
Thu Jul 10, 2014 4:46 pm
Forum: Freematics Products
Topic: Programming issues with OBD-II/SPI adapter
Replies: 9
Views: 26386

Re: Programming issues with OBD-II/SPI adapter

I purchased a new adapter from you. The first one was the 644P (V1). I could not get any firmwares to function unfortunately. I purchased a V2 adapter recently. This one is the 328P. I can program it just fine, and have tried a multitude of sketches both using Codeblocks and Arduino builder and the ...
by b0rna
Wed Apr 02, 2014 2:49 pm
Forum: Freematics Products
Topic: Source code for I2C model?
Replies: 1
Views: 9446

Source code for I2C model?

Hi, I've downloaded and compiled the sources for the adapters. However, I cant quiet tell the difference within the source between the two versions. I'm quiet sure that my I2C dongle is version 1. My questions are: What sort of config flags need to be declared to get the source code to work on the I...
by b0rna
Wed Apr 02, 2014 11:02 am
Forum: Freematics Products
Topic: Programming issues with OBD-II/SPI adapter
Replies: 9
Views: 26386

Programming issues with OBD-II/SPI adapter

Im having issues getting any code to run on the I2C OBD-II adapter. I'm trying to use an Arduino UNO as an ISP. Ive got the source loaded, compiled (untouched), and was having errors using the UNO as an ISP. After some tinkering, it seems that the sketch already loaded on the adapter stopped to func...