RF24

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices

GPL-2.0 License

Stars
2.2K
Committers
82

Bot releases are visible (Hide)

RF24 - RF24 v1.3.2

Published by Avamander over 5 years ago

RF24 - RF24 v1.3.1

Published by Avamander over 6 years ago

Notable changes:

  • ESP* support improvements
  • RPi bugfixes
RF24 - RF24 v1.3.0

Published by Avamander over 7 years ago

Notable changes:

  • flush_tx is now public
  • Better Arduino Due support
  • disableDynamicPayloads() was added
RF24 - RF24 v1.2.0

Published by TMRh20 almost 8 years ago

  • Make internal delays configurable

There are two main delays in the library:

  1. txDelay is called during stopListening. This is important when ESB/AA
    is enabled, but can be reduced if AA is disabled or if there is a delay
    between calling stopListening() and any writes to the radio
  2. csDelay is called every time the CSN/SS SPI pin is toggled to reduce
    SPI polling. This can be reduced to 0 if interrupts or timed polling is
    taking place.
  • Documenation Update
RF24 - RF24 v1.1.7

Published by Avamander about 8 years ago

RF24 - RF24 v1.1.6

Published by Avamander over 8 years ago

  • Unified serial baudrate across all examples
  • Compiler warnings were fixed
  • Python related fixes and improvements
  • Other fixes and improvements
RF24 - RF24 v1.1.5

Published by Avamander almost 9 years ago

Bugfixes and improvements.

RF24 - RF24 v1.1.4

Published by Avamander almost 9 years ago

  • Python3 related changes.
  • Documentation fixes
RF24 - RF24 v1.1.3

Published by TMRh20 almost 9 years ago

  • ATTiny2313/4313 support
  • Fix/Update RPi examples
  • Support radio.printDetails() for ESP8266 (Tested with nodeMCU 0.9)
RF24 - RF24 v1.1.2

Published by Avamander almost 9 years ago

Fixed a few inconsistencies, reduced RAM usage, added one new example.

RF24 - RF24 v1.1.1

Published by TMRh20 about 9 years ago

RF24 library for nrf24l01 and compatible modules. See http://tmrh20.github.io/RF24 for documentation.

RF24 - RF24 v1.0.1

Published by TMRh20 about 9 years ago

RF24 library for nrf24l01 and compatible modules. See http://tmrh20.github.io/RF24 for documentation.

RF24 - RF24 v1.0

Published by TMRh20 about 9 years ago

RF24 library for nrf24l01 and compatible modules. See http://tmrh20.github.io/RF24 for documentation.