Personal Weather Station(PWS)
This project is a personal weather station that uses a Raspberry Pi Pico W
and several sensors including a raindrop sensor
, BMP180
, and DHT22
. The weather station monitors various weather parameters including rainfall, temperature, humidity, pressure, and altitude. This project enables the user to collect real-time weather data and provides an opportunity to analyze and understand the local weather patterns in detail.
How it works:
- The PWS connects to a Wi-Fi network,
- reads data from the sensors,
- performs some processing on the raw data,
- uploads the data to Weather Underground,
- displays it on a webpage hosted on the Raspberry Pi server,
- data logging the weather data into a csv file every 30 seconds,
- displays a few lines of the stored data in another webpage.