Hello,
Here is the full example i hope it is help if somebody starter as i am
This is working for me!
I have one coordinator and one end point.
My coordinator device short address (MY) 1111
Coordinator serial number high (SH) 13A200
Coordinator serial number low (SL) 4031BEF6
Node identifier (NI) Coordinator
Api enable (AP) 1
Coodrinator enable (CE) 1 - Coordinator
My end device short address is(MY) 2222
End device serial number high (SH) 13A200
End device serial number low (SL) 4031BEF1
Node identifier (NI) Enddevice
Api enable (AP) 1
Coodrinator enable (CE) 0 End - device
channel (CH) value is C on the coordinator and the end device too
PAN ID (ID) value is 3332 on the coordinator and the end device too
DH and DL is not set nowhere.
Data about the modules(same on the coordinator and the end point):
Mode type: XB24
Function set XBEE 802.15.4
Version 10E6
I have this radio and adapter: http://www.adafruit.com/images/large/xb … er_LRG.jpg
Here is the command what i used (Get the D1 pinout settings):
7E 00 0F 17 01 00 00 00 00 00 00 00 00 22 22 00 44 31 2E
The description:
7E start delimiter
00 0F Data length MSB LSB (dec 15 0x000F) Calclate as 90000982_B.pdf page 59, bottom of the AT Command section signaled with star
17 API identifier (Remote AT command request) 90000982_B.pdf page 60
01 I wait for an response
00 00 00 00 00 00 00 00 the long address, i dont use this, i going to use the short address
22 22 the short address of the end device
44 32 the D1 characters in ASCII
2E this is the checksum
Checksum calculated: 90000982_B.pdf 58 page at the top
17+01+22+22+44+31=D1
FF-D1 = 2E
Zsotya