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

Category: GorillaCell

049 - MicroPython TechNotes: MP3 Player

George Bantique October 19, 2021 No Comments

In this article, I will discuss on how to use an MP3 Player module interfaced to ESP32 with MicroPython programming language. What I have is an MP3 Player module from Gorillacell ESP32 development kit.


Read more 049 - MicroPython TechNotes: MP3 Player

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

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