Różnice
Różnice między wybraną wersją a wersją aktualną.
| Poprzednia rewizja po obu stronach Poprzednia wersja Nowa wersja | Poprzednia wersja | ||
| pl:przyklad [2026/01/21 15:20] – hkordula | pl:przyklad [2026/01/21 15:34] (aktualna) – hkordula | ||
|---|---|---|---|
| Linia 1: | Linia 1: | ||
| - | ===== Practical Example: Design of an Air Quality Monitoring System for a Conference Room ===== | + | ===== Autorski przykład: Projekt systemu monitoringu jakości powietrza w sali konferencyjnej |
| - | As part of the practical analysis, a simple measurement node dedicated to monitoring environmental parameters in a conference room was designed and tested. | + | W ramach analizy praktycznej zaprojektowano i przetestowano prosty węzeł pomiarowy dedykowany do monitoringu parametrów środowiskowych w sali konferencyjnej. |
| - | === Concept and Components | + | === Koncepcja i komponenty |
| - | The system is based on an **Edge Computing** architecture—this means that the decision | + | System opiera się na architekturze |
| - | === Tools Used: === | + | === Wykorzystane narzędzia: === |
| - | * **Simulator:** Wokwi (an environment for prototyping embedded systems). (( Wokwi Environment Documentation, ESP32 Simulator, https:// | + | * **Symulator:** Wokwi (środowisko do prototypowania systemów wbudowanych). (( Dokumentacja środowiska |
| - | * **Microcontroller:** ESP32 (chosen for its low power consumption and integrated connectivity). | + | * **Mikrokontroler:** ESP32 (wybrany ze względu na niskie zużycie energii). |
| - | * **Sensor:** DHT22 (a digital | + | * **Czujnik:** DHT22 (sensor |
| - | * **Signaler:** LED diode with a 220Ω resistor | + | * **Sygnalizator:** Dioda LED z rezystorem |
| - | **Wiring Diagram | + | **Schemat połączeń |
| - | The following diagram shows the physical connection structure implemented on the virtual microcontroller: | + | |
| + | Poniższy schemat przedstawia fizyczną strukturę połączeń wykonaną na wirtualnym mikrokontrolerze: | ||
| {{ : | {{ : | ||
| - | **DHT22 | + | **DHT22: |
| + | | ||
| * GND -> GND | * GND -> GND | ||
| - | * Data -> GPIO 15 | + | * Data ->GPIO 15 |
| - | **LED Wiring:** * Anode (+) -> Resistor -> GPIO 2 | + | |
| - | * Cathode (-) -> GND | + | |
| - | {{ galeria:schemat_polaczen.svg | ESP32 Wiring Diagram}} | + | **LED:** |
| + | * Anoda (+) -> rezystor -> GPIO 2 | ||
| + | * Katoda (-) -> GND | ||
| - | === Software Implementation === | + | {{ galeria: |
| - | The following code performs parameter readings every 2 seconds. It includes a function to filter out erroneous readings | + | === Implementacja programowa === |
| + | |||
| + | Poniższy kod realizuje odczyt parametrów co 2 sekundy. Zastosowano w nim funkcję filtrowania błędnych odczytów | ||
| {{ galeria: | {{ galeria: | ||
| - | === Results | + | === Rezultat |
| - | Analysis of the prototype showed that the DHT22 sensor, despite its simplicity, is sufficient for monitoring general work comfort in a conference room. In a real-world | + | Analiza prototypu wykazała, że czujnik |
| <WRAP group> | <WRAP group> | ||
| - | <WRAP half column | + | <WRAP half column> |
| {{ : | {{ : | ||
| - | //System output logs (Serial Monitor)// | ||
| </ | </ | ||
| - | + | <WRAP half column> | |
| - | <WRAP half column | + | |
| {{ galeria: | {{ galeria: | ||
| - | //LED Status - System Activation Simulation// | ||
| </ | </ | ||
| </ | </ | ||