Can I Play Video on ESP32 and the ILI9341 TFT LCD Display?

preview_player
Показать описание
Can I Play Video on ESP32 and the ILI9341 TFT LCD Display?
Previously we learned how to use SPIFFS on the ESP32 to store audio and video files. We tested a few example sketches. But the sound output was terrible. In this video we try a different amplifier. We also learn how to use FFmpeg to convert our video to MP3 audio and MJPEG video files. Now the moment of truth. Will it all work?
ESP32 and ILI9341 Video SPIFFS Example Sketches
ESP32 and SPIFFS Step By Step
Getting Started with ESP32 and the ILI9341 TFT LCD Display
BtbN / FFmpeg-Builds
Teyleten Robot 5128 Amplifier Board 5W Class D Digital Amplifier
Dweii 4PCS 3 Watt 8 Ohm Single Cavity Mini Speaker
Рекомендации по теме
Комментарии
Автор

keep up the good work, i sure need that

softart
Автор

Thanks for sharing have a great
Content

jrosealmendras
Автор

Do you know what specifally about your previous i2s audio amp caused the issue? I'm planning on using another chip and want to avoid any unecessary difficulty.

phill__
Автор

I really appreciate you helping to debug the sample code to get the ILI9341and audio working. Due to the careless errors in the original source, you might try other reliable sources as suggested by ytfp Chris. Thanks again

schlussler
Автор

Have you made any progress on this? I'm currently running into the exact same issues with the SD card and halfway video playback with a ST7789 320x240. Thanks!

hieuhoang
Автор

Can i use my tft ST7735 for the same with just changes in library? Or are there more changes that i will be required to do?

KartikeySaini-lrpt
Автор

Hello, thank you for this. Hope you can help me out since I have very minimal knowledge in programming. Is there a way where I can program the TFT display to loop a 5 second video when I open it? (no audio needed) Also, can I power the TFT display via a battery instead of plugging it in? Thank you so much.

trish
Автор

I think you have too much running on core 0 possibly. Put audio on core 1. Maybe a new approach. Maybe @ThatProject video 2TOVohmUqOE looks much more successful.

ytfp