Skip to content

Releases: beegee-tokyo/SX126x-Arduino

Change antenna switch handling.

09 Dec 05:09
Compare
Choose a tag to compare

When RX_ENA is used as antenna switch power it caused a problem in P2P mode that the antenna was not powered up.

Correct handling of TX timeout in Radio callbacks

01 Nov 10:21
Compare
Choose a tag to compare
2.0.6

Correct handling of TX timeout in Radio callbacks

Add RAK13300 support

20 Sep 12:31
Compare
Choose a tag to compare
2.0.5

Update library version

Bug Fix

11 Aug 02:57
Compare
Choose a tag to compare

Correct power regulator setting for RAKwireless RAK11300 module from LDO to DCDC

# 2.0.3 - 2021-07-22

22 Jul 09:09
Compare
Choose a tag to compare
  • Add RAK11310 support
  • make include files SX126x-Arduino.h and LoRaWan-Arduino.h work for all board variants

Improvements

06 Jul 08:33
Compare
Choose a tag to compare
  • Add callbacks for LoRaWAN TX finished (both confirmed and unconfirmed)
  • Add additional bandwidths for LoRa transmissions. Breaks Radio.TimeOnAir() for bandwidths other than BW 125, 250 and 500
  • Fix minor problem in CF list handling for AS923-x regions
  • Implement new regions AS923-2, AS923-3, AS923-4, RU864
  • Test CF list to add additional channel on AS923 and RU864

Big update !BREAKS BACKWARD COMPATIBILITY!

12 Apr 03:17
82658d3
Compare
Choose a tag to compare
  • Add support for all LoRaWAN regions without recompilation of the code
  • Add background handling of SX126x IRQ's for better performance
  • Read WHAT'S NEW IN V2 to migrate your application to V2

!BREAKS BACKWARD COMPATIBILITY!

AS923 join fix

10 Mar 08:30
Compare
Choose a tag to compare
  • Fix AS923 OTAA join problem (use only default channels for join)
  • Fix some smaller issues in LoRaMac.cpp

Fix join bug when first OTAA join fails.

26 Feb 12:01
Compare
Choose a tag to compare

When OTAA join failed callback was called, following lmh_join() calls fail always

New feature, update examples

11 Feb 11:50
Compare
Choose a tag to compare

Add callback for OTAA join failure