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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ ModulinoPixels leds;
176
176
In the `setup()` function, a variety of peripherals are initialized, including:
177
177
178
178
- Serial communication
179
-
- I2C connection
179
+
- I2C communication
180
180
- Arduino Cloud properties
181
181
- Nicla Sense Env communication and sensor objects
182
182
- Modulino Pixels
@@ -336,10 +336,10 @@ This application shows how Arduino's environment simplifies the workflow for dev
336
336
337
337
## Next Steps
338
338
339
-
Now that you know how to develop an indoor air quality and people counting system with the Portenta Prototyping Kit, it is time to continue exploring all the capabilities of the Arduino Pro environment. Integrate it with your professional setup and enhance it with powerful solutions.
339
+
Now that you know how to develop an indoor air quality and people counting system with the Portenta Proto Kit, it is time to continue exploring all the capabilities of the Arduino Pro environment. Integrate it with your professional setup and enhance it with powerful solutions.
340
340
341
341
You can take this solution even further by:
342
342
343
-
-Create your own FOMO model using Edge Impulse to specifically detect persons instead of just faces.
344
-
-Add the Modulino Buzzer to create a warning sound if the number of people in the elevator is exceeding the limit or the air quality is too bad.
345
-
-Integrate the Arduino 4G Module for deployments without Wi-Fi or Ethernet.
343
+
-Creating your own FOMO model using Edge Impulse to specifically detect persons instead of just faces.
344
+
-Adding the Modulino Buzzer to create a warning sound if the number of people in the elevator is exceeding the limit or the air quality is too bad.
345
+
-Integrating the Arduino 4G Module for deployments without Wi-Fi or Ethernet.
0 commit comments