Wemos D1 Mini Breakout for an ST7735 Display

Radomir Dopieralski has created this breakout board to make it easier to slap a popular ST7735 module on top of a Wemos D1 Mini:

8571081501668647022.jpg

D1 Mini Breakout for an ST7735 Display

There is a number of options you have for display shields for the D1 Mini: there is the nice OLED shield, there is a shield with a single WS1228B neopixel, there is the #D1 Mini Matrix Shield I’m still working on. But there is no high-resolution color display you could just slap on it. This “shield” doesn’t really deserve the name, it’s just a simple breakout board that connects the ST7735 display module with the SPI pins of the D1 Mini, and adds a trim pot for brightness control.

4514121484133413329.png

To save some pins, the CS pin is hardwired to GND, and the A0 pin is connected to MISO. That means you can’t connect other SPI devices while this is in, but that’s a rare enough case for me to care. It uses four GPIOs total, from GPIO12 to GPIO15. The backlight is connected to the 5V supply (to not strain the on-board 3V3 regulator) through a trim pot, so you can adjust brightness.

I used alternating holes for the module’s header, so that with some luck you should be able to plug in the module directly, without soldering a female pin header there — that should also save some space.

Wemos D1 Mini Breakout for an ST7735 Display

ESP8266 Pogo Jig Programming Board

We like the novel orientation of pogo pins that Wing Tang Wong used in this board design:

screenshot-from-2017-02-28-12-59-47

ESP8266 Pogo Jig Programming Board

Upcycles D1 Mini Wemos board to create a USB connected ESP8266 Pogo pin jig

2034481488075526204.JPG

This is a board designed to take a WeMos D1 Mini board(with the ESP module removed) and use it as a USB interface with built-in reset/flash functionality for bare ESP8266 modules similar to the ESP-12 units.

The design files are available on GitHub:

github ESP8266 Programming D1 Mini Pogo Jig V1

ESP8266 Pogo Jig Programming Board