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

Series: MicroPython TechNotes

038 - MicroPython TechNotes: Buzzer

George Bantique June 9, 2021 No Comments

In this article, we will talk about the BUZZER module with ESP32 using MicroPython. A BUZZER module is basically an electrical device that converts electrical signal into an audible audio signal or a sound that we can hear. Typical uses of Buzzer are in alarms, user audio feedback, or to provide some kind of melodies.


Read more 038 - MicroPython TechNotes: Buzzer

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