Page 1 of 1

ESP32 WROVER

Posted: Mon Jul 24, 2023 8:47 pm
by kevinx
Hello Friends, I have two ESP32 one is Wemos Lolin32 Lite and the other is a Wrover Module, I am using the SPIFFS function and in the Wemos Lolin32 Lite it works without problems but in the Wrover that has more memory it shows me the following error:

"E (466) SPIFFS: spiffs partition could not be found"

I have already used three Wrover modules and they all have the same problem, I could not find the s solution. Thanks in advance

Re: ESP32 WROVER

Posted: Thu Jul 27, 2023 4:04 pm
by bidrohini
Somebody solved it here.
You can see this: https://esp32.com/viewtopic.php?t=6784
You can also see this tutorial. This is based on ESP8266 though. But it outlines the basic principle of Creating Webserver with ESP8266 using SPIFFS: https://www.theengineeringprojects.com/ ... piffs.html

Re: ESP32 WROVER

Posted: Tue Aug 01, 2023 10:14 pm
by kevinx
Thank you bidrohini, I'll try it and let you know how it went with your help.