I am programming " ex) write("ATMA\r");" but any response doesn't arrived
Do I use this command in firmware source code for Freematics OBD-II Adapter?
Search found 6 matches
- Fri Aug 22, 2014 4:47 pm
- Forum: Freematics Products
- Topic: How to use AT Command "ATMA"?
- Replies: 0
- Views: 9520
- Fri Aug 22, 2014 4:34 pm
- Forum: Freematics Products
- Topic: Read & Write to SDCard in order ?
- Replies: 6
- Views: 18201
Re: Read & Write to SDCard in order ?
This code is sample. if recvByte is 0x01, then do "CustomAction1" CustomAction1 open file, send "SD File context" to target device(iOS, Android) use BLE Sorry, My Answer is too late. void loop() { byte recvByte; while(1){ if(SerialBLE.available()) { recvByte = SerialBLE.read(); }...
- Mon Jul 14, 2014 1:47 pm
- Forum: Freematics Products
- Topic: Read & Write to SDCard in order ?
- Replies: 6
- Views: 18201
Re: Read & Write to SDCard in order ?
Sorry. My Mistake. My English is not well.
I wanted to do that read to log data in sdcard and send to smart device.
anyway, I fined the solution that I want to do.
thank you.
I wanted to do that read to log data in sdcard and send to smart device.
anyway, I fined the solution that I want to do.
thank you.
- Wed Jul 02, 2014 7:03 pm
- Forum: Freematics Products
- Topic: How to upload firmware?
- Replies: 2
- Views: 11597
Re: How to upload firmware?
Thanks. I solved this problem.
- Wed Jul 02, 2014 7:02 pm
- Forum: Freematics Products
- Topic: Read & Write to SDCard in order ?
- Replies: 6
- Views: 18201
Read & Write to SDCard in order ?
Hello.
I use Freematics OBD-II Adapter (GPS Capable) with BLE. (Firmware v2 : data logger)
I am searching to solution about to read from SDCard to smart device, then write OBD data to SDCard, in order .
Does anyone have good idea or solution?
I use Freematics OBD-II Adapter (GPS Capable) with BLE. (Firmware v2 : data logger)
I am searching to solution about to read from SDCard to smart device, then write OBD data to SDCard, in order .
Does anyone have good idea or solution?
- Wed May 07, 2014 9:27 pm
- Forum: Freematics Products
- Topic: How to upload firmware?
- Replies: 2
- Views: 11597
How to upload firmware?
I recently bought a Freematics OBD-2 Adapter(BLE, GPS) with USB ISP. and tried to connect Freematics OBD-2 my Mac(iMac) use USB ISP but I don't know How to upload firmware & Sample Code from source on github. My Problem 1. Arduino IDE not find Freematics Board (not use freematics plugin on os x)...