Skip to content

Commit c76c0bf

Browse files
committed
product page updates
1 parent dfde0e1 commit c76c0bf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<FeatureDescription>
2-
The Arduino Nano ESP32 features the NORA-W106, a module with a ESP32-S3 chip inside. This module supports both Wi-Fi and Bluetooth (5.0 and above), making it an ideal device for IoT development. The popular Nano form factor also makes it compatible with many hardware accessories.
2+
The Arduino Nano ESP32 features the NORA-W106, a module with a ESP32-S3 chip inside. This module supports both Wi-Fi® and Bluetooth® (5.0 and above), making it an ideal device for IoT development. The popular Nano form factor also makes it compatible with many hardware accessories.
33
</FeatureDescription>
44

55
<FeatureList>
@@ -15,7 +15,7 @@ The Nano ESP32 is compatible with the Arduino IoT Cloud platform. Build IoT proj
1515
</Feature>
1616

1717
<Feature title="Bluetooth®" image="bluetooth">
18-
This board is Bluetooth® enabled allowing you to control peripheral devices via bluetooth and start implementing Bluetooth® Low Energy applications.
18+
This board is Bluetooth® enabled allowing you to control peripheral devices and start implementing Bluetooth® Low Energy applications.
1919
</Feature>
2020

2121
<Feature title="ESP32 Platform" image="mcu">

content/hardware/03.nano/boards/nano-esp32/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ url_guide: /tutorials/
55
core: arduino:esp32
66
---
77

8-
The Arduino Nano ESP32 is the first ever Arduino board based on a ESP32 microcontroller from [Espressif](https://www.espressif.com/en/products/socs/esp32), the **NORA-W106 module** from uBlox. USB-C connector, 128 Mb of Flash, support for MicroPython & Arduino IoT Cloud enabled, it is a very versatile development board.
8+
The Arduino Nano ESP32 is the first ever Arduino board based on a ESP32 microcontroller from [Espressif](https://www.espressif.com/en/products/socs/esp32), the **NORA-W106 module** from u-blox. USB-C® connector, 128 Mb of Flash, support for MicroPython & Arduino IoT Cloud enabled, it is a very versatile development board.

content/hardware/03.nano/boards/nano-esp32/tech-specs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Here you will find the technical specifications for the Arduino® Nano ESP32.
22

33
**Please read: operating voltage**
44

5-
The microcontroller on the **Arduino Nano ESP32** runs at 3.3V, which means that you must never apply more than 3.3V to its Digital and Analog pins. Care must be taken when connecting sensors and actuators to assure that this limit of 3.3V is never exceeded. Connecting higher voltage signals, like the 5V commonly used with the other Arduino boards, will damage the Nano ESP32.
5+
The microcontroller on the **Arduino Nano ESP32** runs at 3.3 V, which means that you must never apply more than 3.3 V to its Digital and Analog pins. Care must be taken when connecting sensors and actuators to assure that this limit of 3.3 V is never exceeded. Connecting higher voltage signals, like the 5 V commonly used with the other Arduino boards, will damage the Nano ESP32.
66

7-
Note that this board does not have a 5V pin, instead, it has a VUSB pin. The VUSB pin provides 5V as long as it is powered via USB. Powering via VIN will not enable the VUSB pin, meaning you have no option to receive 5V unless powered with USB. For communication with 5V devices, you can opt to use a logic level translator.
7+
Note that this board does not have a 5V pin, instead, it has a VUSB pin. The VUSB pin provides 5 V as long as it is powered via USB. Powering via VIN will not enable the VUSB pin, meaning you have no option to receive 5 V unless powered with USB. For communication with 5 V devices, you can opt to use a logic level translator.

content/hardware/03.nano/boards/nano-esp32/tech-specs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Board:
22
Name: Arduino® Nano ESP32
33
SKU: ABX00083 / ABX00092
4-
Microcontroller: uBlox NORA-W106 (ESP32-S3)
4+
Microcontroller: u-blox NORA-W106 (ESP32-S3)
55
USB connector: USB-C®
66
Pins:
77
Built-in LED Pin: 13
@@ -10,8 +10,8 @@ Pins:
1010
PWM pins: 5
1111
External interrupts: All digital pins
1212
Connectivity:
13-
Wi-Fi: uBlox NORA-W106 (ESP32-S3)
14-
Bluetooth®: uBlox NORA-W106 (ESP32-S3)
13+
Wi-Fi®: u-blox NORA-W106 (ESP32-S3)
14+
Bluetooth®: u-blox NORA-W106 (ESP32-S3)
1515
Communication:
1616
UART: 1x, D0 (TX), D1, (RX)
1717
I2C: 1x, A4 (SDA), A5 (SCL)

0 commit comments

Comments
 (0)