Codey OnlineObsługiwane płytki Arduino i ESP32 › ESP8266 D1 Mini Pro
ESP8266 D1 Mini Pro
ESP8266 Family

ESP8266 D1 Mini Pro

ESP8266 D1 Mini Pro to kompaktowa płytka deweloperska z WiFi, często używana do prototypów IoT. Udostępnia GPIO dla UART (TX/RX), I2C (SDA/SCL) i SPI (SCK/MISO/MOSI/SS), a także wejście analogowe (A0) i pin resetu (RST). Typowe podłączenie obejmuje zasilanie płytki przez 3,3V oraz użycie GND jako odniesienia.

Cel kompilacji (FQBN): esp8266:esp8266:d1_mini_pro Pinout: 16

Pinout — ESP8266 D1 Mini Pro

Pin Sygnał Opis
RST reset Active-low reset input for the ESP8266; pull low to restart the module.
A0 analog Analog ADC input; reads a variable voltage through the board's input divider.
D0 digital ESP8266 GPIO16; usable digital I/O and deep-sleep wake input.
D5 SCK ESP8266 GPIO14; common SPI SCK clock pin and general digital I/O.
D6 MISO ESP8266 GPIO12; common SPI MISO input and general digital I/O.
D7 MOSI ESP8266 GPIO13; common SPI MOSI output and general digital I/O.
D8 SS ESP8266 GPIO15; common SPI chip-select, boot strap pin, and digital I/O.
3V3 power Regulated 3.3 V supply rail for the ESP8266 and low-current external circuits.
TX TX UART transmit output from the ESP8266 for serial programming and debugging.
RX RX UART receive input to the ESP8266 for serial programming and communication.
D1 SCL ESP8266 GPIO5; commonly used as I2C SCL clock and general digital I/O.
D2 SDA ESP8266 GPIO4; commonly used as I2C SDA data and general digital I/O.
D3 digital ESP8266 GPIO0; boot strap pin and general digital I/O, affects flashing mode.
D4 digital ESP8266 GPIO2; boot strap pin, often connected to the onboard LED.
GND ground Ground reference for power and all logic signals.
5V power 5 V input/output rail, typically from USB or external supply to the regulator.

Zbuduj swój projekt Arduino lub ESP32 z pomocą AI

Opisz, co chcesz zbudować. Codey Online napisze kod, narysuje schemat połączeń, skompiluje projekt i wgra go na płytkę bezpośrednio z przeglądarki.

Zacznij za darmo