You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
@@ -103,13 +105,13 @@ Connect your board to the computer, upload the sketch to it and, once is done, o
103
105
104
106
#### Get the Demo License
105
107
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
107
109
108
110
* Select your board
109
111
* Fill in the "Board serial number" field
110
112
* Click the **Submit** button
111
113
112
-

114
+

113
115
114
116
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.
115
117
@@ -157,7 +159,7 @@ Go to [Cyberon Model Configuration](https://tool.cyberon.com.tw/ArduinoDSpotterA
157
159
* Serial Number of your board
158
160
* EULA Agreement - Please, read it carefully
159
161
160
-

162
+

161
163
162
164
Click next, you will see a new page to:
163
165
* Create a new project
@@ -167,7 +169,7 @@ Click next, you will see a new page to:
167
169
168
170
***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.***
169
171
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**.
171
173
172
174

173
175
@@ -221,7 +223,7 @@ At this point, the project is set to be used. Upload the sketch and open the Ser
221
223
#### Unlock Limitations (License)
222
224
223
225
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).
225
227
-**Pro License.** Feel free to [contact us](https://www.arduino.cc/pro/contact-us/) to unlock all the limitations.
226
228
227
229
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:
236
238
* Import project: the `.dsproj` file that you received in your e-mail inbox during the creation of the project.
237
239
* EULA Agreement - Please read it carefully
238
240
239
-

241
+

240
242
241
243
Click next, review your project options and press continue.
242
244
@@ -329,8 +331,8 @@ After getting the demo sketch working, we encourage you to start implementing th
329
331
In case you are looking for more information, you can check out Cyberon's documentation:
330
332
* 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
331
333
*[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)
333
335
334
336
## Conclusion
335
337
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.
0 commit comments