Skip to content
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 live counter.

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

true random number generator esp32

Generate random numbers with ESP32

Have you ever needed to generate random numbers with ESP32? then this post is for you. We will use ESP32’s built in capabilities to create random number.