nrf_to_nrf

OSI Layer 2 (ESB) Radio Driver for NRF52x

GPL-3.0 License

Stars
16

Bot releases are visible (Hide)

nrf_to_nrf - v1.2.11 Latest Release

Published by TMRh20 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/TMRh20/nrf_to_nrf/compare/v1.2.10...v1.2.11

nrf_to_nrf - v1.2.10

Published by TMRh20 7 months ago

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: https://github.com/TMRh20/nrf_to_nrf/compare/v1.2.9...v1.2.10

nrf_to_nrf - v1.2.9

Published by TMRh20 10 months ago

  • Fix for available function causing radio to hang
nrf_to_nrf - v1.2.8

Published by TMRh20 12 months ago

nrf_to_nrf - v1.2.7

Published by TMRh20 about 1 year ago

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: https://github.com/TMRh20/nrf_to_nrf/compare/v1.2.6...v1.2.7

nrf_to_nrf - v1.2.6

Published by TMRh20 over 1 year ago

What's Changed

Full Changelog: https://github.com/TMRh20/nrf_to_nrf/compare/v1.2.2...v1.2.6

nrf_to_nrf - v1.2.2

Published by TMRh20 over 1 year ago

  • 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
nrf_to_nrf - v1.1.1

Published by TMRh20 over 1 year ago

v1.1.1

  • Prevent duplicate payloads
  • Reduce waiting time for ACKS
  • Fix for static payloads with ACKS disabled
  • Bugfix for TX mode changes
nrf_to_nrf - v1.1

Published by TMRh20 over 1 year ago

Fix:

  • Non-void funcs not returning a value
  • Issues discovered via Multiceiver Demo (related to tx standby mode)
  • Static payloads now working, gettingstarted example updated to match RF24 examples as closely as possible
nrf_to_nrf - v1.0

Published by TMRh20 almost 2 years ago

Initial release of nrf_to_nrf library for nrf52840 to nrf24l01 communication
Known limitations:

  • Static Payloads not working, users required to use dynamic payloads (call enableDynamicPayloads() function)

Info:

  • Compatible with RF24 communication stack - RF24Network, RF24Mesh, RF24Ethernet
  • Uses RF24 library API: see https://github.com/nRF24