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

Tag: MicroPython tutorials

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

024 - MicroPython TechNotes: Slider Switch

George Bantique March 30, 2021 1 Comment

In this article, we will learn how to use Slider Switch with ESP32 using MicroPython programming language. A slider switch is basically a variable resistor that changes resistance according to slider wiper position. With that knowledge, we can used MicroPython’s ADC function to interpret slider switch position.


Read more 024 - MicroPython TechNotes: Slider Switch