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.
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.
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.
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 128×64 pixels LCD display.
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.
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
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 will teach you how to create a home automation with ESP32 and Google Home, using Sinric service to turn an LED ON
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
I just created and Indoor weather station with MQTT, V2 with ESP32, ENS160 and BME280. Programmed with Arduino code and using Adafruit.io
Today’s post is all about the DFRobot’s ENS160 + BME280 Environmental Sensor, a bundle of two very nice weather sensors
Let’s learn how to read the BME680 environmental sensor with microPython, using an ESP32 and Thonny IDE. This is an environmental sensor by Bosch.
Let’s learn how to get configuring microPython on ESP32-C3 super mini, using a command line tool called “esptool” and Thonny IDE