Skip to content

Releases: nRF24/RF24Mesh

RF24Mesh v1.0.4b

15 Dec 20:05
Compare
Choose a tag to compare

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

27 Nov 14:04
Compare
Choose a tag to compare
RF24Mesh v1.0.3b Pre-release
Pre-release

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

06 Nov 01:15
Compare
Choose a tag to compare
RF24Mesh v1.0.2b Pre-release
Pre-release

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

30 Oct 18:32
Compare
Choose a tag to compare
RF24Mesh v1.0.1b Pre-release
Pre-release

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

26 Sep 19:15
Compare
Choose a tag to compare
RF24Mesh v1.0b Pre-release
Pre-release

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.