Releases: allthingstalk/arduino-lorawan-sdk
Releases · allthingstalk/arduino-lorawan-sdk
Arduino LoRaWAN SDK v3.1.6
Arduino LoRaWAN SDK v3.1.5
- Relocated RDK sketch "environmental-sensing" dendencies from
/environmental-sensing/src/
to/environmental-sensing/
. This fixes the issue of missing dependencies when the sketch is saved in Arduino folder (or anywhere else for that matter).
Arduino LoRaWAN SDK v3.1.4
- Minor fix in "Environmental Sensing" example
Arduino LoRaWAN SDK v3.1.3
- Changed folder structure to make it more clear which examples are from the SDK and which are for the PDK and the RDK
Arduino LoRaWAN SDK v3.1.2
- Included dependencies for "environmental-sensing" example
Arduino LoRaWAN SDK v3.1.1
- Removed 'enableDevelopmentMode' method which caused the modem to fail
Arduino LoRaWAN SDK v3.1
- Redesigned SDK structure
- LoRaOptions in downling callbacks
- Modem initialization simplified
- Message queue management removed
- Debug information extended
- New RDK (Rapid Development Kit) examples
- New PDK (Product Development Kit) examples
- Updated/cleaned all examples
- Unified library into "AllThingsTalk_LoRaWAN.h" - from now on, that's all you have to include to your sketch to use this SDK
Arduino LoRaWAN SDK v2.1
- Added CBOR support
Arduino LoRaWAN SDK v2.0
fix casesensitive includes