Releases: nRF24/RF24Network
Releases · nRF24/RF24Network
v1.0.14
v1.0.13
v1.0.12
v1.0.11
- Hopefully the last of many bug fixes in a review of the entire RF24 code base, should help to increase stability and reliability.
- Remove network holds functionality due to issues/potential issues
- Add delay for routed payloads affecting PA+LNA modules
- Cleanup for warnings, unnecessary code, old references, tabs to spaces etc
- Fix config for ATTiny devices
- Removal of BCM2835 constants from Linux/RPi examples
RF24Network v1.0.10
- Utilize RF24 lib failure detection feature. Detect if the radio gets stuck in an available() loop, time-out and set radio.failureDetected=true
- Add 4 new examples to RF24Network demonstrating more advanced features like fragmentation & re-assembly, variable packet sizes, and data prioritization/External data types
RF24Network v1.0.9
Many updates, see v1.0.8...master
RF24Network v1.0.8
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:
- Fix sleep mode being defined on ESP8266s
- ATXMega support
- Fix fragment calculation
RF24Network v1.0.7
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:
- Fix memory corruption & crashing on non-avr, non-linux devices
- Fix network.peek() function
- Fix memory corruption due to uninitialized variable
RF24Network v1.0.6
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:
- Fix memory corruption in v1.0.5 when using fragmented payloads on non-linux devices
- Linux examples makefile fix for Ubuntu
RF24Network v1.0.5
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:
- Fix alignment issues on ARM devices
- Above fix fixes read() and peek() on ESP8266
- RPi2 Autodetection in makefile
- Python: Read returns number of bytes read from network instead of maxlen sent by user
- Fix incorrect pipe used for nodes n5