From 81fc211f5b6bea38175542fb4763f82449fc28d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:33:11 +0200 Subject: [PATCH] Update cheat-sheet.md --- .../boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md index 2d891265d1..8d8ab82186 100644 --- a/content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md +++ b/content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md @@ -115,6 +115,10 @@ To get started with MicroPython, please visit [MicroPython 101](/micropython-cou In this course, you will fundamental knowledge to get started, as well as a large selection of examples for popular third-party components. +### Reset Your Board + +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. + ## Arduino IoT Cloud 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: