Skip to content
pressing hardware interrupt button

ESP32 hardware interrupt the easy way

Using the ESP32 hardware interrupt is a piece of cake, given you know the right commands to use. Let us dive into that and learn how to harness hardware interrupts the right way.

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.

four temperature sensors comparison

Which temperature sensor to pick?

Today’s post will be all about temperature sensor comparison. I have picked four different ones to show you how they behave and function. We will learn how to interface them to Arduino UNO and ESP32.

e-paper display with ESP32

Amazing gadget with ESP32

Let us make an e-paper display gadget with ESP32 and Arduino code. It will feature a SHT21 temperature and humidity sensor and currency conversion (you pick which one). Also there will be an Youtube subscriber… 

ESP32 and push button on a breadboard

One button Arduino game

In this post we will implement an one button Arduino game, using exactly one button, one ESP32 and Arduino IDE. The ideia is to implement a game that I call “one second game”.