Main centres: | 1-3 business days |
Regional areas: | 3-4 business days |
Remote areas: | 3-5 business days |
Basically it's very similar to NodeMCU module. The main difference is size.
Wemos D1 module it's a small board with ESP8266EX chip. On board there is also USB-UART converter (popular CP2104). Because of that, all you need to start programming is simple USB cable.
Wemos D1 provides 9 GPIO ports with PWM, I2C, SPI and 1-Wire support. Thanks to 3.3V LDO module can be powered directly from USB port via microUSB power supply.
They are 3 basic methods to use Wemos. AT commands, LUA programming language with NodeMCU firmware and simplest and our favorite Arduino IDE.