Search found 5 matches
- Tue Aug 02, 2016 6:41 pm
- Forum: Freematics Products
- Topic: Diagnostic Trouble Codes
- Replies: 0
- Views: 4593
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 ...
- Mon Jun 27, 2016 6:47 pm
- Forum: Freematics Products
- Topic: Freematics OBD - Bluetooth connection
- Replies: 0
- Views: 5226
Freematics OBD - Bluetooth connection
Is it possible to have two or more Phone devices simultaneously connect to Freematics ONE via bluetooth?
Thanks
Thanks
- Sat Jun 25, 2016 5:29 pm
- Forum: Freematics Products
- Topic: BLE connection
- Replies: 17
- Views: 48232
Re: BLE connection
Should I have to use GATT profile to develop my app?
please suggest me what to do..
many thanks
please suggest me what to do..
many thanks
- Wed Jun 22, 2016 11:54 am
- Forum: Freematics Products
- Topic: BLE connection
- Replies: 17
- Views: 48232
- Tue Jun 21, 2016 8:22 pm
- Forum: Freematics Products
- Topic: BLE connection
- Replies: 17
- Views: 48232
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...