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

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

George Bantique August 6, 2021 No Comments

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.


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

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