This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is there any library for NRF24L01+ AVR suggested by Nordic?

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.

Parents
  • Hi

    There are no official AVR libraries for the nRF24L01+, no. The only official software for the nRF24L01+ is the one you can find in application note nAN24-12.

    That said, the only thing you have to do to make the nAN24-12 code work with different MCU's is to implement the SPI and GPIO functionality, everything else is standard C code that you can recompile for your MCU of choice.
    I wouldn't be surprised if the AVR libraries are based on this example.

    Best regards
    Torbjørn

Reply
  • Hi

    There are no official AVR libraries for the nRF24L01+, no. The only official software for the nRF24L01+ is the one you can find in application note nAN24-12.

    That said, the only thing you have to do to make the nAN24-12 code work with different MCU's is to implement the SPI and GPIO functionality, everything else is standard C code that you can recompile for your MCU of choice.
    I wouldn't be surprised if the AVR libraries are based on this example.

    Best regards
    Torbjørn

Children
Related