Hi!
I am new to Arduino and need some valuable guidance.
I am currently working on a new project which requires Bluetooth connection between 2 points.
Point 1 - Nano with HC05
Point 2 - Nano with HC05
Action taken so far
- Connect Arduino Nano using the mini USB cable to PC and loaded an empty code - Success
- Unplug USB cable and connect Arduino Nano chip to HC05 chip using Dupont cable (Female - Female) through below configuration
Arduino HC05
5V (Pin 27) VCC
GND (Pin 29) GND
3V3 (Pin 17) EN
TX (Pin 1) TX
RX (Pin 2) RX
Observation:
LED on HC05 blink rapidly.
Corrective action:
-
Remove USB cable from Arduino Nano chip
-
Unplug the 5V (Pin 27) from Arduino Nano chip
-
Insert USB cable back to Arduino Nano chip
-
Press and hold the black button on HC05 while inserting back the 5V (Pin 27) (LED on HC05 slowdown and stable).
-
After which, I open up Serial monitoring windows from the Arduino software and trying to enter the AT command, it does not respond in any manner. I repeated the same AT command for all other baud rate and it doesn't work as well. Both NL & CR are selected throughout the process.
Appreciate if anyone can advise me on where did i do wrong?
Thanks in advance.