# Weather Station with PIR Sensor and Displays
This project is a simple weather station that uses a variety of sensors and displays to provide weather information and detect human presence in a room. The system integrates a DHT22 sensor for temperature and humidity, a PIR sensor for motion detection, and displays the information on an OLED display and a MAX7219 matrix display.
## Components Used
- **Raspberry Pi Pico W**: Microcontroller for managing sensors and displays.
- **DHT22 Sensor**: Measures temperature and humidity.
- **PIR Motion Sensor**: Detects human presence.
- **Adafruit SSD1306 OLED Display**: Displays weather information.
- **MD_MAX72XX Matrix Display**: Displays motion detection status.
- **Wiring**: Connects all components to the microcontroller.
Loading
pi-pico-w
pi-pico-w
wokwi-max7219-matrix-0:V+
wokwi-max7219-matrix-0:GND
wokwi-max7219-matrix-0:DIN
wokwi-max7219-matrix-0:CS
wokwi-max7219-matrix-0:CLK
wokwi-max7219-matrix-0:V+.2
wokwi-max7219-matrix-0:GND.2
wokwi-max7219-matrix-0:DOUT
wokwi-max7219-matrix-0:CS.2
wokwi-max7219-matrix-0:CLK.2
wokwi-lcd1602-0:VSS
wokwi-lcd1602-0:VDD
wokwi-lcd1602-0:V0
wokwi-lcd1602-0:RS
wokwi-lcd1602-0:RW
wokwi-lcd1602-0:E
wokwi-lcd1602-0:D0
wokwi-lcd1602-0:D1
wokwi-lcd1602-0:D2
wokwi-lcd1602-0:D3
wokwi-lcd1602-0:D4
wokwi-lcd1602-0:D5
wokwi-lcd1602-0:D6
wokwi-lcd1602-0:D7
wokwi-lcd1602-0:A
wokwi-lcd1602-0:K
wokwi-ntc-temperature-sensor-0:GND
wokwi-ntc-temperature-sensor-0:VCC
wokwi-ntc-temperature-sensor-0:OUT
wokwi-photoresistor-sensor-0:VCC
wokwi-photoresistor-sensor-0:GND
wokwi-photoresistor-sensor-0:DO
wokwi-photoresistor-sensor-0:AO
Loading
ssd1306
ssd1306
wokwi-pir-motion-sensor-0:VCC
wokwi-pir-motion-sensor-0:OUT
wokwi-pir-motion-sensor-0:GND
wokwi-ds1307-0:GND
wokwi-ds1307-0:5V
wokwi-ds1307-0:SDA
wokwi-ds1307-0:SCL
wokwi-ds1307-0:SQW
wokwi-dht22-0:VCC
wokwi-dht22-0:SDA
wokwi-dht22-0:NC
wokwi-dht22-0:GND