ESP 8266, WeMos D1 Mini
This is the D1 Mini, a compact WiFi board powered by ESP-8266. It features 11 digital input/output pins, with support for interrupt/pwm/I2C/one-wire on all pins except D0. Additionally, it offers 1 analog input (3.3V max input) and a Micro USB connection.
Gets started:
- Setup driver: Before using the miniD1 boards, you need to set up the CH340g driver.
- Installing Hardware package: There are two ways to install the hardware package, via Boards Manager or GIT.
- Installing with Boards Manager: Starting with version 1.6.4, Arduino allows the installation of third-party platform packages using Boards Manager. <1>. Install Arduino from the Arduino website. <2>. Launch Arduino and open the Preferences window. <3>. Add the ESP8266 Community URL into the Additional Boards Manager URLs field. You can add multiple URLs, separating them with commas. <4>. Open Tools→Board:xxx→Boards Manager and install esp8266 by ESP8266 Community (don’t forget to select your ESP8266 board from Tools > Board menu after installation).Top of Form
There are no reviews yet.