Search found 75 matches
- Mon Oct 14, 2024 9:33 pm
- Forum: Sample Code
- Topic: ESP32S3 LVGL SquareLine Studio Animation Design
- Replies: 0
- Views: 1519
ESP32S3 LVGL SquareLine Studio Animation Design
https://youtu.be/f-f3m9twZU8 Hi ESP-IDF Community, In this tutorial, ESP32-S3 microcontroller can power smooth, high-frame-rate animations on a parallel TFT screen? Using the LVGL library and Square Line Studio, creating stunning graphical user interfaces (GUIs) has never been easier. In this tutor...
- Sun Sep 29, 2024 12:37 pm
- Forum: Sample Code
- Topic: ESP32S3 HDC1080 Humidity and Temperature Sensor
- Replies: 0
- Views: 1571
ESP32S3 HDC1080 Humidity and Temperature Sensor
https://youtu.be/_COrWrPWUgU In this tutorial, we build a complete indoor environment monitoring device by interfacing the HDC1080 temperature and humidity sensor alongside the SGP40 air quality sensor, both running on the same I2C bus. We'll walk through the sensor driver integration with the ESP3...
- Mon Aug 19, 2024 6:38 pm
- Forum: Sample Code
- Topic: ESP32S3 SGP40 Air Quality Sensor
- Replies: 1
- Views: 3499
ESP32S3 SGP40 Air Quality Sensor
https://youtu.be/_cIWVNCPDKA In this video we are going to use SGP40 air quality sensor and interface it over I2C using ESP32S3 Micro controller which is driving 2.8 inch TFT display over parallel interface. The dual core MCU that we are using reads the sensor data processes it using sensirion algo...
- Mon Feb 26, 2024 9:01 pm
- Forum: Sample Code
- Topic: ESP32 OLED SSD1306 LVGL Embedded UI Design
- Replies: 0
- Views: 10469
ESP32 OLED SSD1306 LVGL Embedded UI Design
https://youtu.be/B1RGfUwY2Jo In this tutorial, ESP32 microcontroller is used to interface OLED display with SSD1306 controller over I2C bus for frame data transfer at 400KHz speed. LVGL library is integrated for nicely looking UI design on monochrome OLED display, simple animations is also run as s...
- Sun Dec 03, 2023 10:17 am
- Forum: Sample Code
- Topic: ESP32S3 THMI Board Interfacing RYUW122 UWB Module
- Replies: 0
- Views: 23497
ESP32S3 THMI Board Interfacing RYUW122 UWB Module
https://youtu.be/anwFOHaNnUQ In this tutorial, ESP32S3 micro-controller is used to interface RYUW122 UWB module from REYAX over UART with AT commands and a 2.8 Inch TFT display over I80 parallel interface and LVGL utilized for nicely looking user interface design. In the used set up, 2 UWM module a...
- Sun Aug 06, 2023 8:20 pm
- Forum: Sample Code
- Topic: ESP32S3 HLK-LD1125H Human Presence Sensor
- Replies: 1
- Views: 28896
ESP32S3 HLK-LD1125H Human Presence Sensor
https://youtu.be/RXj-JX6W-YE In this tutorial, ESP32S3 MCU is programmed to show Human Presence Radar data that is received over UART on GC9A01 round display that is driven over SPI. The human presence radar continuously sends detected object distance and its movement type. the MCU takes the data c...
- Sun Jul 16, 2023 4:20 pm
- Forum: Sample Code
- Topic: ESP32 Lilygo T5 Board e-Paper Interface with Cale IDF
- Replies: 0
- Views: 24219
ESP32 Lilygo T5 Board e-Paper Interface with Cale IDF
https://youtu.be/7Sal9Ii7H2U In this tutorial, I am sharing Cale-IDF library that is used to let ESP32 interface e-Paper over SPI and connect at the same time to cale.es web server to derive display frame data. The firmware is designed to manage the e-Paper and let the ESP32 enter deep sleep mode t...
- Fri Jun 09, 2023 8:37 pm
- Forum: Sample Code
- Topic: ESP32C2 RYLR993 LoRaWAN Communication
- Replies: 0
- Views: 6321
ESP32C2 RYLR993 LoRaWAN Communication
https://youtu.be/zhOi7GMKKLE Hello, In this tutorial, I have built a simple system that is powered with 1 W 5 V solar panel that monitors the connected battery voltage with ADC and gets the environment temperature and shares this information with the thing network over LoRaWAN. The system also supp...
- Sun Mar 12, 2023 6:25 pm
- Forum: General Discussion
- Topic: ESP8684 Terminal output baudrate error
- Replies: 4
- Views: 4638
Re: ESP8684 Terminal output baudrate error
Hi ESP_Sprite, Yes you are right. I have changed to XTal option to 26MHz and every thing worked properly. I didn't know that there is a such option. Thank you ESP_Sprite you saved my day. For anyone having the same problem: Component config -> Hardware Settings -> Main XTAL Config then you can switc...
- Sat Mar 11, 2023 8:21 pm
- Forum: General Discussion
- Topic: ESP8684 Terminal output baudrate error
- Replies: 4
- Views: 4638
Re: ESP8684 Terminal output baudrate error
Hello,
I am encountering the same problem with ESP32C2 but with a different module. Have you solved the problem ?
I could catch the board rate to be 75000 although it is set to be 115200 from the menuconfig.
is it a bug in the ESP-IDF v5.0?
I am encountering the same problem with ESP32C2 but with a different module. Have you solved the problem ?
I could catch the board rate to be 75000 although it is set to be 115200 from the menuconfig.
is it a bug in the ESP-IDF v5.0?