How to test thyristor and triac
Let’s dive into and see how to teste thyristor and triac using a power supply, some resistors and LEDs. Multimeter is optional
Let’s dive into and see how to teste thyristor and triac using a power supply, some resistors and LEDs. Multimeter is optional
I will show you how to implement an Algorithm to LED blink with microPython, using the Raspberry Pi Pico 2 and Thonny IDE.
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.
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 us program random blinking lights with ESP32, using the Arduino random() function and two 5mm LEDs. ESP32-C6 and Arduino IDE.
I just created and Indoor weather station with MQTT, V2 with ESP32, ENS160 and BME280. Programmed with Arduino code and using Adafruit.io
Learn how to control buttons and LEDs with microPython, not using any delay (time.sleep()), making non-blocking code Raspberry wit Pi Pico 2
I will teach you how to implement a GPS tracking with ESP32-C6, using softSerial and showing data on Arduino IDE’s serial monitor
Let’s get to making a RGB light box with Arduino, using WS2812b neopixels and Arduino Pro mini, battery powered
Let me show you how I made a blinking commemorative keychain, made of PCB and a simple oscillator circuit (3 components)
Today we are going to talk about the ultrasonic distance sensor HC-SR04 with ESP32, a neat little sensor used to measure distances