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

Tag: ESP8266

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

045 - MicroPython TechNotes: Infrared Transmitter

George Bantique September 13, 2021 4 Comments

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 transmitter LED. It is low cost and easy to use. BILL OF MATERIALS ESP32 development board. Gorillacell ESP32 shield. 3-pin female-female dupont wires. Gorillacell Infrared […]


Read more 045 - MicroPython TechNotes: Infrared Transmitter

044 - MicroPython TechNotes: Infrared Receiver

George Bantique August 23, 2021 No Comments

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.


Read more 044 - MicroPython TechNotes: Infrared Receiver