ESP32 Timer Wake Up from Deep Sleep
This tutorial shows how to put the ESP32 in deep sleep mode and wake it up with a timer after a predetermined amount of time. The ESP32 will be programmed …
This tutorial shows how to put the ESP32 in deep sleep mode and wake it up with a timer after a predetermined amount of time. The ESP32 will be programmed …
The ESP32-S3 DevKitC is one of the most popular development boards with the ESP32-S3 chip. This chip comes with 45 pins and has a different pinout than the boards with …
In this project, you’ll learn how to build an ESP32 Wi-Fi remote controlled car robot step by step. You’ll control the robot using a web server to make the robot …
In this guide, you’ll learn how to turn your ESP32 and a TFT display into a weather station that displays weather description, temperature, humidity, and date. We’ll use the LVGL …
In this project, you’ll learn how to turn your ESP32 Cheap Yellow Display (CYD) board into a weather station that displays weather description, temperature, humidity, and date using LVGL (Light …
Learn how to interface the NEO-6M GPS module with the Raspberry Pi Pico to get GPS data: latitude, longitude, altitude, date, and time. We’ll show you how to connect the …
In this guide, you’ll learn how to send messages to WhatsApp with the Raspberry Pi Pico using a free API CallMeBot. This can be useful to receive notifications from your …
In this guide, you’ll learn how to turn your ESP32 and a TFT display into a digital clock that displays time and date. We’ll use the LVGL (Light Versatile Graphics …
In this guide, you’ll learn how to turn your ESP32 Cheap Yellow Display (CYD) board into a digital clock that displays time and date using LVGL (Light Versatile Graphics Library). …
Learn how to use the BME680 environmental sensor module with the Raspberry Pi Pico board programmed with MicroPython to get data about temperature, humidity, pressure, and gas (air quality). We’ll …
Get started with the BME680 environmental sensor module with the Raspberry Pi Pico board programmed with the Arduino IDE to get data about temperature, humidity, pressure, and gas (air quality). …
In this guide, you’ll learn how to process and load an image to be displayed on a TFT 2.8 inch ILI9341 240×320 with the ESP32 board using LVGL (Light Versatile …
In this guide, you’ll learn how to process and load an image to be displayed on the ESP32 Cheap Yellow Display (CYD) board using LVGL (Light Versatile Graphics Library). The …
In this guide, you’ll learn how to interface the NEO-6M GPS module with the ESP32 board programmed with MicroPython. You’ll learn how to get raw GPS data and how to …