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/04.pro/boards/portenta-x8/tutorials/16.edge-ai-docker-container/content.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ software:
23
23
24
24
Flow sensors play an important role in industrial systems by monitoring fluid movement within pipelines to provide stability and detect anomalies such as leaks, blockages or irregular pressure variations. Traditional flow monitoring methods rely on threshold-based detection, which may fail to capture subtle deviations that indicate potential failures. Real-time pattern classification can improve flow monitoring by integrating machine learning with Edge Impulse, allowing early anomaly detection and predictive maintenance.
25
25
26
-
IMAGE
26
+

27
27
28
28
This application note shows how to implement a flow anomaly detection system using the Portenta X8, a flow sensor and an Edge Impulse trained machine learning model deployed within a Docker container. The system will capture flow rate data, process it using the trained model and classify flow conditions.
29
29
@@ -81,7 +81,7 @@ Machine learning enables industrial systems to analyze sensor data, recognize pa
81
81
82
82
By leveraging Edge Impulse, the model is trained to distinguish between normal and abnormal flow conditions based on present sensor data, allowing for predictive maintenance and operational efficiency.
83
83
84
-
IMAGE
84
+

85
85
86
86
Flow anomaly detection is particularly useful in systems that rely on consistent mass airflow or liquid circulation to maintain optimal performance. For example, most vehicle powerplants require stable coolant delivery to regulate engine temperature.
87
87
@@ -127,7 +127,7 @@ This application does not require complex wiring for operation. However, proper
127
127
128
128
The system wiring follows a straightforward configuration:

131
131
132
132
-**Portenta X8**: mounted on the **Portenta Mid/Hat Carrier**, which provides access to pinout interfaces. Any other Portenta family can also be used for this step. It is also used to connect to **Wi-Fi** or **Ethernet** for cloud communication.
133
133
-**flow sensor**: connected to the corresponding pins on the **Portenta Mid/Hat Carrier**.
@@ -142,8 +142,6 @@ Both the **Portenta Mid Carrier** and **Portenta Hat Carrier** support multiple
142
142
| Portenta Mid Carrier | For development, debugging and short-term testing | 5 VDC |
143
143
| Portenta Hat Carrier | For development, debugging and short-term testing | 7 - 32 VDC |
144
144
145
-

146
-
147
145
Setting up the system correctly ensures smooth data collection, machine learning inference, and cloud-based monitoring. With the hardware configured, the next steps focus on data acquisition, model training and deployment.
0 commit comments