PowerBroker2/ELMduino

ESP32 not connecting to ELM327

saleh-alobaidi opened this issue · 5 comments

Hello
I'm working on a vehicle black box system for my end-of-year project and i cant connect the esp32 to elm327

i ran the ESP32 test sketch and got the same output: "Couldn't connect to OBD scanner."

Is there a way to initiate communication first? Do I need to force the esp32 to be in master mode in order to communicate?

The ESP32_test.ino sketch uses a Bluetooth device name of "OBDII" with no PIN. Is that correct for your ELM327 device?

It's hard to know exactly what's happening without the serial/debug output. Perhaps try the examples/ESP32_Bluetooth_Serial/ESP32_Bluetooth_Serial.ino sketch and post the serial output here.