Skip to content

Bluetooth Setup HC 06

zeevy edited this page Apr 14, 2018 · 3 revisions

Bluetooth Setup HC-06

Connection Diagram

  1. Upload the attached sketch to you Arduino using arduino IDE.
  2. Connect Arduino PIN 10 to TXD of HC-06.
  3. Connect Arduino PIN 11 to RXD of HC-06.
  4. Connect GND of HC-06 GND of Arduino.
  5. Connect VCC of HC-06 to 5V of Arduino.

After this LED on the HC-06 should be blinking.

  1. In Arduino IDE go to Tools => Serial Monitor.
  2. Make sure you have selected a baud rate of 9600 (if you are not changed the baud rate of HC-06 before) in your serial monitor. (line termination both \r and \n)
  3. Now type "AT" in the serial monitor with out " and press enter.

You should see a response "Ok", if not then make sure you have followed the above steps correctly.

  1. type "AT+VERSION" in the serial monitor without " and press enter.

You should see the firmware version.

  1. Type "AT+BAUD8" in the serial monitor with out " and press enter.

The baud rate should be changed by now.


Arduino Sketch

Clone this wiki locally