Wireless Communication Between Two Arduino Board Using HC-05 Module
In this post I will show you how you can communicate between two Arduino Boards using HC-05 Module. I am using Arduino IDE's version 1.8.7. There are now newer modules that use a 3.0-20170601 firmware due to which module gives an error, But I will show you how you can fix this error. Just follow the exact same steps listed below and you will not get any error. Material Required-: PCB Board Arduino Uno x 2 Led Bluetooth Module(HC-05) x 2 Push Button (Switch) Resistor (1k ohm) Jumper Wire Connection for AT Mode -: 5V to Arduino 5V GND to Arduino GND TX to Arduino TX(D1) RX to Arduino RX(D0) Enable Pin to 5V Connections for AT Command Mode Step-1: Upload Blank code on Arduino Board. Step-2: While connecting supply to module long press the "Key Button" situated above enable pin. Now, You will see a delay in flashing of HC-05 led, that's means you are successfully entered in AT Command Mode. Step-3: Now open serial monitor . Remember that HC-05 requires Both "NL and ...