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 399fc1b

Browse files
Merge pull request #2254 from arduino/hannes7eicher/Nano-ESP32-Version
[MNE-45] Add version info
2 parents 8a9aa95 + 82b5d9c commit 399fc1b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

‎content/hardware/03.nano/boards/nano-esp32/features.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ This board is Bluetooth® enabled allowing you to control peripheral devices and
2424
</Feature>
2525

2626
<Feature title="ESP32 Platform" image="mcu">
27-
The Nano ESP32's Board Package is based on the wellmaintained & documented <a href="https://github.com/espressif/arduino-esp32">ESP32 core</a> from Espressif.
28-
<FeatureWrapper>
29-
<FeatureLink variant="secondary" title="ESP32 Documentation" url="https://docs.espressif.com/projects/arduino-esp32/en/latest/"/>
30-
</FeatureWrapper>
27+
The Nano ESP32's Board Package is based on the well-maintained & documented <a href="https://github.com/espressif/arduino-esp32">ESP32 core</a> from Espressif, specifically using the 2.x branch with ESP-IDF version v5.1.4.
28+
<FeatureWrapper>
29+
<FeatureLink variant="secondary" title="ESP32 Documentation" url="https://docs.espressif.com/projects/arduino-esp32/en/latest/"/>
30+
</FeatureWrapper>
3131
</Feature>
3232

3333
<Feature title="USB-C®" image="usb">

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ tags: [ESP32, Debugging, IDE]
1111

1212
ESP-NOW is a wireless communication protocol developed by Espressif, the company behind the ESP32 microcontroller (MCU). Since the Arduino Nano ESP32 is equipped with that MCU it also supports the ESP-NOW protocol out of the box. It's designed for efficient and low-latency communication between devices, capable of sending up to 250 bytes.
1313

14+
***Note: The Nano ESP32 utilizes the Arduino ESP32 Boards core based on the 2.x branch of the arduino-esp32 core, leveraging ESP-IDF version [v5.1.4](https://docs.espressif.com/projects/esp-idf/en/v5.1.4/esp32/api-reference/network/esp_now.html). Please be aware that functions and features may differ between versions, so ensure you reference the correct documentation for this setup.***
15+
1416
## Hardware Requirements
1517

1618
ESP-NOW is supported on the following microcontrollers:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ To use the [Arduino Nano ESP32](/hardware/nano-esp32) board, you will need to in
1111

1212
To install it, you will need the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software). In this guide, we will use the latest version of the IDE 2.
1313

14+
***Note: The Nano ESP32 utilizes the Arduino ESP32 Boards core based on the 2.x branch of the arduino-esp32 core, leveraging ESP-IDF version v5.1.4. Please be aware that functions and features may differ between versions, so ensure you reference the correct documentation for this setup.***
15+
1416
## Software & Hardware Needed
1517

1618
- [Arduino Nano ESP32](https://store.arduino.cc/nano-esp32)

0 commit comments

Comments
(0)

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