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
Copy file name to clipboardExpand all lines: content/hardware/04.pro/shields/portenta-vision-shield/tutorials/speech-recognition-engine/content.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,8 @@ Click next, you will see a new page to:
165
165
166
166
#### Create a New Project
167
167
168
+
***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
+
168
170
To create a new project, first you need to select the desired language for the speech recognition. Once is set, click **create**.
169
171
170
172

@@ -183,7 +185,9 @@ On the next page you will see all the configurations already set. Check it out t
183
185
184
186

185
187
186
-
Once everything is checked, click **Confirm** and you will get the model header file (`model.h`). This header is part of your new project and you need to copy it onto your sketch folder to use it. Remember that once a model is confirmed, it cannot be further modified.
188
+
Once everything is checked, click **Confirm** and you will get the model header file (`model.h`). This header is part of your new project and you need to copy it onto your sketch folder to use it.
189
+
190
+
***Warning: when a project is created and confirmed, it cannot be further modified.***
187
191
188
192
You will now get some files in your e-mail inbox. Download them to your computer.
189
193
@@ -238,7 +242,7 @@ Click next, review your project options and press continue.
238
242
239
243
You will get a new e-mail with the new License and Model headers.
240
244
241
-
***In case you are using a Speech Recognition License (not Pro) please note that deployed models are not customizable. You can always purchase an additional voucher on [Arduino Store](https://store.arduino.cc/speech-recognition-engine) to generate a new model for the same hardware.***
245
+
***Warning: in case you are using a Speech Recognition License (not Pro), please note that deployed models are not customizable. You can always purchase an additional voucher on [Arduino Store](https://store.arduino.cc/speech-recognition-engine) to generate a new model for the same hardware.***
242
246
243
247
Open the sketch you have duplicated in the [Create New Project](#create-a-new-project) section.
0 commit comments