Skip to content

RF24Ethernet v1.6.1

Compare
Choose a tag to compare
@TMRh20 TMRh20 released this 18 Dec 00:48
· 158 commits to master since this release

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