Skip to content

Commit a3ce5c9

Browse files
Merge pull request #2040 from annietllnd/fix
Remove capitalization on Edge LP
2 parents f15479c + 0d99ca5 commit a3ce5c9

28 files changed

+17
-17
lines changed
File renamed without changes.
File renamed without changes.

content/learning-paths/embedded-and-microcontrollers/Egde/Connect and set up arduino.md renamed to content/learning-paths/embedded-and-microcontrollers/edge/connect-and-set-up-arduino.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: learningpathall
1010

1111
To get started with your first **TinyML project**, a great option is the **Arduino Nano RP2040 Connect**. Built by Arduino, it uses the powerful **RP2040 microcontroller** and is fully supported by the Arduino core package. The board comes with built-in Wi-Fi, Bluetooth, and an onboard IMU—features that make it ideal for deploying machine learning models at the edge.
1212

13-
![example image alt-text#center](Images/nano.png "Arduino Nano RP2040")
13+
![example image alt-text#center](images/nano.png "Arduino Nano RP2040")
1414

1515
Its compatibility with popular tools like Edge Impulse and the Arduino IDE makes it a beginner-friendly yet powerful choice for TinyML applications. You can learn more about the Arduino Nano RP2040 Connect on the [official Arduino website](https://store.arduino.cc/products/arduino-nano-rp2040-connect-with-headers?_gl=1*1laabar*_up*MQ..*_ga*MTk1Nzk5OTUwMS4xNzQ2NTc2NTI4*_ga_NEXN8H46L5*czE3NDY1NzY1MjUkbzEkZzEkdDE3NDY1NzY5NTkkajAkbDAkaDE1MDk0MDg0ODc.).
1616

@@ -32,9 +32,9 @@ To visualize the output of the voice command model, we will use a simple LED cir
3232
- **Anode (long leg) of the LED** → Connect to **GPIO pin D2** via the 220Ω resistor
3333
- **Cathode (short leg)** → Connect to **GND**
3434

35-
![example image alt-text#center](Images/LED_Connection.png "Figure 14. Circuit Connection")
35+
![example image alt-text#center](images/led_connection.png "Figure 14. Circuit Connection")
3636

37-
![example image alt-text#center](Images/LED_Connection_Schematic.png "Figure 15. Circuit Schematic Connection")
37+
![example image alt-text#center](images/led_connection_schematic.png "Figure 15. Circuit Schematic Connection")
3838

3939
### Step 2: Set Up the Arduino IDEs
4040

0 commit comments

Comments
 (0)