CYD | Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 23 Jul 2025 14:16:48 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2018/03/n-favicon-2018.png?fit=16%2C16&quality=100&strip=all&ssl=1 CYD | Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 ESP32 CYD with ESP-NOW: Receive and Display Data From Multiple Boards https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/ https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/#comments Thu, 10 Jul 2025 13:23:01 +0000 https://randomnerdtutorials.com/?p=171725 In this project, you’ll learn how to use the ESP-NOW communication protocol with the ESP32 CYD Board (Cheap Yellow Display) to receive and display data from multiple ESP32 sender boards. ...

CONTINUE READING »

The post ESP32 CYD with ESP-NOW: Receive and Display Data From Multiple Boards first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/feed/ 12 171725
ESP32 TFT with LVGL: Display Temperature on Line Chart (BME280) https://randomnerdtutorials.com/esp32-tft-lvgl-line-chart/ https://randomnerdtutorials.com/esp32-tft-lvgl-line-chart/#respond Thu, 27 Feb 2025 14:36:58 +0000 https://randomnerdtutorials.com/?p=165008 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 ...

CONTINUE READING »

The post ESP32 TFT with LVGL: Display Temperature on Line Chart (BME280) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-tft-lvgl-line-chart/feed/ 0 165008
ESP32 CYD with LVGL: Display Temperature on Line Chart (BME280) https://randomnerdtutorials.com/esp32-cyd-lvgl-line-chart/ https://randomnerdtutorials.com/esp32-cyd-lvgl-line-chart/#comments Tue, 25 Feb 2025 14:02:28 +0000 https://randomnerdtutorials.com/?p=164489 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 ...

CONTINUE READING »

The post ESP32 CYD with LVGL: Display Temperature on Line Chart (BME280) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cyd-lvgl-line-chart/feed/ 11 164489
ESP32: Guide for DS1307 Real Time Clock (RTC) Module (Arduino IDE) https://randomnerdtutorials.com/esp32-ds1307-real-time-clock-rtc-arduino/ https://randomnerdtutorials.com/esp32-ds1307-real-time-clock-rtc-arduino/#comments Tue, 21 Jan 2025 16:54:20 +0000 https://randomnerdtutorials.com/?p=163891 Learn how to use the DS1307 Real Time Clock Module with the ESP32. We’ll cover how to set and read the time. You’ll learn to synchronize the time with the ...

CONTINUE READING »

The post ESP32: Guide for DS1307 Real Time Clock (RTC) Module (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-ds1307-real-time-clock-rtc-arduino/feed/ 15 163891
Year in Review 2024 – Random Nerd Tutorials https://randomnerdtutorials.com/year-in-review-2024/ https://randomnerdtutorials.com/year-in-review-2024/#comments Fri, 27 Dec 2024 14:30:57 +0000 https://randomnerdtutorials.com/?p=164661 We’re already reaching the end of 2024. It’s time to wrap up the year and set new goals for the next one. In this blog post, we’ll share a recap ...

CONTINUE READING »

The post Year in Review 2024 – Random Nerd Tutorials first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/year-in-review-2024/feed/ 30 164661
MicroPython: ESP32 Cheap Yellow Display Board – CYD (ESP32-2432S028R) https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/ https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comments Thu, 12 Dec 2024 13:51:25 +0000 https://randomnerdtutorials.com/?p=163176 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 ...

CONTINUE READING »

The post MicroPython: ESP32 Cheap Yellow Display Board – CYD (ESP32-2432S028R) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/feed/ 15 163176
ESP32 TFT with LVGL: Display GPS Location, Date, and Time https://randomnerdtutorials.com/esp32-tft-lvgl-gps-data/ https://randomnerdtutorials.com/esp32-tft-lvgl-gps-data/#comments Thu, 14 Nov 2024 12:26:18 +0000 https://randomnerdtutorials.com/?p=163170 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 ...

CONTINUE READING »

The post ESP32 TFT with LVGL: Display GPS Location, Date, and Time first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-tft-lvgl-gps-data/feed/ 14 163170
ESP32 CYD with LVGL: Display GPS Location, Date, and Time https://randomnerdtutorials.com/esp32-cyd-lvgl-gps-location/ https://randomnerdtutorials.com/esp32-cyd-lvgl-gps-location/#comments Tue, 12 Nov 2024 15:41:15 +0000 https://randomnerdtutorials.com/?p=163067 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 ...

CONTINUE READING »

The post ESP32 CYD with LVGL: Display GPS Location, Date, and Time first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cyd-lvgl-gps-location/feed/ 45 163067
ESP32 TFT with LVGL: Display BME280 Sensor Data on a Table https://randomnerdtutorials.com/esp32-tft-lvgl-display-bme280-data-table/ https://randomnerdtutorials.com/esp32-tft-lvgl-display-bme280-data-table/#comments Thu, 17 Oct 2024 14:03:57 +0000 https://randomnerdtutorials.com/?p=162314 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, ...

CONTINUE READING »

The post ESP32 TFT with LVGL: Display BME280 Sensor Data on a Table first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-tft-lvgl-display-bme280-data-table/feed/ 4 162314
ESP32 CYD with LVGL: Display BME280 Sensor Data on a Table https://randomnerdtutorials.com/esp32-cyd-lvgl-display-bme280-data-table/ https://randomnerdtutorials.com/esp32-cyd-lvgl-display-bme280-data-table/#comments Tue, 15 Oct 2024 18:36:45 +0000 https://randomnerdtutorials.com/?p=162190 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 ...

CONTINUE READING »

The post ESP32 CYD with LVGL: Display BME280 Sensor Data on a Table first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cyd-lvgl-display-bme280-data-table/feed/ 65 162190