Skip to content

Commit c96e406

Browse files
committed
Image added
1 parent a6faec7 commit c96e406

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Loading

content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial describes how to build a gesture recognition system based on a mac
2424

2525
![Nano Matter Magic Wand](assets/thumbnail.png)
2626

27-
The Arduino Nano Matter acts as a digital magic wand 🪄, where sensor data from its movements is processed by a model to classify and detect specific gestures. The inference results will turn on a LEDs array on a specific color respectively to the detected gesture.
27+
The Arduino Nano Matter acts as a digital magic wand 🪄, where sensor data from its movements is processed by a model to classify and detect specific gestures. The inference results will turn on Modulino Pixels on a specific color respectively to the detected gesture.
2828

2929
### Goals
3030

@@ -72,6 +72,8 @@ In its **idle state**, the wand's LEDs remain **solid blue**, indicating that it
7272

7373
When the wand is moved, the LEDs **turn off**, showing that gesture recognition has started.
7474

75+
![Gesture Colors](assets/colors.jpg)
76+
7577
Once the recognition process is complete:
7678

7779
If a gesture is successfully detected, the LEDs **blink rapidly for 4 seconds** in the color assigned to the recognized gesture:

0 commit comments

Comments
 (0)