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

Tag: esp32 micropython

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

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