I have 2 HC-05 BT modules I want to use between 2 arduino boards for serial communications. I have successfully set up a connection previously on 2 different HC-05 modules per these instructions:
However with the 2 new modules I cannot seem to enter AT mode on one of them now, there is 0 response when it should be in AT mode. If I simply replace the non-responding module with the responding module and leave everything the same the responding module enters AT mode with the press of the button when powering on correctly and works properly and communicates via the Arduino and serial port as expected.
The non-responding module (set up as slave) appears to connect to the responding (set up as master) when both are powered on. I can also connect to the non-responding module (slave) with my phone via BT. The interesting part here is I can send serial data to the phone via the Arduino serial monitor, but there is nothing displayed in the serial monitor when I send the HC05 data from the phone, so the HC05 transmits but does not receive.
I entered AT mode successfully at least once previously in order to get the address to add to the master. I have tried all of the available baud rates in the serial monitor, and every combination of powering on and resetting the serial monitor etc. It blinks slowly maybe once every 2 seconds as if it were in AT mode but it doesn't respond to any commands there is no output on the serial monitor at all. Does anyone have any suggestions for how to fix this, or if it can be hard-reset somehow?
Thanks