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

Network discovery request in Zigbee application

Hello Nordic support,

I would like to use the APIs in IEEE 802.15.4, especially mlme_scan_req in nRF5 SDK for Thread & Zigbee for a ZigBee application in order to scan for networks. 

Initially, I wanted to use network discovery request which is part of network management services in ZigBee specification but this particular request does not seem to be part of the ZigBee API in the nRF5 SDK for Thread & Zigbee 4.0. I see only these four functions as part of the network management commands (zb_zdo_mgmt_nwk_update_req, zb_zdo_mgmt_lqi_req, zdo_mgmt_leave_req, zb_zdo_mgmt_permit_joining_req). 

As a workaround, I was thinking of sending a scan request in the Zigbee application in the zboss-signal_handler when ZB_ZDO_SIGNAL-SKIP_STARTUP signal is received. For this, I'm planning to use the function mlme_scan_req() function. Is this possible or is there any other function in IEEE 802.15.4 radio layer that can be used for this purpose?

Please let me know if you need more details regarding this.

Regards,

Anusha 

Parents Reply Children
No Data
Related