-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase throughput, adjust delays, etc
- Reduce routeTimeout variable to 1/3 of previous - Only respond to network polls if using an address other than 04444 (RF24Mesh default address) - Add delay equal to parent pipe to NETWORK_POLL responses - Modify the write() sequence as follows: 1. Leave the radio in standby-II mode during fragmented writes 2. Call txStandby and setAutoAck in write() function for fragmented writes 3. Remove delay for multicast writes (increases throughput)
- Loading branch information
Showing
1 changed file
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baacbd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nRF24/RF24#172