ESP32 TFT with LVGL: Display Temperature on Line Chart (BME280)
In this guide, you’ll learn how to display temperature from the BME280 sensor on an ESP32 and a TFT display using LVGL (Light Versatile Graphics Library). You’ll learn how to …
In this guide, you’ll learn how to display temperature from the BME280 sensor on an ESP32 and a TFT display using LVGL (Light Versatile Graphics Library). You’ll learn how to …
In this guide, you’ll learn how to display temperature from the BME280 sensor on an ESP32 Cheap Yellow Display (CYD) using LVGL (Light Versatile Graphics Library). You’ll learn how to …
This article is a compilation of 20 free guides for different sensors, modules, and peripherals compatible with the Raspberry Pi Pico. Most guides cover programming the RPi Pico using MicroPython …
Learn how to interface the MFRC522 RFID reader module with the ESP8266 NodeMCU board. You’ll learn how to get raw RFID data, get the RFID card UID, and add personal …
Learn how to interface the MFRC522 RFID reader module with the ESP32 board. You’ll learn how to get raw RFID data, get the RFID card UID, and add personal data …
In this guide, you’ll learn how to get started with the ESP32 Cheap Yellow Display (and other compatible displays) using MicroPython. We’ll quickly introduce the board, and cover how to …
In this guide, you’ll learn how to turn your ESP32 and a TFT display into a GPS reader that displays the current location, altitude, speed, date, and time using LVGL …
In this project, you’ll learn how to turn your ESP32 Cheap Yellow Display (CYD) board into a GPS reader that displays the current location, altitude, speed, date, and time using …
In this guide, you’ll learn how to create a responsive table using LVGL with an ESP32 and a TFT display. We’ll display temperature, humidity, and pressure from the BME280 sensor, …
In this guide, you’ll learn how to create a responsive table using LVGL. We’ll display temperature, humidity, and pressure from the BME280 sensor, and luminosity from the LDR on the …
Learn how to interface the I2C LCD (Liquid Crystal Display) with the ESP32 and ESP8266 NodeMCU boards programmed with MicroPython. You’ll learn how to wire the display to the boards, …
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 …