Remember
Register
Home
/
Support
/
Support Forum
/
how to send AT command into API1
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(387)
Python
(1,016)
RF Solutions and XBee
(8,439)
Device Cloud-enabled RF Gateways
(97)
XBee3
(482)
IEEE 802.11 (Wi-Fi)
(267)
IEEE 802.15.4
(1,646)
ZigBee PRO Featureset (and legacy ZNet 2.5)
(1,490)
ZigBee Smart Energy Profile 1.1
(111)
DigiMesh Proprietary Mesh Networking
(785)
Multipoint Proprietary
(197)
XLR PRO
(17)
XStream
(40)
XTend
(137)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(515)
XBee Programmable Development
(778)
XBee Cellular
(120)
MicroPython
(66)
Digi TransPort
(789)
Digi Connect Cellular
(447)
DAL
(5)
Embedded Devices
(4,170)
Google Coral
(2)
Rabbit
(3,200)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,273)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(377)
how to send AT command into API1
0
votes
Hi there, I'm using a xbee s2c in zigbee, and I would like send AT commands into API1
xbee
api-mode
at-commands
asked
May 18, 2017
in
ZigBee Smart Energy Profile 1.1
by
JuanAlcaraz
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
If you are using API mode, the you can issue local AT commands via the 0x08 API frame.
Example: Query ID parameter:
7E 00 04 08 01 49 44 69
answered
May 18, 2017
by
mvut
Veteran of the Digi Community
(
15,223
points)
selected
May 18, 2017
by
JuanAlcaraz
Thank you, I´m working with sleep mode, and I would like to change the sleep time using the AT commands, do you think that it is possible?
Yes, providing you issue the command while the radio is awake.
Thanks for all help.
Do you know wich AT command you use to change the time of cyclic sleep period?
Regards.
That would be the SP or Sleep Period.
ST is Time before sleep.
Please
log in
or
register
to add a comment.
...