Skip to content

Releases: nRF24/RF24Ethernet

v1.6.7

14 Dec 07:41
ef5b331
Compare
Choose a tag to compare
Update library.properties

v1.6.6

18 Nov 00:50
Compare
Choose a tag to compare

v1.6.5

17 Aug 04:32
Compare
Choose a tag to compare
  • Identified/Correct memory issue causing 'undefined behaviour' ie: A variety of symptoms depending on memory allocation etc.
  • Update getting started simple client example

v1.6.4

01 Aug 09:21
d57eeef
Compare
Choose a tag to compare
  • Fix for buggy behaviour on AVR devices. Prevously used a hook to update RF24Ethernet layer during calls to delay. This caused a lot of problems. Users now need to avoid using delays, and keep the Ethernet layer updated via timer loops and calls to Ethernet.update()
  • Fixes for MQTT example
  • Major cleanup for warnings and minor issues

RF24Ethernet v1.6.3

08 Apr 22:28
Compare
Choose a tag to compare

Simple, self-managing TCP/IP wireless/radio sensor networks that seamlessly link together using standard protocols & networking, based on low-power nrf24l01+ radio modules.
An experiment in networking, protocols and devices.

See http://tmrh20.github.io/RF24Ethernet and http://github.io/RF24 for more information.

Changes:

  • Update & Fix MQTT example
  • Add dependencies for RF24, RF24Network & RF24Mesh

RF24Ethernet v1.6.2

09 May 10:42
Compare
Choose a tag to compare

Simple, self-managing TCP/IP wireless/radio sensor networks that seamlessly link together using standard protocols & networking, based on low-power nrf24l01+ radio modules.
An experiment in networking, protocols and devices.

See http://tmrh20.github.io/RF24Ethernet and http://github.io/RF24 for more information.

Changes:
See 1.6.1...master

RF24Ethernet v1.6.1

18 Dec 00:48
Compare
Choose a tag to compare

Simple, self-managing TCP/IP wireless/radio sensor networks that seamlessly link together using standard protocols & networking, based on low-power nrf24l01+ radio modules.
An experiment in networking, protocols and devices.

See http://tmrh20.github.io/RF24Ethernet and http://github.io/RF24 for more information.

Changes

  • Use Arduino yield() function to keep IP stack updated during calls to delay() etc. (Not working with ESP8266)
  • Fix mqtt example
  • Fix (mostly) SLIP gateway example (RPi direct connection preferred)
  • Fix client operator conversion

RF24Ethernet v1.6

29 Nov 05:59
Compare
Choose a tag to compare

Simple, self-managing TCP/IP wireless/radio sensor networks that seamlessly link together using standard protocols & networking, based on low-power nrf24l01+ radio modules.
An experiment in networking, protocols and devices.

See http://github.io/RF24Ethernet and http://github.io/RF24 for more information.