Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@janakj janakj released this 09 Mar 03:31
· 62 commits to main since this release
v1.3.0

This release incorporates a number of new features from @disk91 to better support Arduino MKRWAN boards, fixes a couple of bugs, and bumps LoRaMAC-node to version 4.7.0.

New features
The new command AT$NVM can be used by the host MCU or application to store a limited amount of user data in the modem's flash. This can be useful for storing per-modem application configuration information in the modem.

The new command AT$LOCKKEYS can be used to prevent the application from reading LoRaWAN security keys over the AT command interface. Once invoked, the LoRaWAN security keys stored in the modem cannot be read until the next factory reset. Please note that this command provides accidental protection only. The security keys can still be accessed over the USART ports or by reading the EEPROM.

The new command AT$DETACH, which is only available in the build variants for Arduino MKRWAN boards, can be used to detach the LPUART1 port (the ATCI port) from its GPIO pins. This allows the host MCU to communicate with the onboard flash which shares communication lines with the LPUART1 port in the Murata modem. To re-attach the port, the host MCU pulls the GPIO pin PB12 down.

Improvements
This release also updates the LoRaMAC-node library to version 4.7.0. The update brings in the most recent bug fixes and minimizes the number of custom modifications we need to keep.

Bug fixes
This release also fixes incorrect handling of DevEUI during factory reset. In previous firmware versions, AT+FACNEW 3 did not correctly reset the DevEUI.

SHA256 checksums:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

e281eff63e4c8e4f3db4d96e3518126559119b9514e0e269e606fb39ebe0bdea *lora-modem-abz-1.3.0.bin
9de406230835cb043aafc5e246ace14ad57cc20d6e738369da3c5c498d0e4d96 *lora-modem-abz-1.3.0.debug.bin
6e2a58f6baa41f046b6b06ef7c7edba85f1b2e7b71329fbf0faf17f569dabc17 *lora-modem-abz-1.3.0.debug.hex
29c4fa212a22c897baaa414072c0e005cbf50f31c455beb830c3c971d5ceeb16 *lora-modem-abz-1.3.0.debug.map
c069375aa198cb7e44b5112871f2861d9da6630a1be981e039654a2389f1b19b *lora-modem-abz-1.3.0.debug.mkrwan.bin
d96e7c637f21a08076276ac251fbe2e5227721f2d79e76edb7eb832d77d9f098 *lora-modem-abz-1.3.0.debug.mkrwan.hex
73fb68294861e01bd7db854383a8cb84b070df4e723c7132788a5b9cb5e1780b *lora-modem-abz-1.3.0.debug.mkrwan.map
ab2c3d6f5c10f966357f64965205b12e545d32000c382ec375d78925b7b994aa *lora-modem-abz-1.3.0.hex
d306a5ca47f24ba3af9768894f94d541d2ee2861218ee61af393c6e8372e1e2e *lora-modem-abz-1.3.0.mkrwan.bin
59ff8e8d8b3279744c44bbdde7f5a8a20cd2d5f63ebaa970a092ea6dc112ec1a *lora-modem-abz-1.3.0.mkrwan.hex
a92792c680f46821fbf53842f1163c5a15e041f6785f7a4d957b3218386906e7 *lora-modem-abz-1.3.0.tar.gz
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEFCCLDXVU0YzakXzblUwB86RfKM8FAmQJTnYACgkQlUwB86Rf
KM+m4xAAiTvhSEjvBM4ZIN+Tdc1MeL/U7vdgrAIgHSJ3l+lFEXx5Srg/dYuiJZlF
yt/+yBlTyx+h/sp+Z3WtixRc8ZQMYm8cFbZKtgrvOeUiGk/t3z1WpWgqdhLeZtnz
0cea5eTUKQNx9UK93B/yk4yjv/UDHhrj2454FtWhvU53VWS+MZiZUbKJskwmjUqE
Gthd3o5bqBQqZaJz1A0AbnpR3enPRGkHi56cpAbIo1KAJ/BcriVciIq1Gth9aypX
iydok9PMnBjpb/D7QPyr593QL77unwc+GK+h6MsMO+PBbuiSqlaZ65KlA5I9Z/Oq
1e4CqsfFQkA4E4XoNAJghKTFagOiaEtwQWyGPOXM0Yxd2nzd7eQZanljsotYGHQT
7OXrFE2b+GI/3HbWUAOnPFJCBZCQBsFTo1lj+1klbTbFNDNxqazBUD99bi1riSbs
5e4GURcx+2bnLmZE4tGM23iU2qg5pO9totHQZU5TISD6TG3/r1TMe9lLlt2PqWKG
vd/tEKIyfn5tmqOJAqV9oV4QvjX0NX7l5tZocvoPhipcxoD5RiBl7mTew+E/WoUd
jNIUpeP/k2F8Yqlk2G3mpgBvj3ZjV5jAX0dcl0457nMbYB849Ih7ez1fFMiwzV+K
kI8IwZRMw7N3XqUpE3/cZv/8Y9UV/d2ZuqlMmhJbrigvy+J1n2I=
=3nN+
-----END PGP SIGNATURE-----

Full changelog: v1.2.6...v1.3.0