Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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