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.

042 – MicroPython TechNotes: JDY-32 | Bluetooth Low Energy BLE

In this article, I will show you on how we can use a Bluetooth Low Energy module with ESP32 using MicroPython. Bluetooth modules are useful for controlling applications such as in robotics or for displaying sensor values in IOT projects. BLE stands for Bluetooth Low Energy. It provides low power consumption because it stays in sleep mode most of the time.