Hello,
I previously completed a project using the nRF24LE1 chip and the nRF24LE1_24_SDK library. It was a simple 2.4 GHz two-way communication system using the basic predefined SDK APIs such as rf_configure(), rf_read_rx_payload(), and gpio_pin_configure(), among others.
Now I’ve realized that the nRF24LE1 is not powerful enough for my next project. I’m planning to migrate to the nRF52840 and possibly the nRF54L15. Could someone with experience guide me on what my options are to achieve the same type of RF configuration and API functionality on these newer devices?
From what I’ve seen on Nordic’s website, it appears that I need to use the nRF Connect SDK (NCS) with Visual Studio Code, but I am not sure which example or library corresponds to the simple 2.4 GHz radio setup provided by the nRF24LE1 SDK.
Any guidance on how to replicate the same basic radio functionality on nRF52840 or nRF54L15 would be greatly appreciated.
Thank you.