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

Tag: esp32 micropython

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)

008 - MicroPython TechNotes: 16x2 LCD

George Bantique January 30, 2021 18 Comments

In this article, we will look at LCD. We will also learn on how to use it using the MicroPython language. LCD stands for Liquid Crystal Display. What I have is 16×2 LCD with Gorilla Cell LCD module which uses i2c protocol to simplify wiring connection.


Read more 008 - MicroPython TechNotes: 16x2 LCD

005 - MicroPython TechNotes: Gorilla Cell LED | MicroPython Hello World

George Bantique January 22, 2021 No Comments

In this article, we will look at LED. We will learn on how to control it by turning it ON and OFF. LED stands for Light-Emitting Diode. It is a type of electronic of component that emits light when a sufficient voltage is applied on its terminals.


Read more 005 - MicroPython TechNotes: Gorilla Cell LED | MicroPython Hello World