I'm new to this field so didn't know the fact.
Good to know that not all cars gives all values in obd2 pid list.
I really appreciate your help.
Search found 5 matches
- Fri Feb 10, 2017 1:20 am
- Forum: Freematics Software
- Topic: Logging extra OBD data fails
- Replies: 5
- Views: 14377
- Thu Feb 09, 2017 7:09 pm
- Forum: Freematics Software
- Topic: Logging extra OBD data fails
- Replies: 5
- Views: 14377
Re: Logging extra OBD data fails
I tried changing this line.
byte pids2[] = {PID_FUEL_LEVEL};
My datalogger(Freematics ONE) does not log Fuel Level Input data.
I think this should be answered.
byte pids2[] = {PID_FUEL_LEVEL};
My datalogger(Freematics ONE) does not log Fuel Level Input data.
I think this should be answered.
- Thu Feb 09, 2017 6:26 pm
- Forum: Freematics Products
- Topic: SD card file format(FAT16, 32, etc) and failure issue
- Replies: 2
- Views: 7804
Re: SD card file format(FAT16, 32, etc) and failure issue
Tried with 120 gb sd card with exFAT16. Failed.
32 gb sd card with FAT32 works well.
32 gb sd card with FAT32 works well.
- Thu Feb 09, 2017 4:30 pm
- Forum: Freematics Software
- Topic: Logging extra OBD data fails
- Replies: 5
- Views: 14377
Logging extra OBD data fails
I'm trying to log extra OBD data including preset parameters by editing datalogger.ino file. Below is line 318-333 of original code. For OBD data, values in the pids and pids2 are retrieved in the csv file. Values in the pids are retrieved every time, while values of pids2 are retrieved once a while...
- Wed Feb 08, 2017 7:10 pm
- Forum: Freematics Products
- Topic: SD card file format(FAT16, 32, etc) and failure issue
- Replies: 2
- Views: 7804
SD card file format(FAT16, 32, etc) and failure issue
I've just tried logging obd data with data logger v4 and it failed. So I tried with another micro sd card and it worked. Long story short, logging obd data with old sd card(FAT32) was successful while with new 128 gb sd card (exFAT128) not. I presume it is because of the file system that Arduino sd ...