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.

Ztool and Router Light

Other Parts Discussed in Thread: CC2531, CC2530, Z-STACK

Hello Everyone, 

I'm trying to develop a system in which an end device CC2530 would send toggle signal to CC2531. And the resulting toggle signal should be displayed on Z-tool.

  • I used Z-Stack Home Automation Projects to get started with. Sample Switch is flashed on CC2530.
  • I used ZNP project to compile a HEX file which was downloaded on CC2531 USB dongle.
  • I used the scripts provided here
    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/158/7416.8507.ZNP_5F00_examples.zip
    to configure CC2531 as router light.
  • The Home Automation Project uses  channel 11[0x0B]. The channel of router_light.zjs was also changed to 0x0B by using channel mask 0x00000800.
  •  private var ZR_Com : String = "COM5" in the router_script was changed to COM3. 
  • But when the SampleSwitch(end device) goes into EZ-MODE pairing does not take place with router light.
  • I checked the packet sniffer it seems like  both devices are sending beacons but none of them is acknowledging each other. I'm attaching packet sniffer log for more insights. 
    PacketSnifferData4.psd
  • Can anyone tell me where I went wrong here? 
  • Is there any way we can change router_light from router to co-ordinator? 
  • I want to send toggle signal to CC2531 (Z-Tool) such that each time I move my joystick I see some results on Z-Tool.

P.S. Please forgive me for lack of understanding. 

Thanks.