NRF52840 to NRF24L01 communication library for Arduino
Notes:
RF24_PA_MAX
are now NRF_PA_MAX
etc.#include <nrf_to_nrf.h>
instead of RF24.hnrf_to_nrf radio;
instead of RF24 radio(7,8);
The higher layer libs like RF24Network have been updated to version 2.0 to accommodate this library.
The examples work for communication between NRF52840 and NRF24L01 out of the box.
Please log an issue for problems with any of the provided examples.