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

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!