Releases: nRF24/RF24Network
RF24Network v1.0.4
Implements an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.
See http://tmrh20.github.io/RF24Network for documentation.
Changes:
- Fixes a major bug causing the radio to hang after fragmented writes
RF24Network v1.0.3
Implements an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.
See http://tmrh20.github.io/RF24Network for documentation.
Changes:
- Python and Python 3 related bug fixes and improvements
- 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
- Leave the radio in standby-II mode during fragmented writes
- Call txStandby and setAutoAck in write() function for fragmented writes
- Remove delay for multicast writes (increases throughput)
RF24Network v1.0.2
Implements an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.
See http://tmrh20.github.io/RF24Network for documentation.
Changes:
- Add network flag FLAG_NO_POLL to selectively prevent nodes from responding to NETWORK_POLL requests (recommended update for RF24Mesh v1.0.3b or newer)
- Prevent header type from changing after fragmented writes
RF24Network v1.0.1
Implements an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork. See http://tmrh20.github.io/RF24Network for documentation.
Very minor change to accommodate latest RF24Mesh changes for address requests.
RF24Network v1.0
Implements an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork. See http://tmrh20.github.io/RF24Network for documentation.