Do you have a question about the Arduino HM-11 and is the answer not in the manual?
Brand | Arduino |
---|---|
Model | HM-11 |
Category | Control Unit |
Language | English |
Query the native MAC address using AT+ADDR? command.
Query the current baud rate with AT+BAUD? and understand parameter mapping.
Configure the module's baud rate using AT+BAUD[para1] command.
Connect to a specified Bluetooth address using AT+CON[para1].
Clear paired device information using the AT+CLEAR command.
Check the current module operating mode with AT+MODE?.
Set the module's working mode via AT+MODE[para].
Retrieve the device name using the AT+NAME? command.
Change the device name with the AT+NAME[para1] command.
Query the pairing password using AT+PASS?.
Set the pairing password with the AT+PASS[para1] command.
Reset module settings to factory defaults using AT+RENEW.
Perform a module reset using the AT+RESET command.
Arduino example code for operating the HM-11 module as a master device.
Arduino example code for operating the HM-11 module as a slave device.