Skip to main content
Version: FILS English

Weather&Humidity Clock

Weather Clock with Humidity Sensor

A one line project description

info

Author: Matache Monica Magdalena GitHub Project Link:https://github.com/UPB-PMRust-Students/project-monica282004

Description

An interactive monitoring system using Raspberry Pi Pico. It displays the current time, date, temperature, and humidity on an ST7735S LCD. Data is updated in real-time whenever motion is detected by the PIR sensor

Motivation

To create a smart, real-time environmental monitor that responds to human presence. It combines timekeeping, weather, and motion detection in one compact system. The project aims to enhance awareness of surroundings efficiently.

Architecture

photo

Raspberry Pi Pico – Microcontroller that coordinates sensors, display, and logic.

RTC DS3231 – Real-time clock module providing accurate date and time.

DHT22 – Temperature and humidity sensor for environmental monitoring.

ST7735S LCD – Small color display to show time, date, weather, and humidity.

PIR HC-SR505 – Motion sensor that triggers updates when movement is detected.

Describe in a few words your project idea.

Motivation

Why did you choose this project?

Architecture

Add here the schematics with the architecture of your project. Make sure to include:

  • what are the main components (architecture components, not hardware components)
  • how they connect with each other

Log

Week 5 - 11 May

Week 12 - 18 May

Week 19 - 25 May

Hardware

In my project, the Raspberry Pi Pico microcontroller serves as the central processing unit, mandated for the task. Its low power consumption ensures efficiency throughout. It also reads data and time from the DS3231 real time clock module and DHT22 Sensor and displays them, while also being able to send electrical signals to a motion sensor for an alarm effect. photo photo

Schematics

Place your KiCAD schematics here. Schematic

Bill of Materials

DeviceUsagePrice
Raspberry Pi Pico WHThe main microcontroller with wireless and pre-soldered headers53 RON
HC-SR505 PIR Motion SensorDetects motion to trigger the display of time and environmental data10,28 RON
SPI LCD 1.8" 128x160 ModuleDisplays time, temperature, humidity and weather43,58 RON
DS3231 Real-Time Clock ModuleKeeps accurate time even when the main power is off19 RON
DHT22-Humidity and Temperature sensorSense the humidity and temperature from the room18 RON
Breadboard + jumper wiresUsed to prototype the circuit without soldering~15 RON

Software

LibraryDescriptionUsage
st7789Display driver for ST7789Used for the display for the Pico Explorer Base
embedded-graphics2D graphics libraryUsed for drawing to the display
  1. link
  2. link ...