kerpz / ArduinoHondaOBD

Collections of Arduino codes that reads and translates Honda OBD codes to ELM / OBD 2 PID codes. It also process and displays the output to a LCD or transmit the output to a bluetooth channel.
140 stars 58 forks source link

Arduino Uno HC-06 Bluetooth Module #14

Closed mikewing94 closed 6 years ago

mikewing94 commented 6 years ago

Hello,

I am trying to get this working for my Honda S-MX 1997 (OBD1).

Will this work with the HC-06 Bluetooth module, as my phone doesn't seem to want to connect to it currently?

Thanks

eugjr commented 6 years ago

Hello, first of all, make sure your HC-06 board is working properly. You can try some simple Arduino codes to make sure you can pair your BT module and cellphone. Also make sure the wiring is correct.

mikewing94 commented 6 years ago

Thank you, I know the HC-06 board is working properly as I have used it in other projects previously. I will re-do the wiring tonight so I can be certain it is correct though.

mr-sneezy commented 6 years ago

I use one of the many Android BT serial terminal apps to test my HC-05 modules.

kerpz commented 6 years ago

Fixed, added a delay on the bt proc