arduino-libraries / MKRWAN_v2

[Beta] Library for Arduino MKRWAN 1300 / 1310 suitable for firmwares derived from ST sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MKRWAN_v2

Check Arduino status Compile Examples status Spell Check status

Provides APIs to communicate with LoRa and LoraWAN networks

For more information about this library please visit us at https://www.arduino.cc/en/Reference/MKRWAN

If you are looking for the firmware running on Murata CMWX1ZZABZ-078 module, the complete source code is hosted at https://github.com/arduino/mkrwan1300-fw

This version of the library tracks https://github.com/arduino/mkrwan1300-fw/tree/master-1.3.1 , which is based on almost clean ST sources.

The firmware update sketch should be flashed accordingly to the MKRWAN_v2 library version in use.

License

Copyright (C) 2017 Arduino AG (http://www.arduino.cc/)

Based on the TinyGSM library https://github.com/vshymanskyy/TinyGSM Copyright (c) 2016 Volodymyr Shymanskyy

MKRWAN_v2 library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MKRWAN_v2 library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with MKRWAN_v2 library. If not, see http://www.gnu.org/licenses/.

About

[Beta] Library for Arduino MKRWAN 1300 / 1310 suitable for firmwares derived from ST sources

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 100.0%