Let’s get to know the HDC1080 temperature and humidity sensor, an integrated sensor made by Texas Instruments, communicates via i2c
Let’s dive in and learn how to power Arduino and ESP32 with batteries, using a few Aliexpress modules on the way. All safe and sound.
Let’s get controlling a 16×2 LCD display with ESP32, using the Arduino IDE and a simple library. It can control various sizes of displays.
Today I will show you how to write code and test the SGP40 air quality sensor with ESP32 and Arduino code. It needs a companion SHT21
Let’s study the human eye light level sensor BH1750, a sensor capable of sensing between 1 and 65535 Lux via i2c
I am showing you how to implement a binary clock with ESP32 and API, getting hour and minute from the internet and showing in LEDs
Let’s get to making a RGB light box with Arduino, using WS2812b neopixels and Arduino Pro mini, battery powered
Let’s learn how to use the APDS9900 cellphone presence sensor, a light and presence sensor by Broadcom for cellphones
I’m implementing a full electronic dice with Raspberry Pi Pico 2, using the random() function of the Arduino IDE and LEDs
We are going to implement code for using the HTU21D temperature sensor with ESP32. This is an i2c temperature and humidity sensor.
Let’s dive in and learn how to use the LM35 temperature sensor with ESP32, using a single analog input and a bit of simple code.
Today we are going to talk about the ultrasonic distance sensor HC-SR04 with ESP32, a neat little sensor used to measure distances
We will learn how to use the GY-50 L3G4200D gyroscope with ESP32, a component made by ST semiconductor to measure angular velocity
Let’s learn how to use the 2.9″ E-paper display from WeAct, an epaper display with which you can do a lot of cool stuff
Comprehend and see how to use a K type thermocouple with MAX6675, programming an Arduino UNO to show temperature value on serial monitor
We will learn how to use the Ws2812b addressable RGB LED with ESP32-C6, a light emitting diode chip which can do many RGB colors
Let’s implement code for the encoder ky-040 soft library – without interrupts, just an if that enters the reading every 5ms
Let’s do a LED display clock and thermometer with DS1307 and TM1637 (a RTC real time clock and a 4-digit LED display) with Arduino UNO
We are going to get to know the real time clock RTC DS1307 chip with Arduino code, adjusting and reading time and date
We are going to study the GC9A01A round LCD 240×240 display, a neat little round color display programmable with Arduino