Skip to content

Commit 39bdbb4

Browse files
authored
Added to new boards. Metadata updated. Hardware updated (#848)
* Added to new boards. Metadata updated. Hardware updated * Update metadata * Licensing tables changes
1 parent 92277f4 commit 39bdbb4

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed
File renamed without changes.
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/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../shields/portenta-vision-shield/tutorials/speech-recognition-engine/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../shields/portenta-vision-shield/tutorials/speech-recognition-engine/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../shields/portenta-vision-shield/tutorials/speech-recognition-engine/

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ libraries:
1313
url: https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040
1414
hardware:
1515
- hardware/04.pro/boards/portenta-h7
16+
- hardware/04.pro/boards/portenta-h7-lite
17+
- hardware/04.pro/boards/portenta-h7-lite-connected
1618
- hardware/04.pro/shields/portenta-vision-shield
17-
- hardware/03.nano/boards/nano-33-ble
1819
- hardware/03.nano/boards/nano-rp2040-connect
20+
- hardware/03.nano/boards/nano-33-ble-sense
21+
- hardware/03.nano/boards/nano-33-ble-sense-rev2
1922
software:
2023
- ide-v1
2124
- ide-v2
@@ -33,9 +36,7 @@ Speech recognition is a technology field that captures, interprets, and computes
3336

3437
The Arduino Speech Recognition Engine, which is powered by Cyberon, is one of the best platforms available on the market to perform speech recognition on embedded microcontrollers. The full compatibility with multiple Arduino boards and with the Arduino IDE makes it very flexible, efficient, and easy to use, both in hobby projects and in professional products.
3538

36-
The Arduino Speech Recognition Engine can be further customized based on the license type, as shown in the table below:
37-
38-
![License options for the Arduino Speech Recognition Engine](assets/licensesSpecs.png)
39+
The Arduino Speech Recognition Engine can be further customized based on the license type, check the [Licensing section](#licensing) of this tutorial to learn more.
3940

4041

4142
## Overview
@@ -54,8 +55,9 @@ In case you are interested in unlocking the full potential of the tool, the tuto
5455

5556
To use the Arduino Speech Recognition Engine, you will need one of the following boards:
5657

57-
- [Arduino Portenta H7](https://store.arduino.cc/portenta-h7) + Portenta Vision Shield ([LoRa](https://store.arduino.cc/portenta-vision-shield-lora) or [Ethernet](https://store.arduino.cc/portenta-vision-shield))
58-
- [Arduino Nano 33 BLE](https://store.arduino.cc/products/arduino-nano-33-ble)
58+
- [Arduino Portenta H7 (any variant)](https://store.arduino.cc/portenta-h7) + Portenta Vision Shield ([LoRa](https://store.arduino.cc/portenta-vision-shield-lora) or [Ethernet](https://store.arduino.cc/portenta-vision-shield))
59+
- [Arduino Nano 33 BLE Sense Rev 1](https://store.arduino.cc/products/arduino-nano-33-ble-sense)
60+
- [Arduino Nano 33 BLE Sense Rev 2](https://store.arduino.cc/products/nano-33-ble-sense-rev2)
5961
- [Arduino Nano RP2040](https://store.arduino.cc/products/arduino-nano-rp2040-connect)
6062

6163
In the case of the Portenta H7, remember that is always possible to add an external microphone as additional hardware, instead of using the Portenta Vision Shield.
@@ -80,7 +82,7 @@ In case you would like to extend the engine functionalities, you will have to pu
8082
#### Setup the Library
8183
There are three libraries, you will need to install one or another depending on which board you are using:
8284
* **Portenta H7**: Cyberon_DSpotterSDK_Maker_PortentaH7
83-
* **Nano 33 BLE**: Cyberon_DSpotterSDK_Maker_33BLE
85+
* **Nano 33 BLE Sense (Rev1 & Rev2)**: Cyberon_DSpotterSDK_Maker_33BLE
8486
* **Nano RP2040**: Cyberon_DSpotterSDK_Maker_RP2040
8587

8688
***Inside each of the libraries and under the folder "extra", you will find additional documentation made by Cyberon. Check them out in case you need more information***
@@ -327,4 +329,4 @@ In case you are looking for more information, you can check out Cyberon's docume
327329

328330
## Conclusion
329331

330-
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.
332+
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.

0 commit comments

Comments
 (0)