Releases: nRF24/RF24Mesh
RF24Mesh v1.0.4b
Mesh networking for NRF24L01+ and compatible radio modules. Based on optimized RF24Network and RF24 libraries by TMRh20.
See http://tmrh20.github.io/RF24Mesh for documentation.
Changes:
- Improved getAddress().
- Fixed setChild().
- Some optimizations. (See commit log for more information)
- Fixed setAddress().
RF24Mesh v1.0.3b
Mesh networking for nrf24l01+ and compatible radio modules. Based on optimized RF24Network and RF24 libraries by TMRh20.
See http://tmrh20.github.io/RF24Mesh for documentation.
Changes:
- Fix static address assignment & allow manual modification of addresses via setAddress() function
- Add setChild() function to selectively prevent children from discovering & attaching to individual nodes
- Minor changes
RF24Mesh v1.0.2b
Mesh networking for nrf24l01+ and compatible radio modules. Based on optimized RF24Network and RF24 libraries by TMRh20.
See http://tmrh20.github.io/RF24Mesh for documentation.
Changes:
- Requires updating RF24Network to v1.0.1 or higher and updating ALL RF24Mesh nodes
- getAddress() now returns -1 if failed instead of 0
- Shorten initial address request by 2 bytes
- Minor clean up to dhcp function
RF24Mesh v1.0.1b
Mesh networking for nrf24l01+ and compatible radio modules. Based on optimized RF24Network and RF24 libraries by TMRh20.
See http://tmrh20.github.io/RF24Mesh for documentation.
Changes:
- Fix address release
- Increase renewal/reconnect timeout to 1 minute from 3 seconds
RF24Mesh v1.0b
Mesh networking for nrf24l01+ and compatible radio modules. Based on optimized RF24Network and RF24 libraries by TMRh20.
See http://tmrh20.github.io/RF24Mesh for documentation.