I'm new to new to FreeRTOS. I'm getting this failed assert errors when writing to flash storage (SPIFFS file system). I don't know whether I'm doing something wrong. Any help would be good.More info: I'm trying to write a character array of size 1024 ever 31 millisecond or ...
Arduino:1.8.19 (Windows Store 1.8.57.0) (Windows 10), Kart:"ESP32S3 Dev Module, OPI PSRAM, QIO 80MHz, 4MB (32Mb), Core 1, Core 1, Hardware CDC and JTAG, Disabled, Disabled, Disabled, UART0 / Hardware CDC, Huge APP (3MB No OTA/1MB SPIFFS), 240MHz (WiFi), 921600, No...
The plug your controller or any esp32 based board and run the commands: make -j4 flash monitor ./write_spiffs.sh The first command flashes the firmware, the second writes the embedded admin interface on the tiny file system (~20KB available). How to use Once the firmware is flashed you...
Hi, I am migrating the code of ESP8266 for battery powerred device. But seems, I have a problem to have reasonable time to connect to wifi. It takes at least 3 secods always. Here is the code: #include <FS.h> #include <AsyncTCP.h> #inclu...