Comments on: ESP32 Web Server using SPIFFS (SPI Flash File System) https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 07 Apr 2025 09:21:20 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-1024357 Mon, 07 Apr 2025 09:21:20 +0000 https://randomnerdtutorials.com/?p=75782#comment-1024357 In reply to Amos S.

Hi.
We already updated our instructions in most tutorials to use the latest forked versions. They are working as expected without the need to modify the code. So, you can either use the oldest or the newest versions.
It seems we missed updating this tutorial. We’ll do it soon.

Thanks for letting us know.

Regards,
Sara

]]>
By: Amos S https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-1024317 Mon, 07 Apr 2025 05:27:12 +0000 https://randomnerdtutorials.com/?p=75782#comment-1024317 Hi, everyone. Just to let others know about recent changes about the libraries used in this project.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Project moved to ESP32Async organization at, https://github.com/ESP32Async/ESPAsyncWebServer
Also,
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Project moved to ESP32Async organisation at https://github.com/ESP32Async/AsyncTCP

This has been updated;
https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/tag/1.1

I used the libraries as linked and described in this project. It all worked just fine.
I’m using Arduino IDE version 1.8.19, with the latest board revisions.

I did not download and install the newer library versions.

Kind Regards

]]>
By: bill.i.am https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-988295 Mon, 02 Dec 2024 16:21:31 +0000 https://randomnerdtutorials.com/?p=75782#comment-988295 In reply to Robert Zorgdrager.

I had a similar issue with Safari 18

https://github.com/me-no-dev/ESPAsyncWebServer/pull/1436

]]>
By: Robert Zorgdrager https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-965121 Wed, 02 Oct 2024 21:16:46 +0000 https://randomnerdtutorials.com/?p=75782#comment-965121 Hi Sara,

Thank you for all the great tutorials.
I made a ESP32 program using several of your tutorials (ESPAsyncWebServer, SPIFFS, OTA, EEPROM, MAX6675, Pushover en several more.
After tweaking en testing all working fine.

After updating my Iphone to IOS18 I have a problem with ESPAsyncWebServer using SPIFFS. The page cannot load, “Error: Can not parse response”.

This is only on Safari18 (previous safari’s works fine).
Safari18 can load the site from an other webserver.
Other browser (google chrome) works fine on IOS18.
Safari on Mac works fine.
Checked all the Safari settings.
I can acces image files from SPIFFS.
create a new blanco website html and have same problem.
problem is in AP and Client Wifi mode the same.
tried the example you provided, same problem.

I think this have to do somthing with redirecting/routing from the website of the SPIFFS to the safari browser.

Do you have any idea where this safari problem come from?
Can you check this yourself?
If you need any info i’m more then happy to provide it.

Thank you in advance, you’r my hero already doing all this tutorials….

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-891120 Wed, 14 Feb 2024 11:34:31 +0000 https://randomnerdtutorials.com/?p=75782#comment-891120 In reply to Jestrix.

Hi.
Take a look at this tutorial: https://randomnerdtutorials.com/esp32-static-fixed-ip-address-arduino-ide/
Regards,
Sara

]]>
By: Jestrix https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-890937 Wed, 14 Feb 2024 00:27:36 +0000 https://randomnerdtutorials.com/?p=75782#comment-890937 i love you <3
this is so awesome
it works !!! 😀
thank you so much
changed it in many ways

i use it in Audio Spectrum Visualyzer Project to change Preofiles Colors Settings &&&
now in a second Project to Change Colors for a Nebular Projector ^^

1 question:
can i change the adress that i dont type a IP-adress in the browser?
sometimes it changes the IP , i know it can be fixed but i like to type a “String adress” if possible^^
can i change it to a constant adress like idk

…”espadress.something”
“projector.xy”

Thank youuuu <3

]]>
By: osman https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-886099 Thu, 25 Jan 2024 13:54:05 +0000 https://randomnerdtutorials.com/?p=75782#comment-886099 Can I use the spiffs file system for external SPI memory? If yes, please direct me for a sample work.

]]>
By: Rossano https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-881118 Sun, 31 Dec 2023 08:36:34 +0000 https://randomnerdtutorials.com/?p=75782#comment-881118 In reply to Rossano.

I’m sorry, now I see I excluded instrucrion SPIFFS.begin! Now all is ok like the original sketch.
Many thanks for all, happy new year and best regards

Bye Rossano

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-880981 Sat, 30 Dec 2023 11:23:14 +0000 https://randomnerdtutorials.com/?p=75782#comment-880981 In reply to Rossano.

Hi.
I’m not sure.
You need to provide more details to trying to figure out what might be wrong.
Regards,
Sara

]]>
By: Francis Justa https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/#comment-880871 Fri, 29 Dec 2023 21:01:30 +0000 https://randomnerdtutorials.com/?p=75782#comment-880871 In reply to Franklin.

Put %% instead of %.

]]>