Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtrinch/esp-lora-gateway
Lora (not LoraWan!) gateway, receives messages via LoRa and forwards them to the cloud
https://github.com/xtrinch/esp-lora-gateway
Last synced: 12 days ago
JSON representation
Lora (not LoraWan!) gateway, receives messages via LoRa and forwards them to the cloud
- Host: GitHub
- URL: https://github.com/xtrinch/esp-lora-gateway
- Owner: xtrinch
- Created: 2020-09-26T09:35:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T13:29:43.000Z (about 4 years ago)
- Last Synced: 2024-11-11T11:04:58.402Z (about 2 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP-lora-gateway
Receives LoRa messages and forwards them to [sensor dashboard](http://sensor-dashboard.trina.si/). Made for TTGO-Lora32, with adapting the pins for LoRa can work for any ESP32 dev board.
Built with PlatformIO.
See also [backend](https://github.com/xtrinch/sensor-dashboard-nestjs-backend) and [frontend](https://github.com/xtrinch/sensor-dashboard-react-frontend), or [see it live](http://iotfreezer.com) with some sensor data from my living room.
## Setup
0. Make sure to clone with `git clone --recursive REPO-URL` to make sure ESP-make-easy submodule is cloned along
1. Have a sensor dashboard backend running (see https://github.com/xtrinch/sensor-dashboard-nestjs-backend)
2. Copy `import_env.example.py` to `import_env.py` and define the variables.## Components
- TTGO-Lora32