Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemariva/uPyLoRaWAN
ESP32 using MicroPython meets LoRa and LoRaWAN.
https://github.com/lemariva/uPyLoRaWAN
esp32 lora lorawan lorawan-application
Last synced: about 2 months ago
JSON representation
ESP32 using MicroPython meets LoRa and LoRaWAN.
- Host: GitHub
- URL: https://github.com/lemariva/uPyLoRaWAN
- Owner: lemariva
- License: apache-2.0
- Created: 2018-09-27T16:47:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T22:35:46.000Z (about 1 year ago)
- Last Synced: 2024-04-22T12:33:19.404Z (9 months ago)
- Topics: esp32, lora, lorawan, lorawan-application
- Language: Python
- Homepage: https://lemariva.com/blog/category/lora
- Size: 177 KB
- Stars: 210
- Watchers: 22
- Forks: 54
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - uPyLoRaWAN - ESP32 using MicroPython meets LoRa and LoRaWAN. (Libraries / Communications)
README
# uPyLora
ESP32 using MicroPython meets lora.This repo includes an sx127x micropython driver to communicate between two devices using LoRa.
For the LoRaWAN repository click on [here](https://github.com/lemariva/uPyLoRaWAN/tree/LoRaWAN).
# Setup
Check out these articles for more information:
* [M5Stack Atom Matrix: LoRaWAN node running MicroPython](https://lemariva.com/blog/2020/03/m5stack-atom-lorawan-node-running-micropython)
* [Tutorial: ESP32 running MicroPython sends data over LoRaWAN](https://lemariva.com/blog/2020/02/tutorial-micropython-esp32-sends-data-over-lorawan)# Hardware
* [Wemos® TTGO LORA32 868/915Mhz](https://www.banggood.com/2Pcs-Wemos-TTGO-LORA32-868915Mhz-ESP32-LoRa-OLED-0_96-Inch-Blue-Display-p-1239769.html?p=QW0903761303201409LG) board.# Revision
* 0.1 first commit# Licenses
* Apache 2.0# References
* Basically based on: [Wei1234c GitHub](https://github.com/Wei1234c/SX127x_driver_for_MicroPython_on_ESP8266). The original project was cleaned and made compatible with the [Wemos® TTGO LORA32 868/915Mhz](https://www.banggood.com/2Pcs-Wemos-TTGO-LORA32-868915Mhz-ESP32-LoRa-OLED-0_96-Inch-Blue-Display-p-1239769.html?p=QW0903761303201409LG) board.