Skip to main content
Version: FILS English

Weather&Humidity Clock

A one line project description

info

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

Description

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 ...