Skip to content

Commit 5a698ad

Browse files
authored
Merge pull request #1342 from arduino/karlsoderby/esp32-mp-reset
[Nano ESP32] MicroPython reset
2 parents 68742ce + 81fc211 commit 5a698ad

File tree

1 file changed

+4
-0
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet

1 file changed

+4
-0
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ To get started with MicroPython, please visit [MicroPython 101](/micropython-cou
115115

116116
In this course, you will fundamental knowledge to get started, as well as a large selection of examples for popular third-party components.
117117

118+
### Reset Your Board
119+
120+
If you have installed MicroPython but wish to go back to classic Arduino / C++ programming, it is easy to do so. Simply **double tap** the **RESET** button on the board (there's only one button). The board will enter boot mode (you should see a pulsing green light), and will be visible in the Arduino IDE.
121+
118122
## Arduino IoT Cloud
119123

120124
Nano ESP32 is supported in the [Arduino IoT Cloud](https://create.arduino.cc/iot/) platform. You can connect to the cloud either through "classic" Arduino, using the C++ library, or via MicroPython:

0 commit comments

Comments
 (0)