049 – MicroPython TechNotes: MP3 Player
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.
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.
In this article, I will talk about SERVO MOTOR with ESP32 using MicroPython.
In this article, we will learn on how to use the 8×8 Dot Matrix display with an I2C communication interface using the MicroPython language.
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.
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.
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.
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.