048 – MicroPython TechNotes: Analog Touch Sensor

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.

047 – MicroPython TechNotes: E108 GPS

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.

046 – MicroPython TechNotes: RF433 Transceivers

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.

045 – MicroPython TechNotes: Infrared Transmitter

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

044 – MicroPython TechNotes: Infrared Receiver

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.