Hello,
I have a project that requires Bluetooth, Zigbee, and WiFi.
I want to make sure that the following is possible:
- nRF52833 or nRF52840 can run Bluetooth and Zigbee stacks concurrently
- With the above, also concurrently using the 3-wire PTA interface, whereby
- When either Bluetooth or Zigbee needs to transmit, PTA REQUEST line is asserted
- The nRF radio only talks when the GRANT single is given by the external WiFi MCU
I understand that PTA has to be enabled in this fashion: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_radio_coex.html
Basically ,a lot of documentation references 2 way coexistence, I want be ensure that 3 way coexistence is possible.