Data File read from SD card via Web app GUI using ESP32

Thread Starter

lean345

Joined Apr 5, 2024
5
Hi, I'm facing issue related to file read from SD card module interfaced with ESP32. I just need a web GUI so I could download available file in the SD card. Please share your experience or guidance so I could overcome the problem.
I'm using ESP32-Wroom32 microcontroller and SD card module.
 

Dave Lowther

Joined Sep 8, 2016
263
Hi, I'm facing issue related to file read from SD card module interfaced with ESP32. I just need a web GUI so I could download available file in the SD card. Please share your experience or guidance so I could overcome the problem.
I'm using ESP32-Wroom32 microcontroller and SD card module.
It depends on how much you know about this kind of stuff already. Perhaps FTP would work, unless it must be a web UI. A good place to start is https://randomnerdtutorials.com/projects-esp32/
 
Top