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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,19 +96,32 @@ The **Nicla Sense Env** is a sensor shield that must be controlled by a host, in
96
96
97
97
One of the project's main features is the environment variables sensing, this is possible using the **ZMOD4410** indoor air quality sensor featured by the **Nicla Sense Env**.
98
98
99
-
The ZMOD4410 is a gas sensor module designed for easy implementation to detect total volatile organic compounds (TVOC), estimate CO₂ and monitor air quality (IAQ).
99
+
The ZMOD4410 is a gas sensor module designed for easy implementation to detect total volatile organic compounds (TVOC), estimate CO₂ and monitor indoor air quality (IAQ).
100
100
101
101
The sensor can output air quality in the following three ways:
102
102
103
103
-**Renesas IAQ Rating**: 0 - 5 (being 0 the cleaner and healthier air)
104
104
-**Interpreted Air Quality**: in words, "Very Good", "Good", "Medium", "Poor" and "Bad"
105
105
-**Relative Air Quality**: 0 - 500 (being 0 the cleaner and healthier air)
106
-
-
106
+
107
+
We are going to use the **Relative Air Quality** range because it will give us a more accurate and sensitive range to measure variations in the air quality, use the following table for reference:
108
+
109
+

107
110
108
111
### Visual Air Quality Feedback
109
112
113
+
The system features a real-time visual feedback to warn the occupants of the elevator so they know the current air quality status in any time and take the right preventive measures.
114
+
115
+
Using the Modulino Pixels the system will display the colors corresponding to the Air Quality Index shown in the table from above.
The Nicla Vision will use a built-in FOMO model for face detection, with a very simple python script it will be able to report through I2C the faces count on a single frame covering the whole elevator.
122
+
123
+

0 commit comments