Hello fellow makers!
I've been working on a personal project to build a comprehensive IoT weather station, and I wanted to share my progress and get some feedback from the community.
The core of the project uses an ESP32 microcontroller, which is fantastic for its Wi-Fi capabilities and low power consumption. For sensing, I'm using the popular BME280 sensor to measure temperature, humidity, and atmospheric pressure.
So far, I've successfully:
- Connected the BME280 sensor via I2C and read sensor data accurately.
- Configured the ESP32 to connect to my home Wi-Fi network.
- Published sensor readings to a MQTT broker (Mosquitto).
- Setting up a dashboard (likely using Node-RED or Grafana) to visualize the data.
- Adding more sensors (e.g., an anemometer for wind speed, a rain gauge).
- Exploring power-saving techniques for long-term deployment.
- Potentially adding a small display to the unit for local readings.