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.

CC2530: While using zigbee device unable to bind HA1.2 sensors

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Hi,

I am currently working on cc2530 zigbee device. I am trying it with simple switch sample program on IAR workbench. Hence it should run as a coordinator. After start executing device it is enable to bind HA1.2 sensors(end device). I didn't find any proper documentation for this.

example, f8wconfig.cfg file contains configuration variable . I didn't get proper documentation for which variable is for which purpose.

How to create proper network  using cc2530 device with HA1.2 sensors programatically. I am quite beginner with cc2530 device so please help me out .

Thank you for your time.

Regards

Shubham

 

  • If you mean to send binding request from coordinator, you can use API ZDP_BindReq which you can refer to Z-Stack API.pdf in Z-Stack document folder.
  • Hi Shubham,

    The ZEDs are most likely able to join the ZC network but unless they contain the On/Off cluster on one of their endpoints then the switch example project will not able to create a bind, either manually or with EZ-mode. You need to understand the clusters of the devices you are trying to connect and register endpoints with compatible clusters on the ZC. Please refer to Zigbee Specification as well as the Z-Stack User's and Developer's Guides, I also recommend getting familiar with packet sniffing solutions so that OTA logs can be shared for further community assistance: e2e.ti.com/.../699648

    Regards,
    Ryan
  • Hi ,

    Thanks for the reply,

    I read the documentation about z-stack api but the end device I am using is HA1.2 sensors and I don't know any another information about it. Hence will you please help me out by letting know, how to configure cc2530 as coordinator and how it is bind to HA1.2 sensors.I have no idea about end device sensors addressing.

  • You can refer to Z-Stack Home Sample Application User’s Guide.pdf under Z-Stack document folder.