Releases: nRF24/RF24Ethernet
v1.6.7
v1.6.6
- Add alternate MQTT example using library: https://github.com/256dpi/arduino-mqtt/ shown in Arduino Library Manager as 'MQTT'
v1.6.5
v1.6.4
- 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
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
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
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
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.