Skip to content

Commit 379b59f

Browse files
committed
system info
1 parent 0652e40 commit 379b59f

File tree

1 file changed

+34
-4
lines changed
  • content/hardware/03.nano/boards/nano-esp32/datasheet

1 file changed

+34
-4
lines changed

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

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The Nano ESP32 is based on the [Arduino Core for ESP32 boards](), a derivation o
8686

8787
## Block Diagram
8888

89-
![Arduino Nano ESP32 Block Diagram](assets/UNO_R4_WiFi_Block_Diagram.png)
89+
![Arduino Nano ESP32 Block Diagram]()
9090

9191
## Board Topology
9292

@@ -135,13 +135,43 @@ The NORA-W106-10B module supports the WiFi 4 IEEE 802.11 standards b/g/n, with a
135135
* 802.11g: 54 Mbit/s
136136
* 802.11n: 72 Mbit/s max at HT-20 (20 MHz), 150 Mbit/s max at HT-40 (40 MHz)
137137

138-
### Bluetooth
138+
### Bluetooth®
139139

140-
The NORA-W106-10B module supports Bluetooth® LE v5.0 with an output power EIRP at up to 10 dBm.
140+
The NORA-W106-10B module supports Bluetooth® LE v5.0 with an output power EIRP at up to 10 dBm and data rates up to 2 Mbps. It has the option to scan and advertise simultaneously, as well as supporting multiple connections in peripheral/central mode.
141+
142+
## System
143+
144+
### Resets
145+
146+
The ESP32-S3 has support for four levels of reset:
147+
- **CPU:** resets CPU0/CPU1 core
148+
- **Core:** resets the digital system, except for the RTC peripherals (ULP coprocessor, RTC memory).
149+
- **System:** resets the entire digital system, including the RTC peripherals.
150+
- **Chip:** resets the entire chip.
151+
152+
It is possible to conduct a software reset of this board, as well as obtaining the reset reason.
153+
154+
To do a hardware reset of the board, use the onboard reset button (PB1).
155+
156+
### Timers
157+
158+
The Nano ESP32 has the following timers:
159+
- 52-bit system timer with 2x 52-bit counters (16 MHz) and 3x comparators.
160+
- 4x general-purpose 54-bit timers
161+
- 3x watchdog timers, two in main system (MWDT0/1), one in the RTC module (RWDT).
162+
163+
### Interrupts
164+
165+
All GPIOs on the Nano ESP32 can be configured to be used as interrupts, and is provided by an interrupt matrix. Interrupt pins are configured on an application level, using the following configurations:
166+
- LOW
167+
- HIGH
168+
- CHANGE
169+
- FALLING
170+
- RISING
141171

142172
## Serial Communication Protocols
143173

144-
The ESP32-S3 chip provides flexibility for the various serial protocols it supports. For example, the I2C bus can be assigned to almost any available GPIO. Please bare in mind that the de
174+
The ESP32-S3 chip provides flexibility for the various serial protocols it supports. For example, the I2C bus can be assigned to almost any available GPIO.
145175

146176
### Inter-Integrated Circuit (I2C)
147177

0 commit comments

Comments
 (0)