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

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)

001 - Raspberry Pi Pico: GPIO | MicroPython

George Bantique February 12, 2021 No Comments

In this article, I would like to share to you the results of my exploration with the basic GPIO of the Raspberry Pi Pico using the MicroPython language.


Read more 001 - Raspberry Pi Pico: GPIO | MicroPython

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