Skip to content

Releases: nRF24/RF24

RF24 v1.3.2

22 Mar 14:45
56f9bf4
Compare
Choose a tag to compare
Update library.json

RF24 v1.3.1

28 Jan 23:59
dca08c0
Compare
Choose a tag to compare

Notable changes:

  • ESP* support improvements
  • RPi bugfixes

RF24 v1.3.0

01 Jun 13:53
Compare
Choose a tag to compare

Notable changes:

  • flush_tx is now public
  • Better Arduino Due support
  • disableDynamicPayloads() was added

RF24 v1.2.0

05 Nov 14:50
Compare
Choose a tag to compare
  • 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 v1.1.7

12 Aug 21:19
Compare
Choose a tag to compare
Update library.properties

RF24 v1.1.6

20 Feb 16:59
Compare
Choose a tag to compare
  • Unified serial baudrate across all examples
  • Compiler warnings were fixed
  • Python related fixes and improvements
  • Other fixes and improvements

RF24 v1.1.5

07 Jan 20:06
Compare
Choose a tag to compare

Bugfixes and improvements.

RF24 v1.1.4

14 Dec 18:53
Compare
Choose a tag to compare
  • Python3 related changes.
  • Documentation fixes

RF24 v1.1.3

01 Nov 16:39
Compare
Choose a tag to compare
  • ATTiny2313/4313 support
  • Fix/Update RPi examples
  • Support radio.printDetails() for ESP8266 (Tested with nodeMCU 0.9)

RF24 v1.1.2

20 Oct 18:24
Compare
Choose a tag to compare

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