ZigBee Coordinator using NRF52840

Hai,

I'm using nrf52840 to develop a Zigbee coordinator.

I found some examples in NRF sdk and NRF connect sdk.

I have some doubts regarding that. (I'm new to ZigBee)

1. How many sub devices can add in nrf52840 as an coordinator? (I already read some questions, I found that maximum is 32 but 24 is tested. is it true I have another question)

2. How to increase a sub device count? (can we add external memory to increase devices?)

3. I have some sensors and switches, I tried to connect and read through ZigBee CLI commands program in nrf52840, I can read and write attributes. Instead of cli commands i want to without cli commands.  For example : If the device connected to coordinator (nrf52840) .it should automatically read and display name and type and device and then available clusters. Also i want to control from the coordinator. (Bulbs) Do u have any reference example like this?

Best regards 

Bosemani

Parents Reply
  • Hello Bose, 

    I still don't know what SDK you are using (nRF5 SDK or NCS). I'll assume that you are using NCS.

    Looking at the NCS\nrf\samples\zigbee\network_coordinator sample, the button_changed button handler uses the API to resume the network steering:

    bdb_start_top_level_commissioning(ZB_BDB_NETWORK_STEERING);

    For follow-up questions, please open a new ticket. I will be working on something else for the next month, so I am just checking by my queue to clean up now. My cases will not be monitored before october.

    Best regards,

    Edvin

Children
Related