Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 13b3cc5

Browse files
Update debugging.md
1 parent 41b394f commit 13b3cc5

File tree

1 file changed

+6
-4
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/debugging

1 file changed

+6
-4
lines changed

‎content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ tags: [ESP32, Debugging, IDE]
99

1010
Debugging skills are valuable not only for tackling complex projects but also for beginners and those working on intermediate-level projects, as they offer valuable insights into the specific behavior of your code.
1111

12-
***Some boards from the first limited production batch were assembled with a different RGB LED which has the green and blue pins inverted. For more information read our full Help Center article [here](https://support.arduino.cc/hc/en-us/articles/9589073738012).***
13-
1412
## What Is Debugging?
1513

1614
Debugging is an essential skill for anyone working with technology, whether you're a software developer, a student learning to code, or someone who just wants to understand how computers work. Here's why it's so crucial:
@@ -74,7 +72,11 @@ Before starting a debug session you need to upload your sketch using one of the
7472

7573
- Connect a jumper cable between the **GND** and the **B1** pins and press the reset button **once**. The RGB LED will turn on with a green or blue color.
7674

77-
- Remove the jumper cable and you should see the RGB LED light up in a purple or yellow color, which means you successfully entered the **ROM Boot mode**. Note that inside **Tools**, the board will be shown as a random ESP32 board.
75+
- Remove the jumper cable and you should see the RGB LED light up in a purple or yellow color, which means you successfully entered the **ROM Boot mode**.
76+
77+
***Some boards from the first limited production batch were assembled with a different RGB LED which has the green and blue pins inverted. For more information read our full Help Center article [here](https://support.arduino.cc/hc/en-us/articles/9589073738012).***
78+
79+
Note that inside **Tools**, the board will be shown as a random ESP32 board.
7880

7981
***This is because in this mode all ESP32 chips share the same identifier assigned to USB devices, therefore the IDE selects a random ESP32 board.***
8082

@@ -94,7 +96,7 @@ Before starting a debug session you need to upload your sketch using one of the
9496

9597
***Performing the double press can be a little tricky. Press it once, wait until you see the RGB LED flashing in different colours, then press again. If done correctly the RGB LED will start fading slowly.***
9698

97-
![Arduino bootloader mode](./assets/arduinoBootloderMode.gif)
99+
![Arduino bootloader mode](./assets/arduinoBootloaderMode.gif)
98100

99101
- You should see two ports in the drop-down menu, one showing a USB symbol and another one showing a cube.
100102

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /