Skip to content

Commit 646ade6

Browse files
authored
Update content on models customization (#1004)
Specify better that deployed models are not customizable and that they are bound to a single Arduino board with specified S/N
1 parent be3e368 commit 646ade6

File tree

1 file changed

+6
-2
lines changed
  • content/hardware/04.pro/shields/portenta-vision-shield/tutorials/speech-recognition-engine

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ Click next, you will see a new page to:
165165
166166
#### Create a New Project
167167
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+
168170
To create a new project, first you need to select the desired language for the speech recognition. Once is set, click **create**.
169171
170172
![Cyberon, New Project](assets/newProject.png)
@@ -183,7 +185,9 @@ On the next page you will see all the configurations already set. Check it out t
183185
184186
![Cyberon finishing model configuration](assets/newProjectFinish.png)
185187
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.***
187191
188192
You will now get some files in your e-mail inbox. Download them to your computer.
189193
@@ -238,7 +242,7 @@ Click next, review your project options and press continue.
238242

239243
You will get a new e-mail with the new License and Model headers.
240244

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.***
242246

243247
Open the sketch you have duplicated in the [Create New Project](#create-a-new-project) section.
244248

0 commit comments

Comments
 (0)