Skip to main content

Questions tagged [spiffs]

0 votes
1 answer
491 views

I'm playing with a tutorial from this DroneBot Workshop YouTube (excellent video presentation by the way on WiFi manager for newbies). I am working with a NodeMCU ESP8266. The example code was written ...
Dave J's user avatar
  • 1
1 vote
0 answers
244 views

I'm trying to flash a spiffs on a esp32 but it is not working, i'm using these commands from this source: to create the image: mkspiffs -c /data/ -b 4096 -p 256 -s 0x100000 spiffs.bin my output was ...
Danilo Namitala's user avatar
1 vote
1 answer
160 views

So, I have a page to select a txt file from the user's device and save it to SD card: <!DOCTYPE html> <html> <head> <title>File Upload </title> </head> <body&...
T R Y's user avatar
  • 75
0 votes
2 answers
3k views

After updating ESP32 to core version 2.0.4 (file in Arduino IDE preferences was replaced tohttps://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json to upgrade), I ...
guyd's user avatar
  • 1,049
0 votes
3 answers
3k views

I'm trying to store (read&write( a struct using LittleFS on ESP8266. Appreciate assistance struct oper_string { bool state; /* On or Off */ uint8_t step; /* Step, in case of PWM */ ...
guyd's user avatar
  • 1,049
0 votes
2 answers
992 views

I'm trying to create a AsyncWebServer after enabling the SoftAP: #include <Arduino.h> #include <SPIFFS.h> #include <WiFi.h> #include <WiFiAP.h> #include <AsyncTCP.h> #...
Mark's user avatar
  • 393
2 votes
2 answers
296 views

Being the newbie in the Arduino area... Having more devices, how can I upload some configuration parameters after the code was uploaded? Is it possible? Situation: I have the simple application for ...
pepr's user avatar
  • 147
1 vote
2 answers
7k views

I tried adding esp32fs.jar to /home/myname/Arduino/tools/ESP32FS/tool (and a few other places as it looked likely that the jar file wasn't loading). I've definitely got the correct board selected, ...
HardlyNoticeable's user avatar
0 votes
1 answer
232 views

EDIT1 - This phenomena occurs only after reboot using button or ESP.reboot() I'll try to make my question more focused: I have library that saved log events to SPIFFS. From 3rd entry (in the ...
guyd's user avatar
  • 1,049
3 votes
1 answer
902 views

I created a simple sketch that just tries to list the files in SPIFFS. The SPIFFS filesystem was created with the version of mkspiffs that's part of the esp8266 package. The upload all seems to work, ...
Stephen Harris's user avatar
1 vote
1 answer
4k views

I am trying write four digit number to SPIFFS file, and read that four digit from SPIFFS file and display on seven segment. The code, I am writing as below, I got "0" on each segment, but if ...
Ali Morawej's user avatar
2 votes
1 answer
3k views

I am using ESPAsyncWebServer Library in a ESP32 DevKit. I want to make a form in the browser in order to upload files in SPIFFS. I have to notice that the whole device works perfectly. I connect to Wi-...
aris99's user avatar
  • 21
1 vote
0 answers
1k views

update I have updated the code(second code segment) so that the null character is inserted into the array which solves the problem of writing past the end of the array. in order to stop the program ...
user2105725's user avatar
2 votes
2 answers
110 views

I'm writing a multiday day alarm program for a project. I'm not sure how I want to store the format of each of 10 alarms....I need to store it...in SPIFFS retrieve it(at boot) and then compare it to ...
BostonAreaHuman's user avatar
1 vote
1 answer
1k views

I have a spiff file that uploads fine using a regular esp32, but when I try on the esp32-32, with a fresh installation, I get: esptool.py v3.0-dev Serial port COM3 Connecting.... A fatal error ...
Marr Madden's user avatar

15 30 50 per page