Hi,
1、If I want to devlop zigbee with nRF52840, whether the only one sdk series is `nRF5_SDK_for_Thread_and_Zigbee_xxx` ?
2、Can BLE coexists with Zigbee in a nRF52840 SoC? May Interfere each other?
3、Using cli cmd in zigbee development, `zdo match_desc xxx`(to get end devices source address, namely short address) and `zcl attr read xxx`(end devices get sensor data with source address) is separate. Step 2 is rely on step 1 by serial port, it's time-consuming operation。Has other API to replace this? I just send some parameters, automatically match end devices, and end devices get data from sensor. e.g. the sdk is `nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8`.
Thanks.