Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xythobuz/esp-env
ESP32 / ESP8266 / LoRa32 / CYD & BME280 / SHT2x / CCS811 / SML sensor with InfluxDB and MQTT support
https://github.com/xythobuz/esp-env
arduino bme280 ccs811 cyd esp32 esp8266 influxdb iot lora32 mqtt sht21 sml
Last synced: 1 day ago
JSON representation
ESP32 / ESP8266 / LoRa32 / CYD & BME280 / SHT2x / CCS811 / SML sensor with InfluxDB and MQTT support
- Host: GitHub
- URL: https://github.com/xythobuz/esp-env
- Owner: xythobuz
- Created: 2022-05-21T16:40:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T16:34:23.000Z (18 days ago)
- Last Synced: 2025-01-21T22:12:29.497Z (5 days ago)
- Topics: arduino, bme280, ccs811, cyd, esp32, esp8266, influxdb, iot, lora32, mqtt, sht21, sml
- Language: C++
- Homepage: https://www.xythobuz.de/smarthome.html
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP-Env
Small firmware supporting different environmental sensors, as well as different microcontroller platforms.
Supports SHT21, BME280, CCS811, analog moisture sensors, serial or gpio relais, [SML](https://wiki.volkszaehler.org/software/sml) smart meter readouts.
Runs on ESP32, ESP8266, [Arduino Uno Wifi Developer Edition](https://github.com/JAndrassy/UnoWiFiDevEdSerial1), [Heltec Lora32 V3](https://heltec.org/project/wifi-lora-32-v3/), [Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display).
[![ESP-Env with BME280](https://www.xythobuz.de/img/espenv_10_small.jpg)](https://www.xythobuz.de/img/espenv_10.jpg)
[![SML LoRa transmitter](https://www.xythobuz.de/img/lora_sml_3_small.jpg)](https://www.xythobuz.de/img/lora_sml_3.jpg)This is all very much specific to my IoT devices at home.
But it should be easy enough to customize and use as a starting point for your own experiments.See [this blog post](https://www.xythobuz.de/espenv.html) for my initial temperature measurement experiments.
And [this blog post](https://www.xythobuz.de/lora_sml.html) for my LoRa SML smart meter bridge.
Some more stuff about my setup can be found [here](https://www.xythobuz.de/smarthome.html).Mostly this is my simple playground with an Arduino platform compatible build system set up, to quickly try out things.