You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/06.nicla/boards/nicla-sense-env/tutorials/03.elevator-monitoring-application-note/content.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,30 +25,39 @@ software:
25
25
26
26
## Introduction
27
27
28
-
Air pollution is a growing concern in urban and industrial areas due to the harmful effects of airborne pollutants such as nitrogen dioxide (NO₂) and ozone (O₃) on human health and the environment. This application note describes building a basic outdoor air quality monitor using the Arduino® Portenta C33 and the Nicla Sense Env board.
28
+
Air pollution is a threat that lurks even where we least expect it, from the comfort of our homes to our workplaces. Pollutants like CO₂ and volatile organic compounds (TVOC) silently threaten our health, representing a determining factor for our quality of life. This application note describes the building of an air quality monitor and occupancy machine vision tracker for indoor environments, in this case an elevator.
29
29
30
30

31
31
32
-
The outdoor air quality monitor provides real-time data on temperature (°C), humidity (%), concentrations of NO₂ (ppb) and O₃ (ppb) and the outdoor Air Quality Index (AQI). It is suitable for deployment in urban areas, industrial zones or environmental research.
32
+
The monitoring system will measure the elevator's temperature, relative humidity, indoor air quality (IAQ), estimated CO₂ and total volatile organic compounds (TVOC) alongside counting the people inside the elevator. All this information will be forwarded to the Arduino Cloud for further visualization and tracking. The system will give a real-time visual feedback of the condition inside the elevator to warn people of harmful air quality.
33
+
33
34
34
35
## Goals
35
36
36
-
The main goals of this application note are the following:
37
+
The project showcased in this application note has the following objectives:
37
38
38
-
- Develop and implement a simple outdoor air quality monitor that provides real-time data on temperature, humidity, and pollutants such as nitrogen dioxide (NO₂) and ozone (O₃).
39
-
- Collect real-time data on NO₂, O₃ and the outdoor Air Quality Index (AQI) to evaluate outdoor air conditions.
40
-
- Display live readings from the Nicla Sense Env board using the Arduino IDE Serial Monitor for immediate analysis.
41
-
- Use the RGB LED on the Nicla Sense Env board to provide visual feedback based on the AQI, indicating air quality levels with different colors.
42
-
- Enable remote monitoring and analysis by connecting the outdoor air quality monitor to the Arduino Cloud.
39
+
- Monitoring the air quality and environmental variables inside the elevator.
40
+
- Counting the people inside the elevator using Machine Vision.
41
+
- Giving real-time visual feedback of the conditions of the elevator using Modulino® Pixels:.
42
+
- Sharing all the gathered data to the Arduino Cloud for remote monitoring.
43
43
44
44
## Hardware and Software Requirements
45
45
46
46
### Hardware Requirements
47
47
48
+
This project is meant to be developed with the **Portenta Proto Kit** that includes the following products among others:
49
+
48
50
-[Nicla Sense Env](https://store.arduino.cc/products/nicla-sense-env) (x1)
0 commit comments