https://github.com/xtrinch/esp-lora-dht11-reader
Reads DHT11 measurements and sends them to a LoRa (not LoRaWan!) gateway
https://github.com/xtrinch/esp-lora-dht11-reader
dht11 esp32 lora
Last synced: 15 days ago
JSON representation
Reads DHT11 measurements and sends them to a LoRa (not LoRaWan!) gateway
- Host: GitHub
- URL: https://github.com/xtrinch/esp-lora-dht11-reader
- Owner: xtrinch
- Created: 2020-10-11T13:33:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T13:34:25.000Z (over 4 years ago)
- Last Synced: 2025-02-14T06:22:01.336Z (2 months ago)
- Topics: dht11, esp32, lora
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP-lora-DHT11-reader
Reads DHT11 temperature & humidity measurements and forwards them [sensor dashboard](http://iotfreezer.com/), by using the [gateway sketch](https://github.com/sensor-dashboard/ESP-lora-gateway) running on another TTGO-Lora32. 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