HC-06 Bluetooth configuration
Configuring the HC-06 is even easier, as it already is in AT-Mode and the role is always slave.
Connect Arduino Nano and HC-06 Module:
VCC -- 5V
GND -- GND
TXD -- TX1
RXD -- RX0
Upload Sketch with empty setup() and loop(). Open Serial Monitor with "NL and CR" and 9600 Baud rate. Type the following:
AT+NAME=Wordclock and press Enter/Send
AT+PSWD="0000" and press Enter/Send
HC-06 Bluetooth configuration
Configuring the HC-06 is even easier, as it already is in AT-Mode and the role is always slave.
Connect Arduino Nano and HC-06 Module:
VCC -- 5V
GND -- GND
TXD -- TX1
RXD -- RX0
Upload Sketch with empty setup() and loop(). Open Serial Monitor with "NL and CR" and 9600 Baud rate. Type the following:
AT+NAME=Wordclockand press Enter/SendAT+PSWD="0000"and press Enter/Send