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 discussed how to use an Analog Touch Sensor module which is interface to ESP32 with MicroPython programming language.
Analog Touch Sensor module of Gorillacell ESP32 development kit provides a 4 touch sensor input in a single pin.
In this article, I will discuss how you can use a GPS module with ESP32 using MicroPython.
GPS is an acronym which stands for Global Positioning System. With the help of GPS, we can determine our location called coordinates which is mainly composed of the latitude, the longitude, and the altitude.
In this article, I will demonstrate how to use an RFID module such as the MFRC522 with ESP32 using MicroPython programming language.
In this article, I will tackle how you can use an RF433 transceiver modules with ESP32 using MicroPython.
RF433 transmitter and receiver modules uses a radio frequency of 433 MHz which is under the Industrial, Scientific, and Medical bandwidth or ISM band for short.
In this article, I will tackle how you can use an Infrared transmitter module with ESP32 using MicroPython. GorillaCell Infrared Transmitter module from GorillaCell ESP32 development kits uses an infrared … Read More
In this article, I will tackle how you can use an Infrared receiver module with ESP32 using MicroPython. GorillaCell Infrared Receiver module from GorillaCell ESP32 development kits uses a VS1838 photodiode infrared receiver. It is low cost and easy to use.