Hi, I've found a few libraries available online for NRF24l01+ using AVR. But I haven't found on Nordic GitHub or website. is there any?
Regards, Hami.
Hi, I've found a few libraries available online for NRF24l01+ using AVR. But I haven't found on Nordic GitHub or website. is there any?
Regards, Hami.
Hi Randy
I made such an example a while ago that I can share in case it proves helpful.
Please note that it was made for SDK v13, and is provided "as is", but you should be able to port it to a later SDK if needed:
l01_test_app.zip
Most of the nRF24L01 related functionality can be found in the nrf5dk_l01.c file.
Best regards
Torbjørn