the problem is that when i turn the key to on it doesn't reconnect.
only if i pull the frematics out of the obd
					Search found 3 matches
- Sat Oct 16, 2021 8:33 pm
- Forum: Freematics Products
- Topic: OBD reconect
- Replies: 4
- Views: 13873
- Sat Oct 16, 2021 8:31 pm
- Forum: Freematics Products
- Topic: OBD reconect
- Replies: 4
- Views: 13873
Re: OBD reconect
the problem is that when i turn the key back to on it doesn't reconect
					- Sat Oct 16, 2021 8:23 pm
- Forum: Freematics Products
- Topic: OBD reconect
- Replies: 4
- Views: 13873
OBD reconect
I am connecting the Freematics ONE+ to my obd port of the car it receives power turns on and waiting in the loop .
if (!connected) {
digitalWrite(PIN_LED, LOW);
Serial.print("Connecting to OBD...");
 
if (obd.init()) {
Serial.println("OK");
digitalWrite(PIN_LED, HIGH);
connected = true ...
					if (!connected) {
digitalWrite(PIN_LED, LOW);
Serial.print("Connecting to OBD...");
if (obd.init()) {
Serial.println("OK");
digitalWrite(PIN_LED, HIGH);
connected = true ...