Remember
Register
Home
/
Support
/
Support Forum
/
Cn a zigbee end device can become a router or coordinator by using at commands through arduino?
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)
Cn a zigbee end device can become a router or coordinator by using at commands through arduino?
0
votes
i want to make an end device to coordiator node when needed .its is possible to switch an end device to become a coordinator node using at commandd sent to it via arduino program
xbee-coordinator-router
asked
Aug 6, 2020
in
XBee Programmable Development
by
amrita
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
0
votes
Sure it can.
answered
Aug 6, 2020
by
mvut
Veteran of the Digi Community
(
15,223
points)
Please
log in
or
register
to add a comment.
0
votes
Yes.
For Coordinator: Set CE=0x1 and SM=0x0
For Router : Set CE=0x0 and SM=0x0
For End Device : Set CE=0x0 and SM= <choose from Sleep Mode non-zero options>
Mathur
Digi Support
answered
Aug 7, 2020
by
mathur
Veteran of the Digi Community
(
289
points)
Please
log in
or
register
to add a comment.
...