I use Xstick2 ZB as an API coordinator and Xbee Pro S2B as an API end device. Configured them via X-CTU as following configurations…
Xstick(coordinator API):
ID=11111111
SC=7FFF
DH=0
DL=FFFF //For broadcasting
SP=AF0
SN=AF0
(Others are the default configurations)
Xbee(end device API):
ID=11111111
SC=7FFF
DH=13A200 //SH of Xstick
DL=409B820E //SL of Xstick
ST=FFFE
SP=20
SN=1
(Others are the default configurations)
At first, I sent API packet from the node(end device API)
“7E 00 13 10 01 00 00 00 00 00 00 00 00 00 00 00 00 41 42 43 44 45 9F”
to the coordinator via ‘Assemble Packet’. The result was the coordinator could receive packet correctly with 0x90 command shown in the coordinator’s terminal window.
Then, I sent the same packet from the coordinator to the node, but there is no action on the node’s terminal. But there is the receiving packet with 0x90 command in coordinator terminal like following link
-coordinator’s terminal >> http://upload.siamza.com/1418316
-node’s terminal >> http://upload.siamza.com/1418327
I am a beginner about Xbee and really have no idea about this, please suggest me, many thanks