nrf_to_nrf
nrf_to_nrf copied to clipboard
OSI Layer 2 (ESB) Radio Driver for NRF52x
nrf_to_nrf
NRF52840 to NRF24L01 communication library for Arduino
Notes:
- There is only a single layer buffer instead of a 3-layer FIFO like the NRF24L01
- The enums like
RF24_PA_MAXare nowNRF_PA_MAXetc. - To modify RF24 examples to work with this library, just change the following:
#include <nrf_to_nrf.h>instead of RF24.h- Call
nrf_to_nrf radio;instead ofRF24 radio(7,8); - Modify the enums per note 2
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.