This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zigbee Coordinator and EndNode

Hello, I'm developing a BLE peripheral + Zigbee Coordinator, starting from ble_zigbee_dynamic_template of nRF5 SDK for Thread and Zigbee v3.1.0.
Both applications (BLE and Zigbee) work properly. Now I need to have the Zigbee EndNode list and configuration to populate the BLE Gatt database.
How can I make this?
I'm looking to ZDO api, for example the zb_zdo_simple_desc_req functions, but the program goes on fault function "zb_nrf52840_abort" (like some other ZDO functions)
Where I wrong?
Regards
Abele

Parents
  • Sir are you follow the steps are mentioned in  the nordic

    1. On the smartphone, install nRF Connect for Mobile.
    2. Compile and program the SoftDevice and the application. Observe that the BSP_INDICATE_ADVERTISING state is indicated.
    3. Connect to the device from nRF Connect (the device is advertising as 'Nordic_Template'). Observe that the BSP_INDICATE_CONNECTED state is indicated.
    4. Disconnect the device in nRF Connect and observe that the BSP_INDICATE_ADVERTISING state is indicated.
    5. Prepare the Zigbee coordinator using the Zigbee CLI agent. Refer to Zigbee CLI Reference for complete reference of the Zigbee Command Line Interface.
    6. Run the state command to set the state of the CLI device in the Zigbee network and then start it:
      > bdb role zc
      Coordinator set
      Done
      > bdb start
      Started coordinator
      Done
    7. Check that the device with the the Basic and Identify Clusters is present in the network.
      > zdo match_desc ffff ffff 0104 2 0 3 0
      src_addr=D9D2 ep=7
      Done
      Sir but i am getting error in putty when running the command 
  • Hi ,

    Can you please make a new ticket for this problem?

    Best regards,

    Marjeris

Reply Children
No Data
Related