# 🌡️ Sensor Dashboard with Raspberry Pi 4 (HTU21D)
# Sensor Dashboard with Raspberry Pi 4 (HTU21D)
### Overview
### 📌 Overview
This project implements a real-time temperature and humidity monitoring system using a **Raspberry Pi 4** and an **HTU21D sensor**. The system collects environmental data, processes it using a C program, and displays it through a web interface accessible from any device on the network.
This project implements a real-time temperature and humidity monitoring system using a **Raspberry Pi 4** and an **HTU21D sensor**. The system collects environmental data, processes it using a C program, and displays it through a web interface accessible from any device on the network.
---
---
### 🧠 System Architecture
### System Architecture
The system follows a layered architecture where each component has a specific role:
The system follows a layered architecture where each component has a specific role:
@ -19,7 +18,7 @@ The system follows a layered architecture where each component has a specific ro
---
---
### 🚀 What You Will Find in This Wiki
### What You Will Find in This Wiki
This documentation is designed to explain the project from both technical and practical perspectives. You will find:
This documentation is designed to explain the project from both technical and practical perspectives. You will find:
@ -34,7 +33,7 @@ This documentation is designed to explain the project from both technical and pr
---
---
### 🧭 Navigation
### Navigation
Start exploring the following sections:
Start exploring the following sections:
@ -47,7 +46,7 @@ Start exploring the following sections:
---
---
### 🎯 Project Goal
### Project Goal
The main goal of this project is to integrate knowledge from:
The main goal of this project is to integrate knowledge from: