Beelan LoRaWAN Versions Save

A LoRaWAN library for compatible arduino board

v2.4.0

9 months ago
  • Fixed rx delay for class A, thanks @IoTThinks
  • update timing on delays, @wero1414
  • Add API.md, Team @ElectronicCats/support
  • Add Support RENESAS

v2.3.0

1 year ago

Release

2.2.1

1 year ago
  • change default region on Config.h and fix subband selection for US915 and AU915

v2.2.1

1 year ago
  • change default region on Config.h and fix subband selection for US915 and AU915

v2.2.0

1 year ago
  • Electronic Cats Support

v2.1.0

1 year ago
  • To replace 921.2Mhz by 922.8Mhz for AS923-2
  • To fix downlink for Class C in AS923 and AS923-2
  • To fix bugs for AS_923 and to add support for AS_923_2

Thanks @IoTThinks

v2.0.0

2 years ago
  • MAC Time Correct
  • Class C working
  • Class A Working
  • Fix Downlink and Uplink
  • Major change

v1.5.4

3 years ago
  • Minor Fixes
  • Serial begin standard for Arduino
  • Defines for region fix macros
  • Remove duplicate example and rename

v1.5.3

3 years ago

v1.5.2

3 years ago

In this release:

  • Define max payload size, thanks @mr3188
  • Fix soft reset with ESP12 ESp8266, thanks @daeynasvistas
  • Fix class C rx window 2 and class A rx window delay, thanks @wero1414