I am looking for a solution of a multi-protocol controller for Linux host.
1. Coexistence of Wifi & BLE & Thread / Zigbee
The ble-coex / thread-coex example has the WiFi stacks on the 5340. If the WiFi stack is on the Linux host (nrf70-linux-driver), can it coexist with HCI driver / ZBOSS driver / OpenThread RCP driver on 5340?
I check the "Bluetooth LE/IEEE 802.15.4 Coexistence", it seems like the PTA unit is not bundle to the WiFi stack / HCI driver / ZBOSS driver / OpenThread RCP driver. it just works as long as the kconfig and api call is correct. Right?
2. Coexistence of Thread & Zigbee
I know the Thread / Zigbee is not capable to coexist because they both have active RX most of the time. Can I build a FW that can switch between them?
Maybe have both enabled in the kconfig.h, but only one of them is used (calling the enable api) at a time?
Maybe toggle a pin on the linux host then reset the 5340, and 5340 determine which protocol to use based on the pin level when boot up?
Anything need to be care of?
3. Support of nrf70-linux-driver
Will this driver be continuously updated?
Will this driver have security update?
May I ask how much support to our project will we have, if we use the nrf7002 + nrf70-linux-driver? We are planning to build it for some NXP platform.
Thank you so much.