Implementing if not the smallest thermometer but the simplest, featuring an NTC temperature sensor, two LEDs and one Attiny85 microcontroller. The post Smallest thermometer project with Attiny85 appeared first on FritzenLab electronics .
Today I will guide you into developing a Time and temperature gadget. It is a beautiful four digits display that shows temperature and time. The post Time and temperature gadget appeared first on FritzenLab electronics .
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. The post ESP32 hardware interrupt the easy way appeared first on FritzenLab electronics .
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. The post ESP32 timer interrupt the easy way appeared first on FritzenLab electronics .
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. The post Which temperature sensor to pick? appeared first on FritzenLab electronics .
TSAQM - The smallest air quality monitor. It is an Arduino gadget based on the Attiny85, which uses na AGS10 sensor to assess air quality. The post TSAQM The smallest air quality monitor appeared first on FritzenLab electronics .
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. The post Amazing gadget with ESP32 appeared first on FritzenLab electronics .
Have you ever had the need to use the BMP180 sensor with MicroPython? this post is for you. We will use a RP2350 microcontroller. The post BMP180 sensor with MicroPython appeared first on FritzenLab electronics .
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. The post WiFi binary thermometer appeared first on FritzenLab electronics .
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". The post One button Arduino game appeared first on FritzenLab electronics .
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. The post ESP32-C3 internal temperature sensor with Arduino appeared first on FritzenLab electronics .
Do you want to learn how to implement an Youtube subscribers counter with ESP32 and Arduino code? Number of subscribers will be shown on a 128x64 pixels LCD display. The post Youtube subscribers counter with ESP32 appeared first on FritzenLab electronics .
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. The post Control LED brightness the fancy way appeared first on FritzenLab electronics .
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. The post Generate random numbers with ESP32 appeared first on FritzenLab electronics .
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 The post Cellphone notifications with ESP32 appeared first on FritzenLab electronics .
I implemented an ESP32 reading sensors (weather station) and sending data to my Telegram APP. Using Arduino IDE and ESP32-C6. The post ESP32 sensors to Telegram appeared first on FritzenLab electronics .
Let us program random blinking lights with ESP32, using the Arduino random() function and two 5mm LEDs. ESP32-C6 and Arduino IDE. The post Random blinking lights with ESP32 appeared first on FritzenLab electronics .
Let's learn about ESP32 sending messages to Whatsapp, using Arduino IDE and a service called CallMeBot, free for personal use The post ESP32 sending messages to Whatsapp appeared first on FritzenLab electronics .
I made a Pomodoro timer with PIC12F675, using MPLAB X and XC8 compiler. It times between 15 and 60 minutes at the press fo a button. The post Useful Pomodoro timer with PIC12F675 appeared first on FritzenLab electronics .
Let's learn how to use the ESP32-C3 internal temperature sensor with microPython, using Thonny IDE and a breadboard The post ESP32-C3 internal temperature sensor with microPython appeared first on FritzenLab electronics .