Skip to content
oscilloscope showing LEDs blinking

ESP32 timer interrupt the easy way

Let’s dive in the ESP32 timer interrupt, a way of controlling your programs that is simple and straightforward. We will implement the blink of two LEDs independently, without one interfering on another.

arduino and buzzer with LDR

Good music with buzzer and LDR

Have you thought of making sounds with LDR and buzzer? this is exactly what we are doing in this post, so get ready to rock!

analog input reading potentiometer with ESP32

Analog input readings with ESP32

You can have analog input readings with ESP32, the code is simple and requires a single configuration, “analogReadResolution”. Let’s code!