This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to send data from enddevice to co-ordinator via router

Other Parts Discussed in Thread: CC2538

hello all,

Greeting fro the day!!!!

Actually i want to establish a network in that -> i hav 1 end device, 1 router and 1 co-ordinator

what i want to do is that ->

1) want to send data from Enddevice to router                  ZED---------->ZR                   ZC

2) then router will forward my this data to co-ordinator    ZED---------->ZR------------> ZC

3) now co-ordinator will process this data and reply back to router (the reply of co-ordinator is for Enddevice) 

4) now router will forward co-ordinators reply to Enddevice.    ZED<----------ZR<--------------ZC

NOTE :-  In short i want to use a router as a repeater which will take data from Enddevice and send it to co-ordiantor and vice versa.... 

NOTE :- 1) i want my enddevice to join my router

               2) and my router to join my co-ordinator

               3) but i want to send data from my enddevice to co-ordiantor via router

i know how to make device as a router or enddevice or co-ordinator but i want to implement above mention network scenario.....

is there anyone who know how to achieve this ?

Anyone plz help me to do this network configuration....

Thanks and Regards,

Maneesh singh

  • Hi ,

    i forget to mention that i am using cc2538  and zstack HA 1.20

    and i want to implement temp sensor and thermostat  in ZED ----->ZR------->ZC   ////     ZED <-----ZR<-------ZC   configuration.....

    i mean to say ->1) send temp data from temp sensor ( ZED ) to thermostat ( ZC  ) and get reply back from ZC to ZED but via ZR ( ??? )  not directly.....

    Thanks & Regards,

    Maneesh singh 

  • You can't control the message flow from Zigbee application. However, you can achieve this when setting up the network by the following steps:

    1. Let ZR and ZED join ZC.

    2. Turn off ZC to make ZED changes its parent to ZR.

    3. Turn on ZC.

    4. make ZED to send message to ZC and the message will go throuhh ZR first.

    5. Now, send message from ZC to ZED and the message will go through ZR too.