The Wemos D1 mini is a mini wifi board with 4MB flash memory based on ESP-8266 EX.

It is Arduino compatible, that means we can flash Arduino firmware on it and program it like an Arduino board. 

It is also possible to flash other firmware on it, like NodeMCU.

 

Learn more https://wiki.wemos.cc/products:d1:d1_mini

Pin

PinFunctionESP-8266 Pin
TXTXDTXD
RXRXDRXD
A0Analog input, max 3.3V inputA0
D0IOGPIO16
D1IO, SCLGPIO5
D2IO, SDAGPIO4
D3IO, 10k Pull-upGPIO0
D4IO, 10k Pull-up, BUILTIN_LEDGPIO2
D5IO, SCKGPIO14
D6IO, MISOGPIO12
D7IO, MOSIGPIO13
D8IO, 10k Pull-down, SSGPIO15
GGroundGND
5V5V-
3V33.3V3.3V
RSTResetRST

 

Mac OS

Source: https://blog.sengotta.net/signed-mac-os-driver-for-winchiphead-ch340-serial-bridge/

USB to Serial driver for Mac OS:

CH341SER_MAC-1.4.zip

If the Arduino IDE doesn't show the board after installing. Try copying the usbserial kext  /Library/Extensions/usbserial.kext to /System/Library/Extensions.

 

  • No labels