Minimalist USB thermometer with ESP32 – update 1
This is an update on the “minimalist USB thermometer with ESP32” project of mine. I have decided on the sensor and sent the pcb for fab
This is an update on the “minimalist USB thermometer with ESP32” project of mine. I have decided on the sensor and sent the pcb for fab
Let’s me show you the ESP32-C6 dev board – PCBWay partnership. They sent me 5 copies of this neat little board to test out
Let’s give a update on developing a circuit board – ESP32-C6 WiFi. It may feature sensors (DHT11 and LM35) and a WS2812 LED
Update on how to develop a circuit board with ESP32-C6, using Kicad and featuring sensors link DHT11 and LM35, also a LED RGB WS2812
We are going to implement code for using the HTU21D temperature sensor with ESP32. This is an i2c temperature and humidity sensor.
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.
I implemented an ESP32 reading sensors (weather station) and sending data to my Telegram APP. Using Arduino IDE and ESP32-C6.
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
I will teach you how to implement a GPS tracking with ESP32-C6, using softSerial and showing data on Arduino IDE’s serial monitor
Learn how to control a 7 segment LED display and ESP32-C6, to show numbers and letters. We will use a function to control it
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!
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
The idea is to create a currency converter display with ESP32, showing live conversion data in a OLED display with ESP32 and Arduino code
You can have analog input readings with ESP32, the code is simple and requires a single configuration, “analogReadResolution”. Let’s code!
Let’s dive into the content and get to know what is PWM and how to use it, using a ESP32-C6 as the controller to study it
Let’s dive into and get twot know the time-of-flight Laser distance sensor VL53L0x from ST semiconductors, with the WiFi chip ESP32-C6