D1 Mini Shield – Matrix LED Shield

An 8x8 LED matrix in red.

For the D1 mini ESP8266 and ESP32, go here:

Facts

  • 8X8 LED Matrix (A panel)
  • Data and clock lines are fixed and cannot be set via solder bridges
DescriptionNameGPIO
TactCLK14
DataDIND7

Schematic

Compatibility

D1 TypeCompatibleReason if not
D1 miniYes
D1 mini ProYesUntested
D1 mini LiteYesUntested
D1 32YesPossibly D5 and D7 define problems


S2 mini
YesUntested
C3YesUntested
Compatibility with D1 boards

Areas of application

  • Display of simple information
  • Demos like smileys

Views

Programming

Libraries

I used the library from the D1 help page and copied the .h and .cpp files into the project directory.

https://github.com/wemos/WEMOS_Matrix_LED_Shield_Arduino_Library

Arduino ESP32 Library V2.0.2

Arduino ESP8266 Library V3.0.2

Test programme

I once wrote my own program, but there are also two available on the manufacturer's help page.

Problems

Pins D7 and D5 unknown

When compiling for the D1 ESP32, I encountered the problem that the ports for D were not defined. I quickly defined these in the header file of the Wemos library.

Conclusion

Nice toy and easy introduction to LED matrices.

More posts

Other Shields

More ESPs

Sources

Sources for the Shield

Manufacturer's website

Sources for the boards

Manufacturer's website

Schematic

CH340 USB Driver

https://arduino-projekte.info/wemos-d1-mini/

https://www.exp-tech.de/plattformen/esp8266/entwicklungsboards/8898/wemos-d1-mini

Leave a Reply

Your email address will not be published. Required fields are marked *