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.
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.
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.
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.
TSAQM – The smallest air quality monitor. It is an Arduino gadget based on the Attiny85, which uses na AGS10 sensor to assess air quality.
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…
Have you ever had the need to use the BMP180 sensor with MicroPython? this post is for you. We will use a RP2350 microcontroller.
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.
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 has an internal temperature sensor, readable via Arduino code. All you need is a bit of code and the Arduino IDE serial monitor.
Learn how to control the brightness of an LED with feedback from a sensor. It is called an LDR, light dependent resistor and brings control to your LED.
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.
Let’s learn how to use the ESP32-C3 internal temperature sensor with microPython, using Thonny IDE and a breadboard
Let’s dive into the world of external and timer interrupts with microPython, using Thonny IDE and Raspberry Pi Pico 2
I will teach you how to create a home automation with ESP32 and Google Home, using Sinric service to turn an LED ON
Let’s learn how to connect and use a LCD display with micropython, with the raspberry pi pico 2 and thonny ide. Sensor LM35
Get creating analog voltages with Arduino, using a low pass filter (resistor + capacitor) and PWM (code). microcontroller SAMD21
Let’s dive in an learn about functions for better Arduino code. These are useful and powerful structures in Arduino code
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
Let’s get to know the AS7341 RGB and IR light sensor, a complete sensor for light level and color detections, with ESP32-C3