-
Looking at the ESP32 partition, there is a partition that can be used for logging;
```
## Label Usage Type ST Offset Length
4 spiffs Unknown data 01 82 0x00…
-
**Describe the bug**
try to install into arduino ide,
The ide sees the library, but when I click install I get error message
"Failed to install library: 'ESP-StepperMotor-Server:0.4.12'. No valid…
-
Arduino:1.8.12 (Windows 10), 开发板:"ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"
In file included from E:\esp8…
-
Create a big binary file (1024 * 1024) on the spiffs partition
Try to have random access and create a logger
https://www.mischianti.org/2020/06/04/esp32-integrated-spiffs-filesystem-part-2/
-
Hi,
I'm playing a bit with the SPIFFS library to get a fs on an ESP32 with an external flash chip. One of the tests I did was creating a bunch of files and printing their properties, and it worked …
-
I am using SPIFFS to read and write SPIFFS on ESP32 using Arduino platform. I have seriouse problem with File definitions;
File logFile = SPIFFS.open(FILENAME_DATALOG, FILE_WRITE);
LowLatencyLogger.…
-
Hi Eric,
First of all, thanks for sharing this project, this really inspired me the posibility of digital photo frame by the long battery life.
However, I would like to understand why we don't sen…
-
I'm experiencing SPIFFS issues (like `fopen(name, "w")` failing) and also SPIFFS eventual corruptions that could hopefully be fixed by calling
`SPIFFS.check()`
or possibly
`SPIFFS.gc()`
These tw…
-
The interupts on ESP32 require the IRAM_ATTR and this is also used in your example for ESP32.
However, when combined with the webserver and wifi and use of SPIFFS, the draw function to the RGB led pa…
-
In IDF for ESP32, there is an option to generate external project folder into spiffimg.bin and flash it to ESP32 chip. Can use following line in cmakelist.txt inside the main.c folder.
`spiffs_crea…