2.8英寸 Arduino 显示扩展板: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| Line 56: | Line 56: | ||
|hardware=[[File:ESP32-Main-board-800-3.jpg|center|thumb|800x800px]] | |hardware=[[File:ESP32-Main-board-800-3.jpg|center|thumb|800x800px]] | ||
|usage=[[File:ESP32-Main-600-300.jpg|center|thumb|600x600px]] | |usage=[[File:ESP32-Main-600-300.jpg|center|thumb|600x600px]] | ||
|faq=== '''<span style="color: rgb(52, 176, 176);">Q1: What power supply methods does this board support?</span>''' == | |faq==== '''<span style="color: rgb(52, 176, 176);">Q1: What power supply methods does this board support?</span>''' === | ||
A: It supports two power input methods: a DC jack for '''5V–12V''' DC power, and an on-board '''USB-C''' port for powering via a computer. | A: It supports two power input methods: a DC jack for '''5V–12V''' DC power, and an on-board '''USB-C''' port for powering via a computer. | ||
== '''<span style="color: rgb(52, 176, 176);">Q2: What is the function of the on-board CH340C chip?</span>''' == | === '''<span style="color: rgb(52, 176, 176);">Q2: What is the function of the on-board CH340C chip?</span>''' === | ||
A: The CH340C is a USB-to-serial converter chip. It handles communication between your computer and the ESP32, enabling '''firmware uploading''' and '''serial monitor/debug logging'''. | A: The CH340C is a USB-to-serial converter chip. It handles communication between your computer and the ESP32, enabling '''firmware uploading''' and '''serial monitor/debug logging'''. | ||
== '''<span style="color: rgb(52, 176, 176);">Q3: What is the RST button used for?</span>''' == | === '''<span style="color: rgb(52, 176, 176);">Q3: What is the RST button used for?</span>''' === | ||
A: The RST (Reset) button restarts the ESP32 chip, allowing you to re-run your program. It can also be used together with the BOOT button to enter '''download/flash mode''' when uploading code. | A: The RST (Reset) button restarts the ESP32 chip, allowing you to re-run your program. It can also be used together with the BOOT button to enter '''download/flash mode''' when uploading code. | ||
== '''<span style="color: rgb(52, 176, 176);">Q4: What can the I/O expansion pins be used for?</span>''' == | === '''<span style="color: rgb(52, 176, 176);">Q4: What can the I/O expansion pins be used for?</span>''' === | ||
A: The board breaks out a large number of ESP32 GPIO pins, allowing you to connect external components such as '''sensors, LED displays, motors, and other peripherals''' — ideal for IoT and electronics projects. | A: The board breaks out a large number of ESP32 GPIO pins, allowing you to connect external components such as '''sensors, LED displays, motors, and other peripherals''' — ideal for IoT and electronics projects. | ||
|dl1Type=Document | |dl1Type=Document | ||
Revision as of 00:08, 17 September 2026
Introduction
1.The ESP32 Arduino development board (ESP32 UNO D1 R32) is an opensource development board based on the Espressif ESP-WROOM-32 module.Its Arduino UNO-compatible form factor gives direct access to the rich Arduino shield ecosystem, and it fully supports secondary development.
2.The board breaks out every pin of the ESP32 module and integrates Wi-Fi,Bluetooth 4.2 (BR/EDR/BLE) and an Ethernet MAC, with 4MB Flash and a dualcore processor. Together with the onboard CH340C USB-to-serial chip, a single USB cable handles both power and firmware download — an ideal platform for IoT, smart hardware and embedded development.
Specifications
| Certification | FCC / CE / TELEC |
|---|---|
| Wireless standard | 802.11 b/g/n/e/i,Bluetooth 4.2 (BR/EDR/BLE)
|
| Frequency range | 2.4GHz–2.5GHz (2400M–2483.5M)
|
| Data interface | UART / SPI / I2C / I2S / IR / CAN, GPIO / PWM
|
| Operating voltage | 3.0V–3.6V |
| Operating current | 90mA average |
| Operating temperature | -40°C to 125°C |
| Storage temp. / Flash | Ambient / 4MB Flash |
| Wi-Fi modes | station / softAP / SoftAP+station
|
| Security | WFA, WPA/WPA2, WAPI |
| Encryption | WEP / TKIP / AES |
| Firmware upgrade | Local UART flashing / cloud OTA / host download
|
| Software development | Custom servers supported; SDK available for secondary development
|
| Protocols / User config | IPv4,TCP/UDP/HTTP/FTP; AT+ command set, cloud server, Android/iOS APP
|
Hardware

Size

FAQ
Q1: What power supply methods does this board support?
A: It supports two power input methods: a DC jack for 5V–12V DC power, and an on-board USB-C port for powering via a computer.
Q2: What is the function of the on-board CH340C chip?
A: The CH340C is a USB-to-serial converter chip. It handles communication between your computer and the ESP32, enabling firmware uploading and serial monitor/debug logging.
Q3: What is the RST button used for?
A: The RST (Reset) button restarts the ESP32 chip, allowing you to re-run your program. It can also be used together with the BOOT button to enter download/flash mode when uploading code.
Q4: What can the I/O expansion pins be used for?
A: The board breaks out a large number of ESP32 GPIO pins, allowing you to connect external components such as sensors, LED displays, motors, and other peripherals — ideal for IoT and electronics projects.
Downloads

