I create here an ESP32-C6 temperature display with DHT11 and TM1637. It is a 4-digit 7-segment temperature display
Do you know the DFRobot Beetle ESP32-C3 board? it is a small neat little WiFi-capable board that has a lot of power to it
Learn how to use a SD card with ESP32-C6 and Arduino, using the Arduino official library and my own dev board (details in the post)
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 study ESP32 interrupts in Arduino IDE, both the hardware one (digital input) and the timer one (internal timer)
The HW-006 optical line tracker sensor is an optical assembly used to track lines, mainly for small competition vehicles
We will see how to control the hobby servo motor SG90 with ESP32-C6, by using a library called Servo.h. Simple way of controlling a servo
I will show you how to get using the ESP32-C6 with CircuitPython, flashing the bin file to make it work. We will use an Espressif software
We are going to study the technology of Soil moisture sensing using ESP32-S2 and sending data to Thingspeak
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
Let’s give a update on developing a circuit board – ESP32-C6 WiFi. It may feature sensors (DHT11 and LM35) and a WS2812 LED
See the process to develop a circuit board for the ESP32-C6 with some sensors onboard, like the LM35, DHT11 and also a LED WS2812
Let’s connect and learn how to use the DHT11 temperature sensor with ESP32-S2 Franzininho. It is a one-wire temperature and humidity sensor
See how to use a BMP280 temperature sensor with ESP32-S2 Franzininho WiFi, via i2c communication protocol. Measuring temperature and atmospheric pressure.
We are going to get to know the DS18b20 temperature sensor with ESP32-S2 Franzininho WiFi, a sensor that communicates with the microcontroller via one wire
Let’s see how to use ESP32-S2 to publish in the cloud using Thingspeak; we will send the ESP32-S2 internal temperature sensor to it
Come with me to learn how to use the ESP32-S2 internal temperature sensor, with the Arduino IDE and printing on a serial monitor
Learn how to program a board based on ESP32-S2 Franzininho with Arduino IDE, doing both the blink LED and Wi-Fi server examples
Learn how to use the Franzininho Wi-Fi, an educational board based on the ESP-S2, programmed in micropython