ESP32-HUB75-MatrixPanel-DMA icon indicating copy to clipboard operation
ESP32-HUB75-MatrixPanel-DMA copied to clipboard

Send gif file to esp32 through wifi or bluetooth

Open davemaster opened this issue 1 year ago • 1 comments

Greetings,

Is there a way to send a gif file from a smartphone and save it to the sd card, so it can be shown in the rgb panel? any clue?

Thanks in advance

davemaster avatar Sep 15 '22 18:09 davemaster

check this on github ESPAsync_WiFiManager, it contains a web file manager which you can upload gif to esp32 onboard flash, probably you can code to write the file to sd card pretty sure there are other library where you can have a web server to upload your gif

Or cotestatnt/esp-fs-webserver

lols avatar Sep 22 '22 13:09 lols