Skip to content

Releases: TMRh20/nrf_to_nrf

v1.2.13

09 Nov 14:23
Compare
Choose a tag to compare
  • Fixes for encryption with AA & DPL disabled & potential buffer overrun

v1.2.12

06 Oct 10:25
2cff259
Compare
Choose a tag to compare

What's Changed

  • Adjust available function to let the radio receive more data immediately by @TMRh20 in #22
  • Adjust begin & get RSSI function by @TMRh20 in #23
    • Remove the radioConfigured variable so the radio will be reconfigured every time begin() is called like with RF24
    • Add getRSSI() function
    • remove begin() from powerUp() function, as users will typically call begin() afterward
    • Set DPL to false in begin(), remove from powerDown() function.

Full Changelog: v1.2.11...v1.2.12

v1.2.11

25 Mar 03:26
Compare
Choose a tag to compare

What's Changed

  • Do not set LFCLKSRC as it will hang if no external crystal is present by @tobigun in #15
  • Add support for 250kbps mode by @tobigun in #17
  • Add support for nRF52805 by @tobigun in #16
  • Static payload with no ack does not have packet counter by @tobigun in #18
  • Do not enforce tinyusb for serial if MBED is not defined by @tobigun in #20
  • Adjust ack timeouts by @TMRh20 in #21

New Contributors

Full Changelog: v1.2.10...v1.2.11

v1.2.10

11 Mar 00:17
Compare
Choose a tag to compare

What's Changed

  • Modify available function: Return when DPL packet is to big
  • Fix scanner example
  • Include Adafruit_TinyUSB.h for non-mbed cores
  • Call setAutoAck(1) instead of manually setting acks per pipe during initialization
  • Define out variable that is only used when encryption enabled
  • Simplify logic for DPL length handling
  • Increase delay before sending an ACK, it seems 55us is the minimum, while 75us provides consistency

Full Changelog: v1.2.9...v1.2.10

v1.2.9

21 Dec 08:38
Compare
Choose a tag to compare
  • Fix for available function causing radio to hang

v1.2.8

21 Oct 08:46
Compare
Choose a tag to compare

v1.2.7

04 Oct 10:45
Compare
Choose a tag to compare

What's Changed

New Contributors

TMRh20:

  • Update README & examples
  • Update PA Level info in docs
  • Fix for write()
  • Fix for available()
  • Fix for CRC disabled
  • Fix for readingPipe0

Full Changelog: v1.2.6...v1.2.7

v1.2.6

22 Jun 11:34
Compare
Choose a tag to compare

What's Changed

  • Updates for v2.0 of RF24 stack by @TMRh20 in #10

Full Changelog: v1.2.2...v1.2.6

v1.2.2

26 May 23:36
Compare
Choose a tag to compare
  • Add CCM AES encryption & options
  • Changes to testCarrier/testRPD to set RSSI value
  • Bugfix for Feather 82450 express
  • Check for duplicate payloads based on CRC

v1.1.1

16 May 10:09
Compare
Choose a tag to compare

v1.1.1

  • Prevent duplicate payloads
  • Reduce waiting time for ACKS
  • Fix for static payloads with ACKS disabled
  • Bugfix for TX mode changes