Using HC-05 in AT mode
Hello guys, In this post we will cover how to change password, name or mode (master or slave) in HC-05 module.
Things required:
1. Arduino Uno board
2. Jumper wires
3. HC-05
4. Little bit patience :p
Note: Use can USB-TTL instead of arduino uno board. In this case, arduino uno board is simply used as USB-TTL converter.
Steps to follow:
First of all, upload a blank program to arduino.
/* Arduino Program */
void setup(){
}
void loop(){
}