Do you have a question about the Wemos D1 mini and is the answer not in the manual?
Microcontroller | ESP8266 |
---|---|
Operating Voltage | 3.3V |
Digital I/O Pins | 11 |
Flash Memory | 4 MB |
SRAM | 64 KB |
Wi-Fi Standard | 802.11 b/g/n |
USB Interface | Micro USB |
Dimensions | 34.2mm x 25.6mm |
Analog Input Pins | 1 |
Clock Speed | 80 MHz |
Details the ESP8266 module, CH340 chip, and pin layout on the Wemos D1 mini board.
Explains how to stack shields and highlights potential soldering pitfalls for proper alignment.
Covers installing Arduino IDE, cloning ESP8266 board support, and connecting the Wemos D1 mini to the computer.
Details selecting the 'WeMos D1 R2 & mini' board and configuring settings like CPU frequency and flash size.
Explains the DHT Pro Shield sample code for reading temperature and humidity, including setup, data retrieval, and output interpretation.
Addresses the error of a missing DHT library and provides steps to install it via the Library Manager.
Demonstrates the Relay Shield's functionality with a blink sketch, showing its operation and concurrent use with other shields.