Skip to content

Commit 38c362f

Browse files
committed
advanced
1 parent 9b9e499 commit 38c362f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
6.26 MB
Loading

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ software:
2424

2525
This tutorial describes how to build a gesture recognition system based on a machine learning model using TensorFlow and the Arduino Nano Matter.
2626

27-
![Thumbnail](assets/)
27+
![Nano Matter Magic Wand](assets/thumbnail.png)
2828

2929
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 tur
3030

31+
### Goals
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)**.
34+
3135
## Hardware and Software Requirements
3236

3337
![Hardware Required](assets/hardware.png)
@@ -79,6 +83,12 @@ The Modulino are daisy-chained leveraging the Qwiic I2C connection with the Nano
7983
| VCC | Red | 3.3V |
8084
| GND | Black | GND |
8185

86+
### 3D Printed Parts
87+
88+
You can mount the Nano Matter and the Modulinos on a custom 3D printed or laser cut base. Download the 3D files from [here](assets/3d-files.zip).
89+
90+
[3D Printed Base]()
91+
8292
### Programming
8393

8494
Let's go through some important code sections to make this project fully operational, starting with the Protocol Stack setting and required libraries:
@@ -601,7 +611,7 @@ You can download the code from [here](assets/magic_wand_modulino.zip) or by clic
601611

602612
In the Arduino IDE select the **Arduino Nano Matter** inside the _Silicon Labs_ board package and make sure the **Protocol Stack** is set to _None_.
603613

604-
[Nano Matter Sketch Upload](assets/code.png)
614+
![Nano Matter Sketch Upload](assets/code.png)
605615

606616

607617

0 commit comments

Comments
 (0)