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.

Regarding ZNP and EZ-MODE

Other Parts Discussed in Thread: 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 compiled as an end device 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. 
  • In order to convert router_light from router to co-ordinator,  cfgArr[0]  was changed to 0x00; 
  • However, the pairing does not take place correctly. Since Sample Switch uses EZ-Mode functionality while our Co-ordinator light does not have this feature.
  • Is there any way to configure ZNP Co-ordinator light such that it support EZ-MODE functionality? Can we make any changes to script which can make it happen?  


Thanks.