Remember
Register
Home
/
Support
/
Support Forum
/
Xbee pro power up message meaning?
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,017)
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
(448)
DAL
(5)
Embedded Devices
(4,171)
Google Coral
(2)
Rabbit
(3,199)
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)
Xbee pro power up message meaning?
0
votes
When I power up an xbee it broadcasts this message to my network which I can see received in XCTU by another module:
7E 00 14 90 00 13 A2 00 40 E2 DB 23 FF FE C2 7E 00 04 08 01 41 50 65 5A
I understand everything except the received data part of the message:
7E 00 04 08 01 41 50 65
I assume its just letting the other modules know that it has joined the network but I cant seem to find what these bytes specifically mean anywhere. Any help would be appreciated.
xbee
pro
asked
Apr 27, 2015
in
RF Solutions and XBee
by
Cgummy
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
In your transmit request frame, you are issuing a Local AT command API frame to set or Query the AP command. If you want to issue a remote AT command, try using the 0x17 frame ID instead of the 0x00 frame ID.
answered
Apr 27, 2015
by
mvut
Veteran of the Digi Community
(
15,225
points)
Please
log in
or
register
to add a comment.
...