Interfacing ArduinoUNO and HC-05 Bluetooth module using AT Commands?
Here, I will show you can configure the HC-05 Bluetooth Module using AT (Attention) commands.
These AT commands can be used to Check and Change the Name, Password, Baud Rate for Communication of HC-05 Bluetooth Module.
These AT commands can be used to Check and Change the Name, Password, Baud Rate for Communication of HC-05 Bluetooth Module.
- Connect Arduino Uno Board to Laptop and upload a Example Sketch to the Arduino from Arduino IDE.
(Note: Upload SoftSerial Example sketch for better understanding ) - Connect HC-05 Bluetooth Module in configuration(AT) mode:
- Enter into configuration mode:
Plug out Gnd or Vcc wire of Bluetooth (HC-05) module and hold the reset button pressed but do not release, Plug in Gnd or Vcc wire you removed and then release the reset button you pressed.
- To verify whether HC-05 is in configuration mode,
LED on Bluetooth module must blink at a slower rate. - Open Serial Arduino serial monitor and Set Baud Rate = 38400 and select "Both NL and CR" Option
- Type following AT commands in given Sequence
For more commands and detailed information please go through the pdf given below
https://drive.google.com/open?id=1039ed8CUpXr5DaWpqigTUUxQ_4rl-5ru
Thank you...