Hi it's my first time using esp32-S2 because now its not recommended to use esp32. I'm looking for saving images in SPIFFS for my web server. In esp32 i used to use esp32fs plugin (https://github.com/me-no-dev/arduino-esp32fs-plugin) but it doesn't work for esp32-S2. I would like to know if there is any plugin like esp32fs and if not how can i save my images (I'm using arduinoIDE 1.8.19). I've been searching but i didn't found anything. Any orientation is welcomed. Thank you for your time and assistance.
Save images for my web server in SPIFFS on esp32-S2
428 views Asked by Lucasaenz At
1
There are 1 answers
Related Questions in WEBSERVER
- How can I read the header of request to webserver
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Watchdog Timer Reset on ESP32 using Webservers
- nginx set up reverse proxy from subfolder to a port
- Django miss static files after packaging with pyinstaller
- Problem with changing default NGINX 404 error page
- Web server doesnt output the website like in the project on localhost
- How can I call a SOAP webserver method in Vue.js?
- changing the node version used by apache web server
- Unravel JSON expression
- How Can I Add The iframe Code Of The Github Code To My Site?
- Can someone help me understand why my C webserver is throwing SIGABRT
- .NET httpserver. Get handle new request in current request handler
- Setting up LAMP on Ubuntu 22.04: PHP info not displaying in browser
- Multiple requests made Tornado's flush() method does not return anything
Related Questions in ESP32
- Watchdog Timer Reset on ESP32 using Webservers
- How to solve compiler error: no matching function for call to 'dmhFS::dmhFS()' in my case?
- trouble with creating a project for Pymakr in vscode
- I get error message "Invalid ESP-IDF" when I configure the ESP-IDF extension
- ESP32 Consequtive Interrupt WDT Timeout Exception
- Encountering Core panic'ed when trying to use FreeRTOS queue in esp32
- Some noise when attempting to produce sound wia external DAC for esp323
- How to correctly read POST REQUEST body on ESP32?
- Need the decoded data while from server esp32 send and Receiving in react native cli
- How to make sure only one client connect to the BLE server on ESP32?
- I'm Trying to Connect Internet with ESP32 using Cavlii C16Qs. but ESP32 is not Getting Internet Connectivity
- Wifi Csi Using TinyML in Esp32
- ESP32 device Isn't being powered by external power supply unless it has a serial port
- INMP441 audio data not correctly saved by flask server, why?
- How to use WiFi and Ethernet at same time?
Related Questions in ARDUINO-IDE
- Some noise when attempting to produce sound wia external DAC for esp323
- Wifi disconnects and connects again and again while using esp8266, max30100 and oled display
- "expected '}' at end of input" on arduino code
- Blink Sketch not be uploaded in Arduino Nano using IDE 2.3.2
- How to combine Pulse Sensor to send Telegram message with Arduino?
- Arduino IDE: The IP address was not printing in serial monitor
- I don't know where to start with ethernet communication with Automation Direct P1AM-200 ETH module communication
- Moving a flat surface left and right with a potentiometer
- problems with switch functions at arduino
- Error running code on Uno r4 wifi which works great on Nano
- Communication between Arduino UNO and ESP8266 via TXS0108E
- Arduino Compass HMC5883L code compiler error
- Arduino: How can I check when a LED is On and the joystick is moved ongoing to this direction?
- ESP8226 connected by USB to TTL using USB A to USB Mini B cable to temperature sensor DHT22 error with Arduino IDE - upload (Thingsboard IOT WIFI)
- How can I upload data from Arduino uno ethernet shield to mongodb Atlas
Related Questions in SPIFFS
- To less space error when I try to Update ESP32 SPIFFS - OTA
- https server on esp32 wrover cam module
- A large amount of writes on ESP32 spiffs/fatfs
- how can my ESP32 be programmed with a .bin file on its SPIFFS
- SPIFFS File Uploaded But Not Saved - ESP32
- ESP32 keeps rebooting when I try to save the current timr in SPIFFS
- Nanoframework ESP32 SPIFFS or LITTLEFS support with nanoff?
- I could not read memory data from ESP8266 Flash memory
- Using a JSON document to define bucket and api token for influxdb
- How can I assign SPIFFS file name to a variable?
- Save images for my web server in SPIFFS on esp32-S2
- ESP32 - What are the negative consequences using min_spiffs partition table?
- ESP8266 - Reading total and used bytes from Filesystem
- fseek endup with ERROR "Function not implemented" (ENOSYS)
- How to Read uint16_t from SPIFFS and place it in uint16_t array?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can try my ESP32_FSWebServer_DRD or ESP_FSWebServer example of ESP_WiFiManager library
Follow the instructions in ESP_FSWebServer Example
You can use either
deprecatedSPIFFS or the better LittleFS