Skip to content

Commit 4645339

Browse files
authored
Merge pull request #768 from arduino/sync/jacobhylen/edge-impulse-revision
Added links to platform and a screenshot of the Arduino Cloud homepage
2 parents 0af93e4 + 7ae892d commit 4645339

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/edge-impulse/edge-impulse.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ featuredImage: 'chip'
2222

2323
## Introduction
2424

25-
In this tutorial we will use Edge Impulse with an Arduino Nano 33 BLE Sense to run a simple Artificial Neural Network that can recognize keywords in speech. We will use the embedded digital microphone on the Nano 33 BLE Sense, the MP34DT05, to listen to our surroundings and we will light the built-in RGB LED of the board when a keyword is detected.
25+
In this tutorial we will use Edge Impulse through the Arduino Cloud with an Arduino Nano 33 BLE Sense to run a simple Artificial Neural Network that can recognize keywords in speech. We will use the embedded digital microphone on the Nano 33 BLE Sense, the MP34DT05, to listen to our surroundings and we will light the built-in RGB LED of the board when a keyword is detected.
2626

2727
## Goals
2828

@@ -35,7 +35,7 @@ The goals of this tutorial are:
3535
## Hardware and Software Needed
3636

3737
- [Nano 33 BLE Sense](https://store.arduino.cc/arduino-nano-33-ble-sense).
38-
- Edge Impulse to train simple Artificial Neural Network.
38+
- [Arduino Cloud](cloud.arduino.cc/home) to train simple Artificial Neural Network.
3939
- Arduino IDE
4040

4141
## Machine Learning Fundamentals
@@ -93,7 +93,9 @@ Now that we learned the basics of ML, let's use the Arduino Nano 33 BLE Sense bo
9393

9494
## Setting up Edge Impulse
9595

96-
An **edge device** is any kind of hardware that controls data flow at the boundary between two networks. Edge devices work, essentially, as entry or exit points in networks. **Edge Impulse** is one of the leading development platforms for ML on edge devices, their mission is to enable developers and device makers from all over the world to solve real world problems using ML models on edge devices. Let's use Edge Impulse to create a ML system or model and deploy it on your Nano 33 BLE Sense board.
96+
An **edge device** is any kind of hardware that controls data flow at the boundary between two networks. Edge devices work, essentially, as entry or exit points in networks. **Edge Impulse** is one of the leading development platforms for ML on edge devices, their mission is to enable developers and device makers from all over the world to solve real world problems using ML models on edge devices. Let's use [Arduino Cloud](cloud.arduino.cc/home) to create a ML system or model and deploy it on your Nano 33 BLE Sense board.
97+
98+
![Flashing your board.](./assets/nano33BS_TML_19.png)
9799

98100
First, create an [Edge Impulse account](https://mltools.arduino.cc/studio/144605) through the Arduino platform, and create a new project called **speech_recognition**.
99101

0 commit comments

Comments
 (0)