https://github.com/ivanovx/weather-station
System for measuring temperature, atmospheric pressure, humidity and air quality index is fully implemented through ESP32 for microcontroller and BME680 for sensor. Later I realized communication via LoRa for remote measurement and local processing.
https://github.com/ivanovx/weather-station
bme680 esp32 lora
Last synced: 29 days ago
JSON representation
System for measuring temperature, atmospheric pressure, humidity and air quality index is fully implemented through ESP32 for microcontroller and BME680 for sensor. Later I realized communication via LoRa for remote measurement and local processing.
- Host: GitHub
- URL: https://github.com/ivanovx/weather-station
- Owner: ivanovx
- License: gpl-3.0
- Created: 2021-02-10T13:54:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T15:47:37.000Z (over 1 year ago)
- Last Synced: 2025-12-14T13:24:15.571Z (6 months ago)
- Topics: bme680, esp32, lora
- Language: C
- Homepage:
- Size: 97.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Station
System for measuring temperature, atmospheric pressure, humidity and air quality index is fully implemented through ESP32 for microcontroller and BME680 for sensor. Later I realized communication via LoRa for remote measurement and local processing.