At HM10
At HM10
Here is a list of the main AT commands. Remember that commands should be in uppercase and not
include line ending characters (\r\n) unless you are using the above sketch in which case it does not
matter if you include line end characters or not.
Returns OK+RESET
Will close an active connection while
AT+RESET Restarts the module. restarting.
Restores the default factory A quick and easy way to reset all
AT+RENEW settings. settings.
AT+BAUD? Query the baud rate used Returns the value 0-8, for example,
for UART serial OK+Get:0
communication. This is the 0 – 9600
speed a host device like an 1 – 19200
Arduino uses to talk to the 2 – 38400
BT module. It is not the the 3 – 57600
speed used to send wireless 4 – 115200
signals between different 5 – 4800
modules. 6 – 2400
7 – 1200
8 – 230400
The default setting is 0 – 9600.
Remember that both devices, the
Arduino and the HM-10 need to use the
same baud rate. Garbage characters are
usually a sign of mismatched baud
rates.
Returns either 0 or 1:
Query the notification 0 – notifications are off
AT+NOTI? status 1 – notifications are on