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

Tag: MicroPython project

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

035 - MicroPython TechNotes: Dual Motor Driver

George Bantique May 15, 2021 1 Comment

In this article, we will talk about the Dual Motor Driver with ESP32 using MicroPython. With Dual Motor Driver module, you can drive 2 or 4 pieces of DC motor with the ability to rotate the motor in clock-wise and counter-clockwise direction which is commonly found on remote control toy car and on robots.


Read more 035 - MicroPython TechNotes: Dual Motor Driver