This shows you the differences between two versions of the page.
iothings:proiecte:2025sric:esp32environmentalcomfortmonitoringsystemweb [2025/05/29 04:59] iustin.burciu [Local Web Server Sketch] |
iothings:proiecte:2025sric:esp32environmentalcomfortmonitoringsystemweb [2025/05/29 05:41] (current) iustin.burciu [Local Web Server Sketch] |
||
---|---|---|---|
Line 41: | Line 41: | ||
| LED Blue | GPIO25 | Lights up at comfort score 100 | | | LED Blue | GPIO25 | Lights up at comfort score 100 | | ||
| LED Red | GPIO26 | Lights up if gas > 30 | | | LED Red | GPIO26 | Lights up if gas > 30 | | ||
+ | |||
+ | {{ iothings:proiecte:2025sric:img_1163.jpeg?600 |Front wiring view }} | ||
+ | {{ iothings:proiecte:2025sric:img_1164.jpeg?600 |Top view of the breadboard }} | ||
+ | {{ iothings:proiecte:2025sric:img_1165.jpeg?600 |Connection to ESP32 }} | ||
+ | {{ iothings:proiecte:2025sric:img_1166.jpeg?600 |Complete physical assembly }} | ||
+ | |||
+ | |||
===== System Diagram ===== | ===== System Diagram ===== | ||
Line 365: | Line 372: | ||
} | } | ||
+ | {{ iothings:proiecte:2025sric:alertaocw.png?700 |}} | ||
+ | {{ iothings:proiecte:2025sric:calitateocw.png?700 |}} | ||
==== Firebase Integration Sketch ==== | ==== Firebase Integration Sketch ==== | ||
Line 502: | Line 511: | ||
* **Data Accuracy and Sensor Calibration:** | * **Data Accuracy and Sensor Calibration:** | ||
Environmental factors such as temperature drift and sensor warm-up times needed to be considered to ensure accurate readings and valid scoring logic. | Environmental factors such as temperature drift and sensor warm-up times needed to be considered to ensure accurate readings and valid scoring logic. | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | Below are the key resources used throughout the development process of this project: | ||
+ | |||
+ | * [Lab 1: Getting Started](https://ocw.cs.pub.ro/courses/iothings/laboratoare/2022/lab1) | ||
+ | * [Lab 2: Sensors & SPIFFS](https://ocw.cs.pub.ro/courses/iothings/laboratoare/2022/lab2) | ||
+ | * [Lab 3: Web servers](https://ocw.cs.pub.ro/courses/iothings/laboratoare/2022/lab3) | ||
+ | * [Lab 4: Databases for IoT - Firebase](https://ocw.cs.pub.ro/courses/iothings/laboratoare/2022/lab4) | ||
+ | * [Lab 5: Firebase (part 2)](https://ocw.cs.pub.ro/courses/iothings/laboratoare/2022/lab5) | ||
+ | * [Lab 6: InfluxDB](https://ocw.cs.pub.ro/courses/iothings/laboratoare/2022/lab6) | ||