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/03.nano/boards/nano-33-ble-sense/tutorials/edge-impulse/edge-impulse.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ featuredImage: 'chip'
22
22
23
23
## Introduction
24
24
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.
26
26
27
27
## Goals
28
28
@@ -35,7 +35,7 @@ The goals of this tutorial are:
35
35
## Hardware and Software Needed
36
36
37
37
-[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.
39
39
- Arduino IDE
40
40
41
41
## 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
93
93
94
94
## Setting up Edge Impulse
95
95
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
+

97
99
98
100
First, create an [Edge Impulse account](https://mltools.arduino.cc/studio/144605) through the Arduino platform, and create a new project called **speech_recognition**.
0 commit comments