How to send 12bytes data in a array through ZigBee.

Hello there,

I am developing a door lock system. Where in final product door lock will be controlled and monitored by BLE+ZigBee. So far I have complete success of controlling door locks over BLE with battery monitoring + OTA DFU. I am using nRF52840 DK and "nRF SDK for Thread and ZigBee v4.2.0" SDK. Now I want to add some functionalities with ZigBee.

I am having an admin code for BLE commands, which is in the form of   uint8_t ADMIN_CODE[6]  = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; I want to change this admin code through ZigBee, I am a beginner with Zigbee so can you please suggest me what approach should I take like which cluster and how to implement that.

Any suggestions will be highly appreciated. 

Thanks

Syed Ali Sajjad Abidi

Parents Reply Children
Related