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.
Sorry I didn't tell everything... I connected a nrf24l01 on the SPI bus of the nrf52832 to communicate thanks to nrf24l01 with a receiver which is the same combination (nrf24l01 + nrf52832).
I think this library is the solution but I need some help please.
Regards
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
Hello,
Ok thank you very much I'll try this and I will tell you if it works.
Best regards
Good luck
Just let me know when you have some results.
After porting it to SDK 14.2.0 can I use it on the transmitter part and the receiver part too ? They will comunicate together ?
Regards