Skip to content

Commit 42d544d

Browse files
authored
Branch hardware (#632)
* update * update-doc
1 parent 686475f commit 42d544d

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

12.8 KB
Loading

website/versioned_docs/version-fils_en/project/2025/monica.matache/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Weather&Humidity Clock
2+
3+
Weather Clock with Humidity Sensor
4+
25
A one line project description
36

47
:::info
@@ -10,6 +13,27 @@ A one line project description
1013

1114
## Description
1215

16+
17+
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
18+
19+
## Motivation
20+
21+
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.
22+
23+
## Architecture
24+
25+
![photo](Screenshot%202025-09-07%20190017.webp)
26+
27+
Raspberry Pi Pico – Microcontroller that coordinates sensors, display, and logic.
28+
29+
RTC DS3231 – Real-time clock module providing accurate date and time.
30+
31+
DHT22 – Temperature and humidity sensor for environmental monitoring.
32+
33+
ST7735S LCD – Small color display to show time, date, weather, and humidity.
34+
35+
PIR HC-SR505 – Motion sensor that triggers updates when movement is detected.
36+
=======
1337
Describe in a few words your project idea.
1438

1539
## Motivation
@@ -22,6 +46,7 @@ Add here the schematics with the architecture of your project. Make sure to incl
2246
- what are the main components (architecture components, not hardware components)
2347
- how they connect with each other
2448

49+
2550
## Log
2651

2752
<!-- write your progress here every week -->

0 commit comments

Comments
 (0)