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/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ The Arduino Nano Matter acts as a digital magic wand 🪄, where sensor data fro
30
30
31
31
### Goals
32
32
33
-
The goal of this project tutorial is to showcase the capabilities of the Arduino Nano Matter running Tiny Machine Learning models on the edge for gesture recognition. The wand can detect two gestures drawn in the air: **"W" (wing gesture)** and **"O" (ring gesture)**.
33
+
The goal of this project tutorial is to showcase the capabilities of the Arduino Nano Matter running Tiny Machine Learning models on the edge for gesture recognition.
34
+
The wand can detect two gestures drawn in the air: **"W" (wing gesture)** and **"O" (ring gesture)**.
34
35
35
36
## Hardware and Software Requirements
36
37
@@ -118,7 +119,7 @@ In the Arduino IDE upper menu, after selecting the **Nano Matter board** from th
118
119
119
120

120
121
121
-
***The code will only compile if the Protocol Stack is set to None.***
122
+
***The code will only compile if the __Protocol Stack__ is set to __None__.***
122
123
123
124
Download the `Modulino.h` library from the Arduino IDE Library Manager. This will enable the support for the Modulino Pixels and the Modulino Movement.
0 commit comments