Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 authored Sep 23, 2023
1 parent e7f16ca commit 7a96daa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
NRF52840 to NRF24L01 communication library for Arduino

Notes:
1. There is only a single layer buffer instead of a 3-layer FIFO like the NRF24L01 - 12/4/2022
1. There is only a single layer buffer instead of a 3-layer FIFO like the NRF24L01
2. The enums like `RF24_PA_MAX` are now `NRF_PA_MAX` etc.
3. 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 of `RF24 radio(7,8);`
- Modify the enums per note 2

The higher layer libs like RF24Network require additional changes, which will be forthcoming soon...
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.

0 comments on commit 7a96daa

Please sign in to comment.