Skip to content

Commit

Permalink
Add links to encryption examples per @2bndy5
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan <[email protected]>
  • Loading branch information
TMRh20 and 2bndy5 authored Jun 18, 2024
1 parent ec0bf5f commit b9c3dfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ should generally only be configured on leaf nodes that do not receive data.
3. The MAX_PAYLOAD_SIZE is also defined in RF24Network_config.h. Raise to a multiple of 123 to allow
multiple large payloads to be cached in memory.

@see
- [RX example using encryption](https://github.com/TMRh20/nrf_to_nrf/blob/main/examples/RF24Network/helloworld_rxEncryption/helloworld_rxEncryption.ino)
- [TX example using encryption](https://github.com/TMRh20/nrf_to_nrf/blob/main/examples/RF24Network/helloworld_txEncryption/helloworld_txEncryption.ino)

## Scenarios

### Example 1
Expand Down

0 comments on commit b9c3dfa

Please sign in to comment.