Skip to content

Commit

Permalink
Docs: Add MAX_FRAME_SIZE adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Jun 18, 2024
1 parent 59ad5ae commit c511af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ should generally only be configured on leaf nodes that do not receive data.
## Usage with NRF52x devices

1. Users can utilize large payloads by calling `radio.begin();` then `radio.enableDynamicPayloads(123);`
prior to calling `network.begin();`
prior to calling `network.begin();`. Users would also need to edit RF24Network.h and set
MAX_FRAME_SIZE to a maximum of 111 if encryption is enabled, 123 without encryption.
2. Users can allow more nodes by modifying RF24Network_config.h and setting NUM_PIPES to 8 (Allows
master to have 7 child nodes, other nodes can have 6 children by default)
3. The MAX_PAYLOAD_SIZE is also defined in RF24Network_config.h. Raise to a multiple of 123 to allow
Expand Down

0 comments on commit c511af7

Please sign in to comment.