Little Bird
WeMos D1 R2 WiFi ESP8266 Development Board
The D1 R2 is a mini wifi board based on ESP-8266EX. 11 digital input/output pins, all pins have interrupt/pwm/I2C/one-wire supported(except D0) 1 analog i...
The D1 R2 is a mini wifi board based on ESP-8266EX.
11 digital input/output pins, all pins have interrupt/pwm/I2C/one-wire supported(except D0)
1 analog input(3.3V max input)
A Micro USB connection
A power jack, 9-24V power input.
Compatible with Arduino
Compatible with nodemcu
Programming:
The D1 R2 has a micro USB for auto programming.
Also you can programming it using OTA
Warnings:
All IO is work at 3.3V.
Jargon buster
Plain-language definitions for the technical terms used above.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- OTA
- OTA means over-the-air updating, where firmware is updated wirelessly instead of through a programming cable. It matters because you may be able to update or maintain the module after it is installed in a project.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
Find this product in
Related Tutorials
Free guides on learn.littlebird.com.au