Skip to content

Commit

Permalink
Small polishing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhylen committed Jul 17, 2023
1 parent 51430ca commit 198afb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/hardware/03.nano/boards/nano-esp32/essentials.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<EssentialsColumn title="First Steps">
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v1/tutorials/getting-started/cores/arduino-samd">
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v1/tutorials/getting-started-nano-esp32">
All you need to know to get started with your new Arduino board.
</EssentialElement>

Expand Down
2 changes: 2 additions & 0 deletions content/hardware/03.nano/boards/nano-esp32/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Learn the basics of MicroPython with the Nano ESP32 and our free MicroPython 101

<Feature title="Arduino IoT Cloud" image="wifi">
The Nano ESP32 is compatible with the Arduino IoT Cloud platform. Build IoT projects in just minutes!

available from August 2023
<FeatureLink title="Go to Platform" url="https://create.arduino.cc/iot/"/>
</Feature>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ This board is based on the [Arduino ESP32 Core](https:/arduino/ardui

To install the core, go the **board manager** and search for **Nano ESP32**. For more detailed instructions to install the core, please refer to the [Getting Started with Nano ESP32](/tutorials/nano-esp32/getting-started-nano-esp32) article.

You can also program your board via the [Arduino Web Editor](arduino-cloud/getting-started/getting-started-web-editor), an online IDE.

## Bootloader Mode
The Nano ESP32 has a feature that we call bootloader-mode, what this means is that you are able to put the board in a sort of recovery mode by double pressing the reset button while the board is powered on.

Expand All @@ -71,6 +69,7 @@ In this course, you will fundamental knowledge to get started, as well as a larg
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:
- [Getting Started with Arduino IoT Cloud (classic)](https://docs.arduino.cc/arduino-cloud/getting-started/iot-cloud-getting-started)
- [MicroPython with Arduino IoT Cloud](https://docs.arduino.cc/arduino-cloud/getting-started/iot-cloud-micropython)
***IoT Cloud support is coming August 2023***

## API

Expand Down

0 comments on commit 198afb1

Please sign in to comment.