Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 05b547d

Browse files
[PC-1484] Jcarolinares/pro bundle getting started kits (#583)
* First tutorial WIP * WIP commit, testing image and initial content * Complex table testing * Table testing * Table testing 2 * Table testing 3 * Table testing 4 * Table testing 5 * Table testing 5 * First Draft Preview * Second Draft Preview * Final changes * Final changes 2 * Final changes 3 * Final changes Done
1 parent c10cdbd commit 05b547d

File tree

3 files changed

+104
-0
lines changed

3 files changed

+104
-0
lines changed
666 KB
Loading[フレーム]
493 KB
Loading[フレーム]
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
title: 'Getting Started with the Pro Edge AI/ML: Vision and Speech Kit'
3+
description: "Learn how to start using your Pro Edge AI/ML: Vision and Speech Kit"
4+
difficulty: advanced
5+
tags:
6+
- PRO
7+
- Kit
8+
- Industrial Automation
9+
- Healthcare
10+
- Smart Cities - Building Automation
11+
author: 'Francesca Gentile'
12+
software:
13+
- Arduino-Cloud
14+
hardware:
15+
- hardware/04.pro/boards/portenta-h7
16+
- hardware/04.pro/shields/portenta-vision-shield
17+
- hardware/06.nicla/boards/nicla-vision
18+
---
19+
20+
The Pro Edge AI/ML: Vision and Speech Kit is the perfect way to learn and create solutions focused on artificial intelligence using computer vision, speech recognition, and machine learning on the Edge:
21+
22+
- Practice with Edge AI tools to implement automation systems capable of image recognition and classification for object shape and position detection.
23+
- Get familiar with Speech Recognition tools to realize voice-controlled applications, capable of being part of hands-free systems or out-of-reach equipment.
24+
- Integrate all with remote control thanks to the Arduino Cloud, experiencing the Arduino C++ based programming easiness.
25+
26+
![Pro Edge AI/ML: Vision and Speech Kit Main Features](assets/speech-thumb.png)
27+
28+
## The Kit
29+
30+
The following items are included in the kit:
31+
32+
| Quantity | Element | SKU |
33+
| :------: | :---------------------------------------: | :------: |
34+
| 1 | Portenta H7 | ABX00042 |
35+
| 1 | Portenta Vision Shield - Ethernet Variant | ASX00021 |
36+
| 1 | Nicla Vision | ABX00051 |
37+
| 1 | Enclosure for Nicla Vision | AKX00063 |
38+
| 1 | Cloud for business - 3 Months Voucher | - |
39+
| 2 | Arduino Speech Recognition Engine License | AVX00032 |
40+
41+
42+
Additionally you may need the following accessories:
43+
44+
* Micro-USB cable (x1)
45+
46+
* USB-C® cable (x1)
47+
48+
* 3.7 V Li-Po to externally power the Nicla Vision
49+
50+
## Getting Started with Your Kit
51+
52+
1. Get to [https://cloud.arduino.cc/](https://cloud.arduino.cc/), sign in or Create an Arduino account. Rescue your Arduino IoT Cloud 3 months voucher code using this [Procedure](https://docs.arduino.cc/tutorials/generic/cloud-business-voucher-redeem) and [Get Started with Arduino Cloud For Business](https://docs.arduino.cc/arduino-cloud/getting-started/arduino-cloud-for-business)!
53+
54+
2. Download the [Arduino IDE](https://www.arduino.cc/en/software#future-version-of-the-arduino-ide), follow the [Installation Procedure](https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing) and [Get Started with it](https://docs.arduino.cc/software/ide-v2/tutorials/getting-started-ide-v2).
55+
56+
3. [Get started](https://docs.arduino.cc/tutorials/portenta-vision-shield/speech-recognition-engine) with your Speech Recognition Engine and redeem the voucher on the [License Activation platform](https://tool.cyberon.com.tw/ArduinoDSpotterAuth/CFMain.php).
57+
58+
4. Check the [Portenta H7 docs](https://docs.arduino.cc/hardware/portenta-h7) to retrieve the product resources. Carefully read the [datasheet](https://docs.arduino.cc/resources/datasheets/ABX00042-ABX00045-ABX00046-datasheet.pdf) and [Set it up](https://docs.arduino.cc/tutorials/portenta-h7/setting-up-portenta). On [docs.arduino.cc](http://docs.arduino.cc) are also available the [Pinout](https://docs.arduino.cc/resources/pinouts/ABX00042-full-pinout.pdf) and the [Schematics](https://docs.arduino.cc/resources/schematics/ABX00042-schematics.pdf).
59+
60+
5. Check the [Portenta Vision Shield docs](https://docs.arduino.cc/hardware/portenta-vision-shield) to retrieve the product resources. Carefully read the [datasheet](https://docs.arduino.cc/resources/datasheets/ASX00021-ASX00026-datasheet.pdf), [Set it up](https://docs.arduino.cc/tutorials/portenta-vision-shield/getting-started-camera) and check how to [use it with Arduino IDE](https://docs.arduino.cc/tutorials/portenta-vision-shield/ethernet-with-ide). On [docs.arduino.cc](http://docs.arduino.cc) are also available the [Pinout](https://docs.arduino.cc/resources/pinouts/ASX00021-ASX00026-full-pinout.pdf) and the [Schematics](https://docs.arduino.cc/resources/schematics/ASX00026-schematics.pdf).
61+
62+
6. Check the [Nicla Vision docs](https://docs.arduino.cc/hardware/nicla-vision) to retrieve the product resources. Carefully read the [datasheet](https://docs.arduino.cc/resources/datasheets/ABX00051-datasheet.pdf). On [docs.arduino.cc](http://docs.arduino.cc) are also available the [Pinout](https://docs.arduino.cc/resources/pinouts/ABX00051-full-pinout.pdf) and [Schematics](https://docs.arduino.cc/resources/schematics/ABX00051-schematics.pdf).
63+
64+
7. Start practicing the first examples included in the User Manual, the IDE examples and the experiences proposed in the following section.
65+
66+
67+
## Experiences Proposed
68+
69+
If you want to learn more about the technologies of the kit, we propose the following experiences:
70+
71+
| Experience | H7 | Vision Shield | Nicla Vision |
72+
| :------------------------------------------------------------------------------------------------------------------------------------------------: | :-: | :-----------: | :----------: |
73+
| [BLE Connectivity on Portenta H7](https://docs.arduino.cc/tutorials/portenta-h7/ble-connectivity) | Yes | | |
74+
| [Creating GUIs with LVGL (V7)](https://docs.arduino.cc/tutorials/portenta-h7/creating-gui-with-lvgl) | Yes | | |
75+
| [Dual Core Processing](https://docs.arduino.cc/tutorials/portenta-h7/dual-core-processing) | Yes | | |
76+
| [Creating a Flash-Optimized Key-Value Store](https://docs.arduino.cc/tutorials/portenta-h7/flash-optimized-key-value-store) | Yes | | |
77+
| [Getting Started with OpenMV and MicroPython](https://docs.arduino.cc/tutorials/portenta-h7/getting-started-openmv-micropython) | Yes | | |
78+
| [Using the Portenta Vision Shield Ethernet with OpenMV](https://docs.arduino.cc/tutorials/portenta-vision-shield/ethernet-with-openmv) | | Yes | |
79+
| [Getting Started with Nicla Vision](https://docs.arduino.cc/tutorials/nicla-vision/getting-started) | | | Yes |
80+
| [Flashing MicroPython Firmware to your Arduino Board](https://docs.arduino.cc/tutorials/portenta-h7/micropython-installation) | Yes | | |
81+
| [Arduino Portenta H7 MicroPython Cheat Sheet](https://docs.arduino.cc/tutorials/portenta-h7/openmv-cheat-sheet) | Yes | | |
82+
| [Over-The-Air (OTA) Updates with the Arduino Portenta H7](https://docs.arduino.cc/tutorials/portenta-h7/over-the-air-update) | Yes | | |
83+
| [Reading and Writing Flash Memory](https://docs.arduino.cc/tutorials/portenta-h7/reading-writing-flash-memory) | Yes | | |
84+
| [Secure Boot on Portenta H7](https://docs.arduino.cc/tutorials/portenta-h7/secure-boot) | Yes | | |
85+
| [Voice Commands With The Arduino Speech Recognition Engine](https://docs.arduino.cc/tutorials/portenta-h7/speech-recognition-engine) | + | + | Yes |
86+
| [Updating the Portenta Bootloader](https://docs.arduino.cc/tutorials/portenta-h7/updating-the-bootloader) | Yes | | |
87+
| [Portenta H7 as a USB Host](https://docs.arduino.cc/tutorials/portenta-h7/usb-host) | Yes | | |
88+
| [Portenta H7 as a Wi-Fi Access Point](https://docs.arduino.cc/tutorials/portenta-h7/wifi-access-point) | Yes | | |
89+
| [Blob Detection with Portenta and OpenMV](https://docs.arduino.cc/tutorials/portenta-vision-shield/blob-detection) | + | + | |
90+
| [Blob Detection with OpenMV](https://docs.arduino.cc/tutorials/nicla-vision/blob-detection) | | | Yes |
91+
| [Saving Bitmap Camera Images to the SD Card](https://docs.arduino.cc/tutorials/portenta-vision-shield/camera-to-bitmap-sd-card) | + | + | |
92+
| [Creating a Basic Face Filter With OpenMV](https://docs.arduino.cc/tutorials/portenta-vision-shield/creating-basic-face-filter) | + | + | |
93+
| [Training a Custom Machine Learning Model for Portenta H7](https://docs.arduino.cc/tutorials/portenta-vision-shield/custom-machine-learning-model) | + | + | |
94+
| [Image Classification with Edge Impulse®](https://docs.arduino.cc/tutorials/nicla-vision/image-classification) | | | Yes |
95+
| [Reading Audio Samples With the Onboard Microphone](https://docs.arduino.cc/tutorials/nicla-vision/microphone-sensor) | Yes | | |
96+
| [Accessing IMU Data on Nicla Vision](https://docs.arduino.cc/tutorials/nicla-vision/nicla-vision-imu) | Yes | | |
97+
| [Proximity Detection with Arduino Nicla Vision](https://docs.arduino.cc/tutorials/nicla-vision/proximity) | Yes | | |
98+
99+
The experiences marked with a `Yes` are the ones related with the product. Experiences marked with a `+` means that the product can be used with the experience even when the tutorials are using another board or compatible product.
100+
101+
102+
## Support
103+
104+
If you encounter any issues or have questions, we offer various support resources to help you find answers and solutions. In case of any issues with the redemption process, please contact us by filling out the form available [here](arduino.cc/en/contact-us/).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /