Skip to content

Commit 4d29f1a

Browse files
Tutorial updated with Nicla Vision added, new links and screenshots (#1221)
* Tutorial updated with Nicla Vision added, new links and screenshots, Grammar small fixes and redundancy check * Symbolic link fixed * fix symlink --------- Co-authored-by: Jacob Hylén <[email protected]>
1 parent 06ce9c4 commit 4d29f1a

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed
Loading
Loading
Loading

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/speech-recognition-engine/content.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ hardware:
1616
- hardware/04.pro/boards/portenta-h7-lite
1717
- hardware/04.pro/boards/portenta-h7-lite-connected
1818
- hardware/04.pro/shields/portenta-vision-shield
19+
- hardware/06.nicla/boards/nicla-vision
1920
- hardware/03.nano/boards/nano-rp2040-connect
2021
- hardware/03.nano/boards/nano-33-ble-sense
2122
- hardware/03.nano/boards/nano-33-ble-sense-rev2
@@ -81,7 +82,8 @@ In case you would like to extend the engine functionalities, you will have to pu
8182
### Setup
8283
#### Setup the Library
8384
There are three libraries, you will need to install one or another depending on which board you are using:
84-
* **Portenta H7**: Cyberon_DSpotterSDK_Maker_PortentaH7
85+
* **Portenta H7 Family**: Cyberon_DSpotterSDK_Maker_PortentaH7
86+
* **Nicla Vision**: Cyberon_DSpotterSDK_Maker_NiclaVision
8587
* **Nano 33 BLE Sense (Rev1 & Rev2)**: Cyberon_DSpotterSDK_Maker_33BLE
8688
* **Nano RP2040**: Cyberon_DSpotterSDK_Maker_RP2040
8789

@@ -103,13 +105,13 @@ Connect your board to the computer, upload the sketch to it and, once is done, o
103105

104106
#### Get the Demo License
105107

106-
Once you have the Serial number, open: https://tool.cyberon.com.tw/GetLicense/GetLicensePage.php
108+
Once you have the Serial number, open: https://tool.cyberon.com.tw/ArduinoDSpotterAuth/FDMain.php
107109

108110
* Select your board
109111
* Fill in the "Board serial number" field
110112
* Click the **Submit** button
111113

112-
![Get License Page](assets/getLicense.png)
114+
![Get License Page](assets/getLicense_2.png)
113115

114116
Once everything is ready, click on the **submit** button to get your license, it will print an array of numbers for the license. **Save it in a safe place**, it will be used in the next step.
115117

@@ -157,7 +159,7 @@ Go to [Cyberon Model Configuration](https://tool.cyberon.com.tw/ArduinoDSpotterA
157159
* Serial Number of your board
158160
* EULA Agreement - Please, read it carefully
159161
160-
![Cyberon Model Configuration](assets/MakerTrialModelLicense.png)
162+
![Cyberon Model Configuration](assets/MakerTrialModelLicense_2.png)
161163
162164
Click next, you will see a new page to:
163165
* Create a new project
@@ -167,7 +169,7 @@ Click next, you will see a new page to:
167169
168170
***Warning: each project is bound to a single Arduino board with the declared Serial Number. If you would like to use the Arduino Speech Recognition Engine on another Arduino board, you need to create a new project from scratch and assign it to the new Serial Number.***
169171
170-
To create a new project, first you need to select the desired language for the speech recognition. Once is set, click **create**.
172+
To create a new project first you need to select the desired language for the speech recognition. Once is set, click **create**.
171173
172174
![Cyberon, New Project](assets/newProject.png)
173175
@@ -221,7 +223,7 @@ At this point, the project is set to be used. Upload the sketch and open the Ser
221223
#### Unlock Limitations (License)
222224

223225
In case you want to further customize your model or add additional commands or trigger words, we have the right licenses for you:
224-
- **Speech Recognition license.** Voucher available on the [Arduino Store](https://store.arduino.cc/speech-recognition-engine).
226+
- **Speech Recognition license.** Vouchers available on the [Arduino Store](https://store.arduino.cc/speech-recognition-engine).
225227
- **Pro License.** Feel free to [contact us](https://www.arduino.cc/pro/contact-us/) to unlock all the limitations.
226228

227229
There are different licensing options to fit the needs of your project. Read more in the [Licensing section (Voucher codes)](#licensing). Note that you need to have an already existing project to use a paid license. Check the [previous section](#create-a-new-project) to know more.
@@ -236,7 +238,7 @@ Fill in the required fields:
236238
* Import project: the `.dsproj` file that you received in your e-mail inbox during the creation of the project.
237239
* EULA Agreement - Please read it carefully
238240

239-
![Cyberon Model Configuration with a voucher code](assets/licensedModel.png)
241+
![Cyberon Model Configuration with a voucher code](assets/licensedModel_2.png)
240242

241243
Click next, review your project options and press continue.
242244

@@ -329,8 +331,8 @@ After getting the demo sketch working, we encourage you to start implementing th
329331
In case you are looking for more information, you can check out Cyberon's documentation:
330332
* Inside each of the libraries and under the folder "extra", you will find additional documentation made by Cyberon, as well as the `Readme.md` file that contains the requirements and the steps shown in this tutorial
331333
* [Cyberon's youtube channel](https://youtube.com/playlist?list=PLTEknqO5GAbrzlKN3fP-rW0l7BntOuaK0) contains a series of step-by-step tutorials that can help you to know more about how to use the Arduino Speech Recognition Engine
332-
* You can also consult the [Cyberon's official Maker User Guide](https://tool.cyberon.com.tw/ArduinoDSpotterAuth/Document/Cyberon_DSpotterSDK_Maker_User_Guide_Arduino_Platform.pdf)
334+
* You can also consult [Cyberon's official Maker User Guide](https://tool.cyberon.com.tw/ArduinoDSpotterAuth/Document/Cyberon_DSpotterSDK_Maker_User_Guide_Arduino_Platform.pdf)
333335

334336
## Conclusion
335337

336-
In this tutorial, you have learned what is the Arduino Speech Recognition Engine, the different licenses and limitations, and how to acquire one. Once you have your license, you learned how to test it with the free demo sketch and how to create your own project with your own custom voice triggers. Eventually, you learned how to upgrade a free already-made project to be used with a more advanced license.
338+
In this tutorial, you have learned what is the Arduino Speech Recognition Engine, the different licenses and limitations, and how to acquire one. Once you have your license, you learned how to test it with the free demo sketch and how to create a project with your own custom voice triggers. Eventually, you learned how to upgrade a free already-made project to be used with a more advanced license.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../04.pro/shields/portenta-vision-shield/tutorials/speech-recognition-engine

0 commit comments

Comments
 (0)