Skip to content

Releases: jgromes/RadioLib

Update 3.6.0

12 May 16:27
Compare
Choose a tag to compare

RF69

  • Replaced legacy RSSI member variable with getRSSI method
  • Extended pwoer configuration for high-power modules.

SX128x

  • Minor bugfixes

AFSK

  • Added AFSK support

General

  • Extended library build configuration

Update 3.5.0

14 Apr 10:07
Compare
Choose a tag to compare

Common

  • New platforms: Arduino Nano 33 BLE
  • New modules: Si443x, SX128x
  • New protocols: SSTV, Hellschreiber
  • Loads of typo fixes
  • Improved build configuration

Update 3.4.0

13 Mar 20:47
Compare
Choose a tag to compare

nRF24

  • Added carrier detection method (by @Guglio95)

SX127x

  • Fixed reset implementation for SX1272/73

Common

  • Only initializing default SPI interface

Patch 3.3.1

24 Feb 16:20
Compare
Choose a tag to compare

CC1101

  • Fixed incorrect PA configuration in OOK mode
  • Fixed setRxBandwidth (by @Guglio95)
  • Added carrier sense as sync word qualifer (by @Guglio95)

SX127x

  • Fixed OOK configuration (by @4m1g0)

Common

  • Removed redundant null terminators
  • Fixed interface termination

Update 3.3.0

14 Feb 08:12
Compare
Choose a tag to compare

SX127x

  • Fixed incorrect OOK data shaping on SX1272 (#110)

AX25

  • Added support for AX.25

Patch 3.2.3

06 Feb 13:09
Compare
Choose a tag to compare

SX126x

  • Fixed incorrect SNR calculation for SNR less than 0

Patch 3.2.2

02 Feb 11:15
Compare
Choose a tag to compare

SX126x

  • Fixed incorrect handling of errata fix 15.3

Common

  • Reset pin is no longer switched to High-Z at the end of reset procedure (by @naggie)

Patch 3.2.1

28 Jan 16:50
Compare
Choose a tag to compare

SX126x

  • Added regulator mode argument to begin methods to ensure compatiblity with all devices (by @naggie)

Update 3.2.0

28 Jan 11:49
Compare
Choose a tag to compare

SX126x

  • Added methods to change regulator mode (set to DC-DC by default)
  • Added method to read current OCP configuration
  • Fixed output power too high in some cases

Patch 3.1.2

21 Jan 17:17
Compare
Choose a tag to compare

SX126x

  • Added missing default packet mode in FSK
  • Added option to read data even after CRC error