Contents
How do you troubleshoot HC-05 Bluetooth module?
– don’t use other variable names than “BTTX” for TXD and “BTRX” for RXD. I wanted to be cool and used my own variable names, causing me a bad headache :-/ – use correct baud rate (57600 should do it for HC-05) otherwise module will send reverse (⸮⸮⸮)-
How do I pair 2 HC-05 Bluetooth modules?
Step 5: To Configure and Pair Two HC-05 As Master and Slave (Step 3)
- AT+RMAAD (To clear any paired devices)
- AT+ROLE=0 (To set it as slave)
- AT+ADDR (To get the address of this HC-05, remember to jot the address down as it will be used during master configuration)
- AT+UART=38400,0,0 (To fix the baud rate at 38400)
How do I pair a Bluetooth module?
Pair your device with the HC 05/06 Bluetooth module:
- Turn ON the HC 05/06 Bluetooth module by powering the Arduino.
- Scan your smartphone for available devices. Pair your smartphone to the HC 05/06 by entering default password 1234 OR 0000.
How to connect hc-05 BT module to Android?
The HC-05 doesn’t do the connecting – or the pairing, for that matter. Android does the pairing in Settings. Android does the connecting in the app. If you wrote the app yourself, use an app from Playstore – just a standard plain-vanilla terminal. Check that you have connected the HC05 Module with UNO as per following diagram.
Is the hc-05 bt05 a BLE device?
[/quote] The HC-05 is a “classic” Bluetooth 2 device, and it is pretty clear that that is what the OP was using. The BT05 is a Bluetooth 4 (BLE) device, and not a newer version of the former, although it may fit on the same breakout board. It is also not particularly well-suited as a replacement.
Can a Bluetooth module be used in command mode?
As far as I know, HC05 cannot be used for basic Bluetooth in command. Command mode is just for configuring the HC05 module. The baud rate for HC05 in command mode is 38400 bps. Once configured, switch it back to data mode to send data from mobile and vies-versa.
What is the baud rate for the HC05 base board?
The baud rate for HC05 in command mode is 38400 bps. Once configured, switch it back to data mode to send data from mobile and vies-versa. Tx and Rx connections should be interchanged. Just go through the schematics of the HC05 base board if you are not using the bare module. (just to rule out any possibility of printing errors.)