Skip to content

Commit 1ef0fff

Browse files
committed
Update software-edge-impulse.md, connect-and-set-up-arduino.md
1 parent 758e46c commit 1ef0fff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/learning-paths/embedded-and-microcontrollers/edge/connect-and-set-up-arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Its compatibility with popular tools like Edge Impulse and the Arduino IDE makes
1818

1919
### Step 1: Connect the LED to the Arduino Nano RP2040
2020

21-
To visualize the output of the voice command model, we will use a simple LED circuit.
21+
To visualize the output of the voice command model, you will use a simple LED circuit.
2222

2323
### Components Needed
2424

content/learning-paths/embedded-and-microcontrollers/edge/software-edge-impulse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: learningpathall
77
---
88
# Using Edge Impulse to Train TinyML Models
99

10-
Now that the foundational concepts of TinyML and Edge AI are clear, it's time to move from theory to practice. **Edge Impulse** is an easy to use platform for training TinyML models. It provides an end-to-end pipeline for collecting data, designing features, training models, and deploying them to edge devices. In this section, we will explore how Edge Impulse is used to train models specifically for ultra-low-power microcontrollers, bridging the gap between machine learning and real-world embedded applications.
10+
Now that the foundational concepts of TinyML and Edge AI are clear, it's time to move from theory to practice. **Edge Impulse** is an easy to use platform for training TinyML models. It provides an end-to-end pipeline for collecting data, designing features, training models, and deploying them to edge devices. In this section, you will explore how Edge Impulse is used to train models specifically for ultra-low-power microcontrollers, bridging the gap between machine learning and real-world embedded applications.
1111

1212
## What is Edge Impulse?
1313

@@ -47,7 +47,7 @@ Once you’ve created your account and logged in, the first step is to **create
4747

4848
### Step 2: Configure the Target Device
4949

50-
After creating your project, the next step is to **configure the target device**. Since we are using the **Arduino Nano RP2040 Connect**, click the highlighted button to begin device configuration, as shown in the snapshot below. This ensures that the data collection, model training, and deployment steps are optimized for your specific hardware.
50+
After creating your project, the next step is to **configure the target device**. Since you are using the **Arduino Nano RP2040 Connect**, click the highlighted button to begin device configuration, as shown in the snapshot below. This ensures that the data collection, model training, and deployment steps are optimized for your specific hardware.
5151

5252
The specifications of the Arduino Nano RP2040 Connect board can be found on [Arduino’s official page](https://store.arduino.cc/products/arduino-nano-rp2040-connect).
5353

@@ -158,7 +158,7 @@ To use the trained model on your Arduino Nano RP2040, follow the steps below to
158158

159159
## Next Steps
160160

161-
In the following steps, you will move from model training to real-world deployment. Specifically, we will:
161+
In the following steps, you will move from model training to real-world deployment. Specifically, you will:
162162

163163
- Connect an **LED** to the **Arduino Nano RP2040** board.
164164
- Set up the **Arduino IDE** for development.

0 commit comments

Comments
 (0)