Datasheet

5 / 23
#5: Poll the address of the Bluetooth device
Command
Return
Argument
AT+ADDR?
+ADDR: <Param>
OK
Param: the address of the
Bluetooth device
Representation of the address: NAP:UAP:LAP (HEX)
Examples:
The address of the Bluetooth device is: 12:34:56:ab:cd:ef
At+addr?\r\n
+ADDR:1234:56:abcdef
OK
#6: Set and poll device name
Command
Return
Argument
AT+NAME=<Para1>
OK
Param: device name
Default: “HHW-SPP-1800-
2”
AT+NAME?
1: +NAME: <Param>
OK --- successful
2: FAIL --- fail
Example:
AT+NAME=HHW-SPP-1800-2\r\n ————— Set Device name as HHW-SPP-1800-2
OK
AT + NAME=“HHW-SPP-1800-2”\r\n ————— Set Device name as HHW-SPP-1800-2
OK
at+name?\r\n
+NAME: Beijin
OK