Skip to content

Commit 068cc64

Browse files
committed
hardware added
1 parent c45d8c5 commit 068cc64

File tree

1 file changed

+26
-1
lines changed
  • content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand

1 file changed

+26
-1
lines changed

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

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,29 @@ software:
1818
- ide-v2
1919
- web-editor
2020
- iot-cloud
21-
---
21+
---
22+
23+
## Overview
24+
25+
This tutorial describes how to build a gesture recognition system based on a machine learning model using TensorFlow and the Arduino Nano Matter.
26+
27+
![Thumbnail](assets/)
28+
29+
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
30+
31+
## Hardware and Software Requirements
32+
### Hardware Requirements
33+
34+
- [Arduino Nano Matter](https://store.arduino.cc/products/nano-matter) (x1)
35+
- Nano Connector Carrier (x1)
36+
- Modulino Movement (x1)
37+
- Modulino Pixels (x1)
38+
- Qwiic cables (x2)
39+
- [USB-C® cable](https://store.arduino.cc/products/usb-cable2in1-type-c) (x1)
40+
- Custom 3D printed parts
41+
42+
### Software Requirements
43+
44+
- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor)
45+
- [Modulino library](https://github.com/arduino-libraries/Modulino). This library adds the support for the Modulinos, you can install it from the **Library Manager** in the Arduino IDE.
46+
- [Silicon Labs core](https://github.com/SiliconLabs/arduino). This enables the Silicon Labs hardware including the Arduino Nano Matter support. You can install it from the **Boards Manager** in the Arduino IDE.

0 commit comments

Comments
 (0)