Send data from END DEVICE to COORDINATOR

Hi,

I want send a data packet from end device to coordinator.
My coordinator is in API mode, and end device in AT mode.
How can I sending this data??

Regards

Hi,

You can use AT commands in this case.

  1. +++
    2.ATDH {dh value}
    3.ATDL {dl value}
    4.wait for 2 seconds
    5.Push the data

If you want to use API frames for sending data, sender should be in API mode.
You can use above AT command sequence if the sender is in AT mode.

Regards!

tks for your answer…
but for me it does’t work… because my zigbee only accept the command mode when I press reset button, and send fast the command +++

but… I had already put the DH and DL, the address from coordinator, directly on the End Device with the software X-CTU… and tried send any data to coordinator but nothing happened…
After this, I tried change my End Device to API, the same of the coordinator, and nothing happened again…

in the end, I changed the DH e DH from the End Device to zero… because I read in this configuration, end device only talk with the coordinator… One more time… I failed.

I don’t know what can I do anymore…

my configuration:

COORDINATOR:


XBP24-ZB_21A0_S2B.mxi

[A]ID=240
[A]SC=1FFE
[A]SD=3
[A]ZS=0
[A]NJ=FF
[A]DH=0
[A]DL=FFFF
[A]NI=COORDENADOR
[A]NH=1E
[A]BH=0
[A]AR=FF
[A]DD=30000
[A]NT=3C
[A]NO=2
[A]CR=3
[A]PL=4
[A]PM=1
[A]EE=0
[A]EO=0
[A]BD=3
[A]NB=0
[A]SB=0
[A]D7=1
[A]D6=0
[A]AP=1
[A]AO=0
[A]SP=20
[A]SN=1
[A]D0=1
[A]D1=0
[A]D2=0
[A]D3=0
[A]D4=0
[A]D5=1
[A]P0=1
[A]P1=0
[A]P2=0
[A]PR=1FFF
[A]LT=0
[A]RP=28
[A]DO=1
[A]IR=0
[A]IC=0
[A]V+=0


END DEVICE:


XB24-ZB_28A0.mxi


[A]ID=240
[A]SC=1FFE
[A]SD=3
[A]ZS=0
[A]NJ=FF
[A]JN=0
[A]DH=0
[A]DL=0
[A]NI=END1
[A]NH=1E
[A]BH=0
[A]DD=30000
[A]NT=3C
[A]NO=0
[A]CR=3
[A]SE=E8
[A]DE=E8
[A]CI=11
[A]PL=4
[A]PM=1
[A]EE=0
[A]EO=0
[A]BD=3
[A]NB=0
[A]SB=0
[A]RO=3
[A]D7=1
[A]D6=0
[A]CT=64
[A]GT=3E8
[A]CC=2B
[A]SM=4
[A]ST=1388
[A]SP=20
[A]SN=1
[A]SO=0
[A]PO=0
[A]D0=1
[A]D1=0
[A]D2=0
[A]D3=0
[A]D4=0
[A]D5=1
[A]P0=1
[A]P1=0
[A]P2=0
[A]PR=1FFF
[A]LT=0
[A]RP=28
[A]IR=0
[A]IC=0
[A]V+=0