nRF52: Bluetooth + ZigBee, + 3-wire PTA for WiFi

Hello,

I have a project that requires Bluetooth, Zigbee, and WiFi.

I want to make sure that the following is possible:

  1. nRF52833 or nRF52840 can run Bluetooth and Zigbee stacks concurrently
  2. With the above, also concurrently using the 3-wire PTA interface, whereby
    1. When either Bluetooth or Zigbee needs to transmit, PTA REQUEST line is asserted  
    2. 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.

Parents
  • Hi,

    I have picked up your case and I am working on it, however I will finish my reply to you within early next week after I have verified some facts with a colleague of mine who are returning from vacation. As for now, this is a reply to your first question: 

    nRF52833 or nRF52840 can run Bluetooth and Zigbee stacks concurrently

    Yes, ZigBee or Thread (802.15.4) can be combined with Bluetooth LE through multiprotocol support and we recommend you use the MPSL that we have made for this purpose. Both the nRF52833 and nRF52840 does support Bluetooth LE and ZigBee as seen in our Bluetooth LE SoC comparison matrix on this page. As for whether to choose one over the other, you will need to concider your applications needs with regards to functionality and features and how much storage you will need. The nRF52840 has as you can see there quite a bit more flash and RAM.

    I will return with a reply to your second question as soon as I know more,

    Kind regards,
    Andreas

  • Thank you for the information Andreas (sorry for my delayed response I was away from work for a week).

    Getting answers on the other questions is still important to me.

Reply Children
Related