Chengdu Ebyte Electronic Technology Co., Ltd
E104-BT05 User Manual
Copyright ©2012–2019
,
Chengdu Ebyte Electronic Technology Co.,Ltd
15
+ERR=[NUM]
:
error
Description: Be effective at once
,
save when power-off
,
sent in hexadecimal
For example change to hex “31 32”
:
AT+IBCMAJOR=12
(
12 is ASCII , convert to hexadecimal is 31 32
)
5.9 Request/Set IBeacon Minor broadcast data
Command
Respond
Parameter
Request
:
AT+IBCMINOR?
+OK=[para1]
Para1
:
0000H~FFFFH
HEX
Set
:
AT+ IBCMINOR =[para1]
+OK
:
success
+ERR=[NUM]
:
error
Description: Be effective at once
,
save when power-off
,
sent in hexadecimal
For example change to hex “31 32”
:
AT+IBCMINOR =12
(
12 is ASCII, convert to hexadecimal is:31 32
)
5.10 Request/Set iBeacon UUID
Command
Respond
Parameter
Request
:
AT+IBCNUUID?
+OK=[para1]
Para1
:
16
位
UUID
HEX
Set
:
AT+IBCNUUID=[para1]
+OK
:
success
+ERR=[NUM]:error
Description: Be effective at once
Example
:
Set iBeacon UUID as “FDA50693A4E24FB1AFCFC6EB07647825”
41 54 2B 49 42 43 4E 55 55 49 44 3D FDA50693A4E24FB1AFCFC6EB07647825
5.11 Request/Set IBCTXPWR
Command
Respond
Parameter
Request
:
AT+IBCTXPWR?
+OK=[para1]
Para1
:
00H~FFH
HEX
Set
:
AT+ IBCTXPWR =[para1]
+OK
:
success
+ERR=[NUM]
:
error
Description
:
Be effective at once
,
save when power off
,
sent in hexadecimal
For example change to hex"31 32”
:
AT+IBCTXPWR =12
(
12 is ASCII, convert to hexadecimal is: 31 32
)
5.12 Read/Set device name
(
save when power off
)
Command
Respond
Parameter
Request
:
AT+NAME?
+OK=[para]
Para: broadcast device name,
HEX
、
ASCII
broadcast name not more than 22
bytes
Set
:
AT+NAME=[para]
+OK
:
success
+ERR=[NUM]
:
error
Description
:
The next broadcast will take effects
,
save when power off
For example, set to “E104-BT05”
:
AT+NAME=E104-BT05