De ESP8266 D1 Mini V4 is een compacte microcontroller-ontwikkelboard met WiFi op basis van de ESP8266-familie, vaak gebruikt met Arduino-achtige tools. Je sluit hem via USB aan op een pc voor programmeren en seriële communicatie, en hij biedt GPIO-pinnen (3,3 V-logica) voor het aansturen van randapparatuur. Meestal wordt hij gebruikt om sensoren met WiFi te combineren voor IoT-projecten.
| Pin | Signaal | Beschrijving |
|---|---|---|
TX |
TX | UART transmit from ESP8266 for programming and serial output at 3.3V logic. |
RX |
RX | UART receive into ESP8266 for programming and serial input at 3.3V logic. |
GPIO5/SCL |
SCL | ESP8266 GPIO5, commonly D1; default I2C clock line SCL at 3.3V logic. |
GPIO4/SDA |
SDA | ESP8266 GPIO4, commonly D2; default I2C data line SDA at 3.3V logic. |
GPIO0 |
digital | ESP8266 GPIO0, commonly D3; boot-mode pin, low during reset enters flash programming. |
GPIO2 |
digital | ESP8266 GPIO2, commonly D4; boot strap pin and often onboard LED signal. |
GND |
ground | Ground reference for power and 3.3V logic signals. |
VBUS |
power | USB 5V bus supply input/output from the USB connector. |
RST |
reset | Active-low reset input for restarting the ESP8266 module. |
A0 |
analog | Analog input to the onboard ADC; measures a single analog voltage input. |
GPIO16 |
digital | ESP8266 GPIO16, commonly D0; digital I/O and deep-sleep wake connection. |
GPIO14/SCK |
SCK | ESP8266 GPIO14, commonly D5; SPI clock SCK at 3.3V logic. |
GPIO12/MISO |
MISO | ESP8266 GPIO12, commonly D6; SPI MISO data input at 3.3V logic. |
GPIO13/MOSI |
MOSI | ESP8266 GPIO13, commonly D7; SPI MOSI data output at 3.3V logic. |
GPIO15/SS |
SS | ESP8266 GPIO15, commonly D8; SPI slave-select/chip-select and boot strap pin. |
3V3 |
power | Regulated 3.3V supply rail for the ESP8266 and low-current peripherals. |
Beschrijf wat je wilt bouwen. Codey Online schrijft de code, tekent het aansluitschema, compileert het en flasht je board rechtstreeks vanuit de browser.
Gratis starten