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 Reply
  • Hi Randy

    This code is compatible with the nRF24L01+, yes. 

    To set the PTX/PRX mode simply call hal_nrf_set_operation_mode(HAL_NRF_PTX) or hal_nrf_set_operation_mode(HAL_NRF_PRX)

    The only documentation for the hal_nrf library can be found in the nRFgo SDK.

    After installing the SDK you should find it in the following file:
    C:\Nordic Semiconductor\nRFgo SDK 2.3.0.10040\Docs\nrf_sdk.chm

    Just keep in mind that this is the documentation for the original nRF24L implementation. The port I sent you is designed to be compatible but is not an official release, and is not tested or documented separately. 

    Are you able to probe the signal lines between the nRF52 and your module to make sure that all the signals look OK?

    Best regards
    Torbjørn

Children
Related