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.

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… 

wifi binary thermometer

WiFi binary thermometer

We will implement a decorative WiFi binary thermometer, using WS2812b LEDs and an ESP32. Temperature in degrees Celsius will be shown in binary format in six RGB addressable LEDs.

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”.

esp32-c3 fritzenlab

Cellphone notifications with ESP32

Have you even wanted to send Cellphone notifications with ESP32? then this post is for you. We will implement a push notifications system that allows ESP32 to send data to your phone

veml6040 on a breadboard with esp32-c3

VEML6040 RGB light sensor

This post is all about the VEML6040 RGB light sensor, a sensor capable of detecting colors and light level. We are using ESP32-C3 with it