Search found 7 matches

by Henke
Tue Oct 07, 2014 6:16 am
Forum: Freematics Products
Topic: J1939?
Replies: 0
Views: 7257

J1939?

Stanly, any plans to implement the J1939 protocol in the emulator?
I know that this is not a OBD-II protocol but it should be realy nice to have this for me :)

//Best regards
Henke
by Henke
Sun Aug 24, 2014 10:52 am
Forum: Freematics Products
Topic: Read VIN?
Replies: 9
Views: 91770

Re: Read VIN?

Found the answer write 0902 to ask for the VIN. With a VIN of WP0ZZZ99ZTS392124 in the OBD-simulator a got this respond back: 014 0: 49 02 01 57 50 30 01: 5A 5A 5A 39 39 5A 54 02: 53 33 39 32 31 32 34 According to the ELM327 specification: 014 - 014 bytes of information (HEX) 0:-sequence number 4902...
by Henke
Sun Aug 24, 2014 8:37 am
Forum: Freematics Products
Topic: Read VIN?
Replies: 9
Views: 91770

Read VIN?

Any ideas how to read out the VIN number? I can see that there is a declaration of a variable called vin in odb.h line 123: // current VIN line 124: byte vin[17]; but I can´t find any function that reads the actual VIN from the OBD interface... Do I need to implement that function or am I missing so...
by Henke
Sun Aug 24, 2014 8:05 am
Forum: Freematics Products
Topic: Error uploading unologger program
Replies: 5
Views: 12661

Re: Error uploading unologger program

Ok

I reduced the code so now it works

Thx for the help
by Henke
Sat Aug 23, 2014 12:39 am
Forum: Freematics Products
Topic: Error uploading unologger program
Replies: 5
Views: 12661

Re: Error uploading unologger program

Ok, but isn´t your unologger program supposed to run on a UNO? Or do I need to modify it to be able to run int on a UNO?

I´m not using any display-shield. Just a OBD I2C interface and a GPS/SD-shield.

I will remove the display part of the code and give it a try.
by Henke
Fri Aug 22, 2014 4:35 am
Forum: Freematics Products
Topic: Error uploading unologger program
Replies: 5
Views: 12661

Re: Error uploading unologger program

Ok

But isn´t your unologger program supposed to used on a standard UNO?

I´m not using any display shield. Only the I2C OBD interface and a GPS/SD shield.

I will take away the display part to reduce the program size.
by Henke
Thu Aug 21, 2014 1:38 am
Forum: Freematics Products
Topic: Error uploading unologger program
Replies: 5
Views: 12661

Error uploading unologger program

Hi I get and error when I try to upload the "unologger" project to an Arduino UNO using the build in Arduino Builder in Codeblocks. (downloaded from m, downloaded 17-08-2014) Everything compiles fine in Codeblocks but the upload always stops at 94% and an error message appears. The message...