Search found 3 matches

by igalr.3
Sat Oct 16, 2021 8:33 pm
Forum: Freematics Products
Topic: OBD reconect
Replies: 4
Views: 12943

Re: OBD reconect

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
by igalr.3
Sat Oct 16, 2021 8:31 pm
Forum: Freematics Products
Topic: OBD reconect
Replies: 4
Views: 12943

Re: OBD reconect

the problem is that when i turn the key back to on it doesn't reconect
by igalr.3
Sat Oct 16, 2021 8:23 pm
Forum: Freematics Products
Topic: OBD reconect
Replies: 4
Views: 12943

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 ...