Does the new nrf54l15 processor supports Gazelle Protocol?
Does the new nrf54l15 processor supports Gazelle Protocol?
No, at least not yet, I guess you can check periodically if there is support:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/gazell/gzll_ack_payload_device/README.html
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/gazell/gzll_ack_payload_host/README.html
Kenneth
Thank you. So, I have designed a dual-mode wireless mouse using this processor. The Bluetooth part works fine, but I’m having issues with the 2,4GHz RF part where it communicates with an RF dongle. If this processor doesn’t support Gazell, what other protocol would you suggest? In the meantime, I need pairing and frequency hopping features.
Okay, Thank you Kenneth.
Hi,
I have not tried this myself, but from my understanding the nrf desktop application support nRF54L15, and it can switch between Gazell and BLE, so that is something you can try to take a look at.
Kenneth
I have seen that but only Bluetooth transport is enabled for that processor.(v2.9.0)
Hmmm.. You are right, I can find this one though:
https://github.com/pirun/sdk-nrf/commit/479e7bc010017763e94191f0a034f15bd0d07107
Unfortunately not time to try it myself at the moment.
Kenneth
I will try it out. Thank you.
I will try it out. Thank you.