Skip to content

Releases: stm32duino/I-NUCLEO-LRWAN1

STM32dunio I-NUCLEO-LRWAN1 1.0.2

12 Sep 14:23
Compare
Choose a tag to compare

What's Changed

  • Update Nucleo-64 Known limitations to avoid any confusion by @fpistm in #11
  • fix(radio): wrong length to convert read frame by @fpistm in #20

Full Changelog: 1.0.1...1.0.2

STM32dunio I-NUCLEO-LRWAN1 1.0.1

09 Jul 09:59
Compare
Choose a tag to compare

This release include:

  • New firmware AT command support #3
  • Remove core dependencies #4
  • Several bug fixes

First release of the STM32duino I-NUCLEO-LRWAN1 library

22 Feb 16:03
Compare
Choose a tag to compare

This library provides the LoRa® driver for the expansion board I-NUCLEO-LRWAN1.

4 examples provided:

  • LoRaPingPong: Data are exchange between two boards.
  • LoRaWANABP: Establish a connection on a LoRaWAN network in ABP mode and exchange data to/from the network.
  • LoRaWANOTAA: Establish a connection on a LoRaWAN network in OTAA mode. Send a join request and wait the join accept. Exchange data to/from the network.
  • getDevEUI: Display the unique device EUI of the module.