Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilikecake/esp32-weather-station
A weather station using an ESP32 wifi controller
https://github.com/ilikecake/esp32-weather-station
3d-printing adafruit bme280 esp32 home-assistant mqtt sensor sparkfun
Last synced: 4 days ago
JSON representation
A weather station using an ESP32 wifi controller
- Host: GitHub
- URL: https://github.com/ilikecake/esp32-weather-station
- Owner: ilikecake
- License: mit
- Created: 2023-01-21T17:46:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T18:16:26.000Z (about 1 year ago)
- Last Synced: 2023-11-04T19:25:01.385Z (about 1 year ago)
- Topics: 3d-printing, adafruit, bme280, esp32, home-assistant, mqtt, sensor, sparkfun
- Language: Python
- Homepage:
- Size: 56.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Weather Station
This project is a temperature, humidity and barometric pressure sensor housed in a 3D printed case. It is designed to be placed in a protected place outside, and report sensor readings periodically over MQTT. It uses a small ESP32 for wifi communication, and requires a 5Vdc power source.
[](https://github.com/ilikecake/ESP32-Weather-Station/blob/main/Assets/Assy-arrange_wires_1.JPG)
Features
* Temperature/Humidity/Pressure sensor: BME280.
* 3D printed case is designed to allow airflow around the sensor.
* Powered by 5V (standard USB power supplies will work)
* Wifi connectivity, reports sensor readings to an MQTT broker.Building this project will require:
* 3D printer to print the case components.
* Basic soldering capability for the wiring.
* A reasonably protected location to install the sensor.For information on how to build this project and usage of the software, refer to the wiki.