Just wondering if latest Nordic SDK support dual antenna diversity out of the box?
Thank you.
Just wondering if latest Nordic SDK support dual antenna diversity out of the box?
Thank you.
All nRF5x chips have single radio HW block so I'm wondering how you envision full antenna diversity scheme. However if you mean switching the antennas based on various events like Tx/Rx slot then yes, you can use PA/LNA events which will generate GPIO pulses and you can control some RF switching element by that easily. This is part of S132 stack from the very beginning (first certified production version 2.0.x) and the same for S112 and S140 (which are derived from S132).
I have no visibility to Nordic backlog but I would be very surprised if they introduce such feature in their stack any time soon. I would say you are on your own, either write your radio stack which operates on top of RADIO
registers based on antenna switching through PA/LNA or customize some open source stack (e.g. Zephyr).
I have no visibility to Nordic backlog but I would be very surprised if they introduce such feature in their stack any time soon. I would say you are on your own, either write your radio stack which operates on top of RADIO
registers based on antenna switching through PA/LNA or customize some open source stack (e.g. Zephyr).