DofBot
DofBot
  • 162
  • 173 061
FM radio GUI interface using ESP32 and a 3 5 inch TFT touchscreen display ILI9488 with LVGL
To build an FM radio GUI interface using ESP32 and a 3.5-inch TFT touchscreen display (ILI9488) with LVGL (Light and Versatile Graphics Library) and Bodmer's TFT_eSPI Arduino library, we will create two distinct screens:FM Frequency and Volume Control Screen: This screen allows you to tune into FM frequencies and adjust the volume.Audio Equalizer Screen: This the screen offers control over the frequency range (0 to 20 kHz) and the balance between left and right audio channelsThe FM radio module isn't included in this guide, but the GUI setup, control logic, and screen transitions will be outlined. This guide assumes you're using the TFT_eSPI library to interface with the TFT display and LVGL to manage the graphical interface.
www.dofbot.com/post/fm-radio-gui-interface-using-esp32-and-a-3-5-inch-tft-touchscreen-display-ili9488-with-lvgl
มุมมอง: 146

วีดีโอ

Gauge LVGL GUI with ESP32 and 3 5inch TFT Display
มุมมอง 1.1K21 วันที่ผ่านมา
Creating a demo Gauge GUI for an ESP32 and a 3.5-inch TFT display can be an exciting project! Below is a high-level overview of how to set up your project, including the necessary components, libraries, and a basic example of how to structure your code.Here to used the ESP32 board based 3.5inch touch display ILI9488 using the LVGL (Light and Versatile Graphics Library) and Bodmer's TFT_eSPI ard...
Speedometer Gauge with ESP32 and 3 5inch TFT display
มุมมอง 361หลายเดือนก่อน
Creating a demo GUI for a Speedometer gauge for car using an ESP32 and a 3.5-inch TFT display can be an exciting project! Below is a high-level overview of how to set up your project, including the necessary components, libraries, and a basic example of how to structure your code. Here to used the ESP32 board based 3.5inch touch display ILI9488 using the LVGL (Light and Versatile Graphics Libra...
Speed and RPM Gauge with ESP32 and 3 5inch TFT display
มุมมอง 1.1Kหลายเดือนก่อน
Creating a demo GUI for an Speed and RPM using an ESP32 and a 3.5-inch TFT display can be an exciting project! Below is a high-level overview of how to set up your project, including the necessary components, libraries, and a basic example of how to structure your code. Here to used the ESP32 board based 3.5inch touch display ILI9488 using the LVGL (Light and Versatile Graphics Library) and Bod...
eBike demo GUI with ESP32 and 3 5inch TFT display
มุมมอง 685หลายเดือนก่อน
Creating a demo GUI for an eBike using an ESP32 and a 3.5-inch TFT display can be an exciting project! Below is a high-level overview of how to set up your project, including the necessary components, libraries, and a basic example of how to structure your code. www.dofbot.com/post/ebike-demo-gui-with-esp32-and-3-5inch-tft-display
1 28inch GC9A01 Round LCD with ESP32 LVGL UI
มุมมอง 4802 หลายเดือนก่อน
Here to learn to create a 240x240 pixel GC9A01 Round LCD display using an ESP32 with the LVGL library and Bodmer's TFT_eSPI library, enabling interactive UIs for your projects. The LVGL Light and Versatile Graphics Library) is a popular free and open-source embedded graphics library to create UIs for Embedded boards.In this Setting up LVGL (Light and Versatile Graphics Library) on an ESP32 with...
ESP32 3 5inch TFT Touch display ILI9488 with LVGL UI
มุมมอง 1.1K2 หลายเดือนก่อน
Here to learn how to make a ESP32 board based 3.5inch touch display ILI9488 using the LVGL (Light and Versatile Graphics Library) and Bodmer's TFT_eSPI arduino Library. The LVGL is a popular free and open-source embedded graphics library to create UIs for arduino. In this Setting up LVGL (Light and Versatile Graphics Library) on an ESP32 with a TFT LCD touchscreen display ILI9488 is a great way...
ESP32 Web Image Controlled Servo Motor
มุมมอง 964 หลายเดือนก่อน
In this tutorial to create a project where you control a servo motor angle from 0 to 180 degrees using a web interface with an image that rotates based on mouse clicks, you’ll use WebSocket communication to send angle coordinates to the ESP32, which will then adjust the servo motor accordingly. Below is a detailed guide to help you build this project.
ESP32 Interface Simcom A7670C 4G LTE AT Command, Call, Read SMS and Send SMS
มุมมอง 1.2K4 หลายเดือนก่อน
In this tutorial, you'll learn how to use Simcom 7670C 4G LTE Module, An Integrating the SIM7670C 4G LTE module with an ESP32 and using AT commands to make calls and send / receive SMS is a powerful way to leverage cellular connectivity in your projects. www.dofbot.com/post/esp32-interface-simcom-a7670c-4g-lte-at-command-call-read-sms-and-send-sms
ESP32 Rotary Encoder LED Control with 7segment Display
มุมมอง 1324 หลายเดือนก่อน
In this tutorial, you'll learn how to control an LED using a rotary encoder and display the status on a Max7912 8-digit 7-segment display with an ESP32. We’ll go through the steps to connect the hardware, write the code, and control the LED based on rotary encoder input. Let's break it down. www.dofbot.com/post/esp32-rotary-encoder-led-control-with-7segment-display
ESP32 Web Server with DS18B20 and Max7912 7segment display Interface
มุมมอง 1104 หลายเดือนก่อน
In this tutorial, we will learn how to create a temperature monitor using the DS18B20 digital temperature sensor, an ESP32 web server, and a MAX7912 8-digit 7-segment display. The ESP32 will be used to host a web server that presents temperature readings directly on a webpage, which can be accessed through any standard web browser. The DS18B20 sensor will provide temperature data, and the MAX79...
ESP32 WiFi Controlled Home Automation and An Android
มุมมอง 1115 หลายเดือนก่อน
In this tutorial, I 'll Publish how to controlling LED On/Off using web server over WiFi using ESP32 and android application. An Android application using the MIT app inventor that allows you to control the ESP32 GPIO pins and digital read the GPIO pins status. www.dofbot.com/post/esp32-wifi-controlled-home-automation-and-android
ESP32 Web Server Real Time ADC with MIT app inventor
มุมมอง 1.6K5 หลายเดือนก่อน
In this tutorial, I 'll Published how to read the analog value using web server and MIT app inventor over WiFi using ESP32 development board. In this project an angular gauge display using canvas method and real time graph using the Chart 2D are applied. The ADC value is printed in local webpage and web string input to android application for display and graph purpose. A pot is connected power ...
Home automation ESP32 and 3.5inch TFT touch display
มุมมอง 1.5Kปีที่แล้ว
In this tutorial to learn the home automation project using ESP32, TFT 3.5 inch touch screen Display. Using this project is replacement for the manual switch and you can easily on/off the home appliances like Lights, Fans, AC, TV, etc. Here we used the 4 channel relay board for controlling the 4 devices. Refer blog: www.dofbot.com/post/home-automation-esp32-and-tft-touch-display
ESP32 Internet Weather with 3 5inch TFT Display
มุมมอง 4.5Kปีที่แล้ว
Here to learn how to make an IOT based internet weather station with TFT Display. The ESP32 can access the internet and gets weather data from www.openweathermap.org that provide Free/Paid weather information for many cities over the world. In this project to show how to get weather data from the internet and print TFT display. www.dofbot.com/post/esp32-internet-weather-with-3-5inch-tft-display
ESP32 DHT Weather Monitor with 3.5inch TFT touch Display
มุมมอง 1.1Kปีที่แล้ว
ESP32 DHT Weather Monitor with 3.5inch TFT touch Display
ESP8266 Web server Controlled 8x8 Dot LED Matrix and Scroll
มุมมอง 1Kปีที่แล้ว
ESP8266 Web server Controlled 8x8 Dot LED Matrix and Scroll
NodeMCU Based Water Level Controller with EEPROM
มุมมอง 625ปีที่แล้ว
NodeMCU Based Water Level Controller with EEPROM
Node MCU Web Server Controlled Servo Motor Using Angular Slider
มุมมอง 7772 ปีที่แล้ว
Node MCU Web Server Controlled Servo Motor Using Angular Slider
ESP8266 Web Server Based LM35 Temperature Data Logger
มุมมอง 1.7K2 ปีที่แล้ว
ESP8266 Web Server Based LM35 Temperature Data Logger
ESP8266 Webserver based Thermometer using DS18B20 and Fusion charts
มุมมอง 6052 ปีที่แล้ว
ESP8266 Webserver based Thermometer using DS18B20 and Fusion charts
ESP8266 12E Node MCU ADC with Pot Interface
มุมมอง 2212 ปีที่แล้ว
ESP8266 12E Node MCU ADC with Pot Interface
ESP8266 DHT11 Weather Monitor with OLED and Google Gauge
มุมมอง 6222 ปีที่แล้ว
ESP8266 DHT11 Weather Monitor with OLED and Google Gauge
Web Server Based Temperature Controller with EEPROM and Auto&Manual Mode
มุมมอง 2982 ปีที่แล้ว
Web Server Based Temperature Controller with EEPROM and Auto&Manual Mode
NodeMCU World Clock
มุมมอง 2242 ปีที่แล้ว
NodeMCU World Clock
NodeMCU Web Server Controlled Relay with OLED
มุมมอง 3532 ปีที่แล้ว
NodeMCU Web Server Controlled Relay with OLED
Internet Weather Forecast
มุมมอง 1902 ปีที่แล้ว
Internet Weather Forecast
Internet Weather Station
มุมมอง 1552 ปีที่แล้ว
Internet Weather Station
RSSI Monitor with OLED and real time chart
มุมมอง 1062 ปีที่แล้ว
RSSI Monitor with OLED and real time chart
APDS 9960 Gesture, Proximity, RGB color sensor module interface with Voice
มุมมอง 4062 ปีที่แล้ว
APDS 9960 Gesture, Proximity, RGB color sensor module interface with Voice