Maker Pro
Maker Pro

is some kind of configuration required for HC05 bluetooth module ,when using it for the first time?

As far as I can see the key pin is just to ensure the plug is plugged in correctly,

You will need to configure the UART on the bluetooth module for speed/parity/stopbits/databits or configure the UART on the Arduino to match default settings on the bluetooth module. Also remember the TX of the Arduino UART goes to the RX of the bluetooth and vice versa. Make sure you don't reverse the polarity of the power to the module.
 
Top