Metadata-Version: 2.1
Name: RoboCore_SMW-SX1262M0
Version: 1.0.0
Summary: Library created to facilitate the use of the SMW-SX1262M0 LoRaWAN module
Project-URL: Homepage, https://github.com/RoboCore/RoboCore_SMW-SX1262M0_Python
Project-URL: Store, https://www.robocore.net/hat-raspberry-pi/lorawan-hat-para-raspberry-pi
Author-email: RoboCore <projetos@robocore.net>
License-File: License.txt
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9.2
Description-Content-Type: text/markdown

RoboCore SMW-SX1262M0 Library (Python)
======================================

[![RoboCore LoRa HAT - Helix Antenna](https://d229kd5ey79jzj.cloudfront.net/2568/images/2568_1_M.png)](https://www.robocore.net/hat-raspberry-pi/lorawan-hat-para-raspberry-pi)

 Python library for the [*RoboCore LoRaWAN HAT*](https://www.robocore.net/hat-raspberry-pi/lorawan-hat-para-raspberry-pi) using the SMW-SX1262M0 LoRaWAN transceiver.

Installation
------------

To install the library using [PIP](https://pip.pypa.io/en/stable/installation/), just use the command below.

`pip3 install RoboCore_SMW-SX1262M0`

> **Note:** this installation does not include examples.

Repository Contents
-------------------

* **/examples** - Examples of using the library (.py). Run them from an IDE that is compatible with Python.
* **/src** - Source files for the library (.py).
* **License.txt** - The license file of the library.

Documentation
-------------

* **[LoRaWAN Tutorials](https://www.robocore.net/tutoriais/internet-das-coisas/)** - Tutorials for using the LoRaWAN protocol.
* **[RoboCore LoRaWAN HAT - Helix Antenna](https://www.robocore.net/hat-raspberry-pi/lorawan-hat-para-raspberry-pi)** - Main webpage with technical data about the LoRaWAN HAT (Helix Antenna).
* **[GitHub](https://github.com/RoboCore/RoboCore_SMW-SX1262M0_Python)** - Project repository on GitHub.
* **[PyPI](https://pypi.org/user/RoboCore/)** - Project repository on PyPI.

Version History
---------------

* [v1.0.0](https://github.com/RoboCore/RoboCore_SMW-SX1262M0_Python) - First release.

License Information
-------------------

"SMW-SX1262M0-lib" 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.

"SMW-SX1262M0-lib" 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 "SMW-SX1262M0-lib". If not, see <https://www.gnu.org/licenses/>
