AT Command
To get a ‘better’ Bluetooth experience on BLE 4.1 modules, we highly recommand you to
update the newest firmware
first.
AT is the abbreviation of attention. AT command is the communication command used to configure
Bluetooth parameters. It begins with AT, end with
<CR+LF>
(carriage return and line feed).
NOTE:
<CR+LF>
is not a part of AT Command.
AT Command List
AT Command
Function
Parameters <X>
AT+ROLE=<X>
Set Bluetooth
mode
“?” Query Bluetooth working mode
“ROLE_CENTRAL” Set as the central device
“ROLE_PERIPHERAL” Set as the peripheral device
AT+NETWORK=<X>
Set network
mode
“?” Query the network mode
“P2P” Set to peer to peer connection
“STAR” Set to star network
AT+MIN_INTERVAL=<X>
Set the
minimum
communication
interval
“?” Query the current minimum communication interval (10~99999ms)
AT+MAX_INTERVAL=<X>
Set the
maximum
communication
interval
“?” Query the current maximum communication interval (10~99999ms)
AT+BIND=<X>
Set binding
Bluetooth
address
“?” Query the current binding MAC address
e.g.: 0x0017ea9397e1 Set Bluetooth MAC address in need
AT+CMODE=<X>
Set BLE
connection
mode
“?” Query the current connection mode
“UNIQUE” Specify the connection mode
“ANYONE” Set to free connection
AT+MAC=<X>
Query the
Bluetooth
address
“?” Query the current Bluetooth MAC address
AT+NAME=<X>
Set the name
“?” Query the Bluetooth device name
“DFBLEduino2”
AT+SETTING=<X>
Modify/Reset
to default <X>
mode
“?” Query the current setting
“DEFAULT” Reset to initial setting
“DEFPERIPHERAL” Reset to initial slave setting
“DEFCENTRAL” Reset to initial host setting
AT+USB_MONITOR=<X>
Turn the USB
monitor
ON/OFF
“?” Query the current USB monitor
“ON” Turn on the USB monitor
Содержание BLE4.1
Страница 10: ...Fig2 Connected Send data frome the Data sending Area...
Страница 11: ...Fig3 Send Data Click Send Data to send data...