Search found 5 matches

by suwisa
Tue Aug 02, 2016 6:41 pm
Forum: Freematics Products
Topic: Diagnostic Trouble Codes
Replies: 0
Views: 4281

Diagnostic Trouble Codes

I use Freematics ONE to develop my app using Arduino. I try to read DTC Codes, the code is like this: char buffer[64]; write("0101\r"); int bytesReceived = receive(buffer,sizeof(buffer),1000); buffer[bytesReceived+1] = 0; if (bytesReceived > 0) { Serial.println(buffer); } bytesReceived is ...
by suwisa
Mon Jun 27, 2016 6:47 pm
Forum: Freematics Products
Topic: Freematics OBD - Bluetooth connection
Replies: 0
Views: 4946

Freematics OBD - Bluetooth connection

Is it possible to have two or more Phone devices simultaneously connect to Freematics ONE via bluetooth?

Thanks
by suwisa
Sat Jun 25, 2016 5:29 pm
Forum: Freematics Products
Topic: BLE connection
Replies: 17
Views: 43787

Re: BLE connection

Should I have to use GATT profile to develop my app?
please suggest me what to do..
many thanks
by suwisa
Wed Jun 22, 2016 11:54 am
Forum: Freematics Products
Topic: BLE connection
Replies: 17
Views: 43787

Re: BLE connection

V4
by suwisa
Tue Jun 21, 2016 8:22 pm
Forum: Freematics Products
Topic: BLE connection
Replies: 17
Views: 43787

Re: BLE connection

I also have the similar problem!! I'm trying to develop an app using Android studio, trying to connect Freematics ONE(ATmega328p) via samsung galaxy s3 and s5 I've already get device name(Bluno) and address, by coding "BluetoothSocket socket = device.createInsecureRfcommSocketToServiceRecord(UU...