Good day,
I have been working on using 2 HC 05 Bluetooth modules as a master or slave.
After I uploaded an empty code, aka,
void setup()
{
}
void loop()
{
}
I turned on the serial monitor, set it at both NL & CR, 38400 baud rate. And I typed AT, there is no output on the serial monitor.
Please help. Attached is my serial monitor.
Appendix
Slave configuration
AT
AT+UART?
AT+ROLE?
AT+ADDR?
Master configuration
AT
AT+UART?
AT+ROLE=1
AT+CMODE=0
AT+BIND=
Regards,
Knight