Skip to content

Releases: beegee-tokyo/SX126x-Arduino

Add read the Syncword function

05 Jan 07:45
Compare
Choose a tag to compare

Add radio function to read the radio syncword

uint16_t syncword = Radio.GetSyncWord(void);

Add custom Syncword and Low DataRate optimization

01 Jan 03:00
Compare
Choose a tag to compare
  • Add radio function to set a custom Syncword Radio.SetCustomSyncWord(uint16_t syncword);
  • Add radio function to enforce Low DataRate optimization Radio.EnforceLowDRopt(bool enforce);
    Thanks to @rainerfritz and @jamcinnes2 for their contributions.

Access to NWsKey and AppsKey

17 Oct 04:09
Compare
Choose a tag to compare

Add functions to get network session key and app session key after join

Add missing header file

02 Jul 02:10
Compare
Choose a tag to compare
2.0.26

Add missing header file

Fix DR reset

01 Jul 03:03
Compare
Choose a tag to compare

With ADR enabled, the DR got reset to default when packet transmission mode changed between confirmed and unconfirmed mode.

Fix P2P RX timeout callback fails

24 Feb 12:28
Compare
Choose a tag to compare

Fix callbacks for P2P RX and TX timeout not being called

Add support for the Arduino Pico BSP

15 Dec 04:36
Compare
Choose a tag to compare

Added support for the RAK11300 in arduino-pico BSP still experimental

IRQ_HEADER_ERROR should issue RX error, not RX timeout

22 Nov 02:55
Compare
Choose a tag to compare

Change behaviour of IRQ_HEADER_ERROR, thanks to @JeromeBriot

Some fixes

01 Oct 13:00
Compare
Choose a tag to compare
  • Fix public/private network always public
  • Add option to restart MAC stack to change e.g. region without re-init timers

Add MAC counter reset function

27 Aug 04:29
Compare
Choose a tag to compare
2.0.20

Add MAC counter reset function