This tutorial explains how to get started with the FAT file system on the ESP32, running the Arduino core.
For a written version of this tutorial with all the code and detailed procedure, please check here:
https://techtutorialsx.com/2018/10/06...
Important: The partitions changing procedure was needed at the time this video was recorded. Nonetheless, it's possible that in the future, the Arduino core is update to have other configuration that includes a partition for a FAT file system. If your default partition schema file already has a partition for the FAT file system, please ignore that part of the video.
DFrobot ESP32 Firebeetle board:
https://www.dfrobot.com/product-1590....
Arduino core partition schemas path:
Arduino\hardware\espressif\esp32\tools\partitions
Related Written tutorial for the FAT file system:
Writing content to file: https://techtutorialsx.com/2018/10/06...
SPIFFS file system written tutorials:
Writing a file: https://techtutorialsx.com/2018/08/05...
Reading a file: https://techtutorialsx.com/2018/08/05...
Append content: https://techtutorialsx.com/2018/08/13...
Serving JQuery from file system in HTTP web server:
Arduino IDE file upload plugin: https://techtutorialsx.com/2018/09/11...
https://techtutorialsx.com/2018/08/24...
A lot of written ESP32 tutorials at my blog:
https://techtutorialsx.com/category/e...