Skip to content

Commit 640a4ea

Browse files
committed
Content update (Arduino Cloud section)
1 parent b7eaa89 commit 640a4ea

File tree

1 file changed

+2
-0
lines changed
  • content/hardware/09.kits/maker/nesso-n1/tutorials/anomaly-detection-application-note

1 file changed

+2
-0
lines changed

content/hardware/09.kits/maker/nesso-n1/tutorials/anomaly-detection-application-note/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,8 @@ When deploying the intelligent anomaly detection system in industrial environmen
11801180

11811181
The motor anomaly detection system can be extended with remote monitoring capabilities through [Arduino Cloud](https://cloud.arduino.cc/), enabling real-time status visualization from anywhere with internet connectivity. This integration maintains all local functionality while adding cloud-based dashboard indicators for remote monitoring.
11821182

1183+
***__Important Note__: The Arduino Cloud integration requires the `ArduinoIoTCloud` library and the ESP32 boards core. Install the ESP32 boards core through the Arduino IDE Boards Manager by searching for and installing "esp32" by Espressif Systems. For the `ArduinoIoTCloud` library, use the IDE's Library Manager to search and install `ArduinoIoTCloud` by Arduino, accepting all dependencies when prompted.***
1184+
11831185
### Cloud Architecture Overview
11841186

11851187
The cloud integration implements a three-state monitoring system using `boolean` variables that mirror the local display states. Each state (`idle`, `nominal`, and `anomaly`) is represented by an exclusive boolean indicator on the Arduino Cloud dashboard, guaranteeing clear and immediate visual feedback for remote operators.

0 commit comments

Comments
 (0)