Learn electronics, coding, and projects — step by step.

Category: ESP32

013 - MicroPython TechNotes: 8x16 Dot Matrix Display (SPI)

George Bantique February 25, 2021 2 Comments

In this article, we will look at the 8×16 Dot Matrix Display with SPI as communication interface. This is basically the continuation of the previous tutorial on how to use the 8×8 Matrix Display.


Read more 013 - MicroPython TechNotes: 8x16 Dot Matrix Display (SPI)

023 - ESP32 MicroPython: Binary Clock

George Bantique February 19, 2021 1 Comment

In this article, I would like to share to you on how to create this simple yet cool project using a single 8×8 dot matrix module to display a binary clock – a clock that is represented using binary numeric system.


Read more 023 - ESP32 MicroPython: Binary Clock

012 - MicroPython TechNotes: 8x8 Dot Matrix Display (SPI)

George Bantique February 19, 2021 2 Comments

In this tutorial, we will learn on how to use an 8×8 Dot Matrix Display with SPI protocol as communication interface. For this tutorial, I will be using the 8×8 Dot Matrix Display module with SPI protocol from GorillaCell ESP32 development kit.


Read more 012 - MicroPython TechNotes: 8x8 Dot Matrix Display (SPI)

011 - MicroPython TechNotes: 1.3 OLED Display

George Bantique February 10, 2021 No Comments

In this tutorial, we will look at 1.3 inch OLED display using MicroPython. It uses an SH1106 driver chip. It has a monochrome display resolution which is 128×64 pixels.


Read more 011 - MicroPython TechNotes: 1.3 OLED Display