Remember
Register
Home
/
Support
/
Support Forum
/
How can I set the XBee Node Identifier remotely (not using XCTU)?
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
(383)
Python
(1,016)
RF Solutions and XBee
(8,414)
Device Cloud-enabled RF Gateways
(97)
XBee3
(475)
IEEE 802.11 (Wi-Fi)
(267)
IEEE 802.15.4
(1,644)
ZigBee PRO Featureset (and legacy ZNet 2.5)
(1,488)
ZigBee Smart Energy Profile 1.1
(111)
DigiMesh Proprietary Mesh Networking
(782)
Multipoint Proprietary
(197)
XLR PRO
(17)
XStream
(40)
XTend
(137)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(513)
XBee Programmable Development
(777)
XBee Cellular
(119)
MicroPython
(66)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,160)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
How can I set the XBee Node Identifier remotely (not using XCTU)?
0
votes
Hello,
I am trying to set the Node Identifier field programmatically from an Arduino. I haven't found any sort of AT command that let's you set the NI, only read it. If you have any suggestions please let me know.
Thank you.
xbee
node-identifier
asked
Apr 18, 2015
in
XBee Programmable Development
by
eli
New to the Community
(
2
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Best answer
The NI command is both for setting and reading the value. If you issue just the ATNI, it will allow you to read the value but if add a value after the ATNI such as ATNIHello you will set the NI field to what you provided. In this case the world hello.
answered
Apr 21, 2015
by
mvut
Veteran of the Digi Community
(
15,108
points)
selected
Apr 21, 2015
by
eli
Thank you! I am able to change the coordinator name through the XCTU terminal with this. I just need to adapt it to an Arduino Router node now to run during the setup function.
Please
log in
or
register
to add a comment.
...