Search found 14 matches

by haydent
Mon May 04, 2015 5:44 pm
Forum: Freematics Products
Topic: Transfering Data via BT2.1
Replies: 9
Views: 17420

Re: Transfering Data via BT2.1

i dont know specifically but if it is available you could find out how from the datasheets for the sensor/modules in there, just google it
by haydent
Mon Apr 27, 2015 7:36 pm
Forum: Freematics Products
Topic: Transfering Data via BT2.1
Replies: 9
Views: 17420

Re: Transfering Data via BT2.1

well assuming you have the logger model with ble instead of 2.1 then you would just change the baud rate i specified
by haydent
Sun Apr 26, 2015 7:46 am
Forum: Freematics Products
Topic: ELM command set
Replies: 2
Views: 8288

Re: ELM command set

ATMA may not necessarily be supported with your car (or elm327) it doesnt work for me with them.
by haydent
Sun Apr 26, 2015 7:44 am
Forum: Freematics Products
Topic: Transfering Data via BT2.1
Replies: 9
Views: 17420

Re: Transfering Data via BT2.1

Did this work for anybody? I want to use a bluetooth serial terminal app on android to send and receive data to the logger, but did not manage to get a connection. it works for me, you will need: #define ENABLE_DATA_OUT 0 #define STREAM_BAUDRATE 38400 //assuming 2.1 bt #define VERBOSE 1 then you sh...
by haydent
Wed Apr 22, 2015 10:33 am
Forum: Freematics Products
Topic: PID Support Checker Sketch
Replies: 3
Views: 8550

Re: PID Support Checker Sketch

yes i can see that bit in init now, thanks for pointing it out.

the reason i did it my way is that i had already tried those pid supported requests with a elm327 and they dont seem to work correctly with my car. thus my manual method.
by haydent
Mon Apr 13, 2015 11:11 am
Forum: Freematics Products
Topic: PID Support Checker Sketch
Replies: 3
Views: 8550

PID Support Checker Sketch

Here's a little sketch that uses freematics obd library to go through the list of pid's and report back which ones are supported by your car. #define SD_LOG #define LAST_PID 128 #define DEBUG Serial3 #define DEBUG_BAUD 115200 #define LOOP_DELAY 500 //milli delay between pid's #include <Arduino.h> #i...
by haydent
Sun Apr 12, 2015 8:53 am
Forum: Freematics Products
Topic: GPS & Vehicle Logger
Replies: 1
Views: 8830

Re: GPS & Vehicle Logger

sounds like it, though yo want to check how well your car supports obd.
by haydent
Thu Apr 09, 2015 11:38 am
Forum: Freematics Products
Topic: Unologger compile issues
Replies: 4
Views: 13872

Re: Unologger compile issues

try having a look here and see what you can find out (i tried compiling that code and got same error, so not you) https://github.com/stanleyhuangyc/ArduinoOBD/issues
by haydent
Wed Apr 08, 2015 10:37 pm
Forum: Freematics Products
Topic: OBD-II Emulator programmatic interface
Replies: 6
Views: 16282

Re: OBD-II Emulator programmatic interface

try to contact freematics directly
by haydent
Wed Apr 08, 2015 10:36 pm
Forum: Freematics Products
Topic: Unologger compile issues
Replies: 4
Views: 13872

Re: Unologger compile issues

what code are you trying to load ?