MFAISALREHMAN

Results 8 comments of MFAISALREHMAN

While in ESP32 Setup function, following code may be written for connection. ```C SerialBT.begin("ESP32", true, true); Serial.println("The device started in master mode, make sure remote BT device is on!"); //SerialBT.setPin(pin);...

link for code [https://mega.nz/folder/2Dh0gawB#1AA_W6Qnryfu4kMNVcRypg](url)

I have made lil changes to suit my need but it did connect to esp32 very fast. you have to copy the folder content below i am sharing to this...

I am not familiar with pull request, but i change lil bit the ELM327::initializeELM in order to connect to ESP32 (may be Chinese version), e.g the timeout of 30000 is...

I did not update any firmware of esp32, i am using the stock version that was delivered to me. You can tell me where to check the boot manager.

https://mega.nz/file/HW4xWRCa#OlVzH3OkX-eecowBCegpLbKhnE8op4LFUWUbjRULrgs you can download the code above but customize it for your need. For this you have to change lil bit of intitialization code code in ELMduino Library files (.cpp)...

The library files location are C:\Users\{username}\Documents\Arduino\Elmduino

I am connecting through BT with HC-05 module. The module is already paired/Bind with ELM327 through MAC address.