Search found 4 matches

by rajeshkt
Thu Feb 16, 2017 3:14 pm
Forum: Freematics Products
Topic: Only few OBD Pids are available in BLE charecterstic data stream
Replies: 2
Views: 7860

Re: Only few OBD Pids are available in BLE charecterstic data stream

Hello Jesas, I had to change the Freematics datalogger Arduino sketch to output the PIDs I need. it is fairly straightforward to do though. you just need to add the PIDs you need to the array, "pids" in the datalogger.ino. You can build it and upload to the datalogger though USB cable prov...
by rajeshkt
Thu Feb 16, 2017 3:09 pm
Forum: Freematics Products
Topic: Uploading error in avrdude
Replies: 0
Views: 4388

Uploading error in avrdude

Hello, I am suddenly getting this error, when I try to upload datalogger.ino sketch to Freematics Datalogger V4. It was working fine, and suddenly seeing this issue: Sketch uses 10842 bytes (33%) of program storage space. Maximum is 32256 bytes. Global variables use 741 bytes (36%) of dynamic memory...
by rajeshkt
Thu Jan 12, 2017 8:46 pm
Forum: Freematics Products
Topic: Getting errors when tying to "Upload using porgramme" usbasp
Replies: 1
Views: 5202

Getting errors when tying to "Upload using porgramme" usbasp

Hello All, I am trying to upload the firmware_v4"Data Logger" sketch (unmodified) into the Freematics ONE device. I followed this user gude: m When I try to upload the datalogger sketch to the Freematics ONE, I am getting this error: Sketch uses 25838 bytes (80%) of program storage space. ...
by rajeshkt
Tue Jan 10, 2017 11:27 pm
Forum: Freematics Products
Topic: Only few OBD Pids are available in BLE charecterstic data stream
Replies: 2
Views: 7860

Only few OBD Pids are available in BLE charecterstic data stream

Hello All, I am trying to receive OBD data using an Android APP from Freematics ONE data logger. I am able to connect to the GATT service: 0000ffe0-0000-1000-8000-00805f9b34fb and through the characteristic 0000fffe1-0000-1000-8000-00805f9b34fb When I enable notification on this charecteristc I get ...