9 years, 1 month ago.

H06 Connectivity

I am trying to get two H06's to pair up for the first time to 2 mbeds. All I can find is info on connecting with Arduino's. I have read that they all come as Slave units. Does anyone know how I can pair them to get them talking?

1 Answer

9 years, 1 month ago.

Bluetooth modules use a serial communication interface. Only you need is to wire up the tx (transmission) and rx (reception) pins of the module with the UART pins of your mbed platform.

You are right that these modules are slaves units only, so you can't pair each other. Instead you need a HC-05 that can be configured like a master or slave unit (transceiver). Configure it with AT-Commands (check how to enter this mode, all you need is the at commands document of the hc-05).

Thank you Jose

posted by John O Loughlin 21 Mar 2015