This project is a weather station using ESP8266, DHT22 (temperature and humidity sensor), and a pressure sensor. The weather station collects environmental data and can send it to a cloud platform or display it on a local screen.
- ESP8266
- DHT22 (Temperature and Humidity Sensor)
- BMP180 (Pressure Sensor)
- Connect the ESP8266 to the sensors as per the wiring diagram.
- Flash the code onto the ESP8266 using the Arduino IDE.
- Clone the repository.
- Set up the Wi-Fi credentials in
config.h
. - Run the code using the Arduino IDE.
This project is licensed under the MIT License.