I'm using nRF Connect SDK V2.7.0 and want to achieve coexistence between Zigbee and IEEE 802.15.4 physical layer on the same Soc.
Is it possibel to enable the MPSL feature to allow these two protocols to coexist?
I'm using nRF Connect SDK V2.7.0 and want to achieve coexistence between Zigbee and IEEE 802.15.4 physical layer on the same Soc.
Is it possibel to enable the MPSL feature to allow these two protocols to coexist?
Hi,
Well, in a way I do not think that is possible. Atleast not in a simple way, as there are two drivers that essentially time-slize the radio using MPSL, though you only have one of each. You could however maybe try having a second 802.15.4 stack on the app side. Though this would be a rather complex solution that we do not provide explicit support for.
Regards,
Elfving
Hi,
Well, in a way I do not think that is possible. Atleast not in a simple way, as there are two drivers that essentially time-slize the radio using MPSL, though you only have one of each. You could however maybe try having a second 802.15.4 stack on the app side. Though this would be a rather complex solution that we do not provide explicit support for.
Regards,
Elfving