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

Author: George Bantique

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

048 – MicroPython TechNotes: Analog Touch Sensor

George Bantique October 6, 2021 No Comments

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.


Read more 048 – MicroPython TechNotes: Analog Touch Sensor

047 – MicroPython TechNotes: E108 GPS

George Bantique September 29, 2021 1 Comment

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.


Read more 047 – MicroPython TechNotes: E108 GPS

046 – MicroPython TechNotes: RF433 Transceivers

George Bantique September 18, 2021 No Comments

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.


Read more 046 – MicroPython TechNotes: RF433 Transceivers