Skip to content

Releases: jgromes/RadioLib

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

Patch 3.1.1

19 Jan 13:47
Compare
Choose a tag to compare

SX126x

  • Added option to set sync word control bits
  • Added missing calls to yield

CC1101

  • Added missing calls to yield

Update 3.1.0

13 Jan 16:35
Compare
Choose a tag to compare

Common

  • Added method to clear interrupt actions
  • Added version, unused pin and assert macros

SX126x

  • Added sleep mode options
  • Improved reset procedure
  • Added support for implicit header (by @naggie)

Release 3.0.0

27 Dec 13:39
Compare
Choose a tag to compare

Incompatibility warning
This release introduces backwards-incompatible changes to the public API!

SX126x

  • Added receive with duty cycle (by @BarryPSmith in #84)
  • Set DIO2 as RF switch by default
  • Using 1-byte sync word

CC1101

  • Fixed setting Tx power according to frequency (by @Guglio95 in #88)
  • Various small fixes (by @Guglio95 in #90)
  • Implemented OOK mode (by @Guglio95 in #93)

Morse

Common

  • Reworked pin mapping and added support for resetting modules

Patch 2.0.1

01 Dec 14:36
Compare
Choose a tag to compare

CC1101

  • Fixed incorrect minimum sync word length (by @Guglio95)

SX126x

  • Fixed CRC check on receive (by @BarryPSmith)
  • Fixed setFrequencyRaw and setTCXO ignoring module status

Common

  • Added check for -1 as "unused pin" value

Release 2.0.0

27 Nov 09:40
Compare
Choose a tag to compare

Incompatibility warning
This release introduces backwards-incompatible changes to the public API!

SX127x

  • Added fixed FSK packet length support

SX126x

  • Added fixed FSK packet length support
  • Removed DIO2
  • Fixed TCXO not initializing on some modules

nRF24

  • Added 2-byte address support, CRC filtering and auto-ack configuration (by @Guglio95)

Common

  • Added support for new platforms (nRF52, megAVR, etc.)
  • Added godmode
  • Optimized Flash usage when not using RadioShield

Update 1.8.0

19 Nov 18:14
Compare
Choose a tag to compare

SX127x

  • Sync with LoRaLib 8.2.0

CC1101

  • Added option to use fixed packet length (by @phretor)
  • Added promiscous mode (by @phretor)
  • Added preamble length configuration (by @Guglio95)

RF69

  • Added option to use fixed packet length (by @phretor)
  • Added promiscous mode (by @phretor)

SX126x

And various bugfixes to examples.

Update 1.7.0

02 Oct 18:55
Compare
Choose a tag to compare

Common

  • Added option to only use static allocations
  • Fixed macro warnings
  • Added verbose debug macro

SX126x

  • Added method to set whitening (by @mmrein)
  • Added module presence check
  • Fixed bug in receive interrupt example

nRF24

  • Fixed fallthrough bug

Update 1.6.1

17 Sep 07:31
Compare
Choose a tag to compare

SX126x

  • Added option to set sync word length in bits (by @mmrein)
  • Fixed waiting for BUSY pin in sleep mode (found by @beegee-tokyo)

CC1101, RF69, SX127x and SX126x

  • Fixed interrupt-driven transmit example

Update 1.5.0

10 Sep 18:54
Compare
Choose a tag to compare

New features