多接口嵌入式开发板: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ProductInfo | {{ProductInfo | ||
|title=ESP8266 Arduino Development Board | |title=ESP8266 Arduino Development Board | ||
|model=ESP8266 D1 | |model=ESP8266 D1 Board | ||
|status=Published | |status=Published | ||
|module=ESP8266 | |module=ESP8266 | ||
| Line 47: | Line 47: | ||
|hardware=[[File:ESP8266-WIKI-800-600-3.jpg|center|thumb|800x800px]] | |hardware=[[File:ESP8266-WIKI-800-600-3.jpg|center|thumb|800x800px]] | ||
|usage=[[File:ESP8266-WIKI-600-300-1.jpg|center|thumb|600x600px]] | |usage=[[File:ESP8266-WIKI-600-300-1.jpg|center|thumb|600x600px]] | ||
|faq=; | |faq==== <span style="color: rgb(52, 176, 176);">Q1: Computer does not recognize the serial port?</span> === | ||
: | A: The CH340 driver is not installed — install it; or the USB cable only supports charging — use a data-capable cable. | ||
; | |||
: | === <span style="color: rgb(52, 176, 176);">Q2: Cannot connect to Wi-Fi?</span> === | ||
A: The ESP8266 supports only the 2.4 GHz band; make sure the router has the 2.4 GHz network enabled. | |||
=== <span style="color: rgb(52, 176, 176);">Q3: Board keeps resetting</span> === | |||
A: Usually caused by insufficient power. Power the peripherals from a separate supply, or use a USB port with a higher current capacity. | |||
|dl1Type=Document | |dl1Type=Document | ||
|dl1Name=ESP8266 D1 Board User Manual v10 EN.pdf | |dl1Name=ESP8266 D1 Board User Manual v10 EN.pdf | ||
Latest revision as of 23:59, 16 September 2026
Introduction
1.The ESP8266 D1 Board is an open-source development board based on the ESP-8266 Wi-Fi module. It follows the Arduino UNO board layout and pin-header arrangement,integrates a Micro-USB serial chip and a 5V/1A switching power supply, and lets you write and upload programs directly with the Arduino IDE — a cost-effective choice for getting started with IoT development.
2.The board ships with its hardware and software resources fully open, allowing secondary development. You can use it directly as a Wi-Fi-enabled Arduino board, or build on it by trimming the low-level firmware and expanding peripheral interfaces. It suits IoT education, smart-home prototyping, and wireless data acquisition scenarios.
Specifications
| Item | Specification |
|---|---|
| Core module | ESP-8266 Wi-Fi module |
| Programming | Arduino IDE (Arduino-compatible) |
| Digital I/O | 11 I/O pins |
| Analog input | 1 ADC channel, 0–3.3 V input range |
| Wireless upgrade | OTA over-the-air upload supported |
| On-board power | 5V/1A switching power supply (input 5–12 V) |
| Flash | 4 MB |
| SRAM | 32 KB |
| DRAM | 80 KB |
| Clock frequency | 80 MHz / 160 MHz |
Hardware

Size

FAQ
Q1: Computer does not recognize the serial port?
A: The CH340 driver is not installed — install it; or the USB cable only supports charging — use a data-capable cable.
Q2: Cannot connect to Wi-Fi?
A: The ESP8266 supports only the 2.4 GHz band; make sure the router has the 2.4 GHz network enabled.
Q3: Board keeps resetting
A: Usually caused by insufficient power. Power the peripherals from a separate supply, or use a USB port with a higher current capacity.
Downloads

