Skip to content

Commit 379bd23

Browse files
committed
materials updated
1 parent b4a06b9 commit 379bd23

File tree

1 file changed

+18
-9
lines changed
  • content/hardware/06.nicla/boards/nicla-sense-env/tutorials/03.elevator-monitoring-application-note

1 file changed

+18
-9
lines changed

content/hardware/06.nicla/boards/nicla-sense-env/tutorials/03.elevator-monitoring-application-note/content.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,39 @@ software:
2525

2626
## Introduction
2727

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.
2929

3030
![ ](assets/hero-banner.gif)
3131

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+
3334

3435
## Goals
3536

36-
The main goals of this application note are the following:
37+
The project showcased in this application note has the following objectives:
3738

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.
4343

4444
## Hardware and Software Requirements
4545

4646
### Hardware Requirements
4747

48+
This project is meant to be developed with the **Portenta Proto Kit** that includes the following products among others:
49+
4850
- [Nicla Sense Env](https://store.arduino.cc/products/nicla-sense-env) (x1)
49-
- [Portenta C33](https://store.arduino.cc/products/portenta-c33) (x1)
51+
- [Nicla Vision](https://store.arduino.cc/products/nicla-vision) (x1)
52+
- [Portenta Mid Carrier](https://store.arduino.cc/products/portenta-mid-carrier) (x1)
53+
- [Portenta H7](https://store.arduino.cc/products/portenta-h7) (x1)
54+
- Modulino Pixels (x1)
55+
- Portenta Mid Carrier Proto Shield (x1)
5056
- [USB-C® cable](https://store.arduino.cc/products/usb-cable2in1-type-c) (x1)
5157
- Wi-Fi® W.FL antenna (x1)
58+
- ESLOV cable (x2)
59+
- Qwiic cable (x1)
60+
- Custom 3D printed parts
5261

5362
### Software Requirements
5463

0 commit comments

Comments
 (0)