RF24Ethernet Versions Save

OSI Layers 4&5 Wireless (not WiFi) TCP/IP networking on Arduino devices using nrf24l01+ & nrf52x radios

v1.6.14

7 months ago

What's Changed

Full Changelog: https://github.com/nRF24/RF24Ethernet/compare/v1.6.13...v1.6.14

v1.6.13

11 months ago

v1.6.12

11 months ago

Doc updates Fix for Pico

Full Changelog: https://github.com/nRF24/RF24Ethernet/compare/v1.6.11...v1.6.12

v1.6.11

1 year ago

v1.6.10

1 year ago

What's Changed

Full Changelog: https://github.com/nRF24/RF24Ethernet/compare/v1.6.9...v1.6.10

v1.6.9

2 years ago
  • Replace pubsub library example with mqtt library example due to instability
  • Add new DNS/UDP example
  • Reduce memory and program space usage
  • Docs updates

v1.6.8

3 years ago
  • abstract docs (main page and all "Related Pages" now live in the docs folder)
  • fix formatting

v1.6.7

3 years ago

v1.6.6

3 years ago

v1.6.5

3 years ago
  • Identified/Correct memory issue causing 'undefined behaviour' ie: A variety of symptoms depending on memory allocation etc.
  • Update getting started simple client example