Hi,
Can you post the code here?
Search found 3 matches
- Thu May 21, 2020 10:03 am
- Forum: Freematics Software
- Topic: No power when powering from OBD
- Replies: 2
- Views: 6023
- Thu May 21, 2020 9:58 am
- Forum: Freematics Software
- Topic: Working with BLE module
- Replies: 1
- Views: 5170
Working with BLE module
Hi,
I am not able to connect to freematics one through bluetooth. I just uploaded the below code.
#include <SoftwareSerial.h>
SoftwareSerial Bluetooth(0,1); // RX, TX
void setup() {
Serial.begin(9600);
Serial.println("start1");
Bluetooth.begin(9600);
Bluetooth.write("start2");
}
void loop ...
I am not able to connect to freematics one through bluetooth. I just uploaded the below code.
#include <SoftwareSerial.h>
SoftwareSerial Bluetooth(0,1); // RX, TX
void setup() {
Serial.begin(9600);
Serial.println("start1");
Bluetooth.begin(9600);
Bluetooth.write("start2");
}
void loop ...
- Thu Apr 09, 2020 3:02 pm
- Forum: Freematics Software
- Topic: PCB layout
- Replies: 0
- Views: 11143
PCB layout
Hi,
I am not able to find the PCB layout. If it is not available, how can i make some hardware modifications and try some of the changes to learn more?
I am not able to find the PCB layout. If it is not available, how can i make some hardware modifications and try some of the changes to learn more?