
Do you have a question about the Arduino HM-11 and is the answer not in the manual?
| Dimensions | 27mm x 13mm x 2.2mm |
|---|---|
| Operating Frequency | 2.4GHz ISM band |
| Modulation | GFSK |
| Receiver Sensitivity | -93dBm |
| Default Baud Rate | 9600 bps |
| Bluetooth Version | Bluetooth 4.0 BLE |
| Operating Voltage | 3.3V |
| TX Power | -23dBm to +4dBm (configurable) |
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.
Loading...