8000 [PC-1828] Speech recognition tutorial check and revamp by mcmchris · Pull Request #2151 · arduino/docs-content · GitHub
[go: up one dir, main page]

Skip to content

[PC-1828] Speech recognition tutorial check and revamp #2151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Nicla Vision Added to requirements
  • Loading branch information
mcmchris committed Aug 21, 2024
commit d5be1db424aa421f305720e5351df9376281837b
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ In case you are interested in unlocking the full potential of the tool, the tuto
To use the Arduino Speech Recognition Engine, you will need one of the following boards:

- [Arduino Portenta H7 (any variant)](https://store.arduino.cc/portenta-h7) + Portenta Vision Shield ([LoRa](https://store.arduino.cc/products/arduino-portenta-vision-shield-lora%C2%AE) or [Ethernet](https://store.arduino.cc/products/arduino-portenta-vision-shield-ethernet))
- [Arduino Nicla Vision](https://store.arduino.cc/products/nicla-vision)
- [Arduino Nano 33 BLE Sense Rev 1](https://store.arduino.cc/products/arduino-nano-33-ble-sense)
- [Arduino Nano 33 BLE Sense Rev 2](https://store.arduino.cc/products/nano-33-ble-sense-rev2)
- [Arduino Nano RP2040](https://store.arduino.cc/products/arduino-nano-rp2040-connect)
Expand Down
0