Skip to content

Commit fdab252

Browse files
committed
Video and animation added
1 parent 6ccfdf2 commit fdab252

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
34.5 MB
Loading

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The Arduino Nano Matter acts as a digital magic wand 🪄, where sensor data fro
3333
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.
3434
The wand can detect two gestures drawn in the air: **"W" (wing gesture)** and **"O" (ring gesture)**.
3535

36+
![Project working demo](assets/ani2.gif)
37+
3638
## Hardware and Software Requirements
3739

3840
![Hardware Required](assets/hardware.png)
@@ -641,8 +643,11 @@ After the code is uploaded successfully, you can test your Nano Matter Magic Wan
641643

642644
Power the Nano Matter of your Magic Wand using a USB cable and start moving it following the **Wing** or **Ring** gesture to see if it recognizes it.
643645

644-
DEMO HERE
645-
646+
<div style="text-align: center;">
647+
<video width="100%" controls="true" autoplay loop>
648+
<source src="assets/animation2.mp4" type="video/mp4"/>
649+
</video>
650+
</div>
646651

647652
## Conclusion
648653

0 commit comments

Comments
 (0)