Search found 3 matches
- Wed Nov 11, 2020 10:18 pm
- Forum: General Discussion
- Topic: Need help with setting the SPIFFS partition to external flash memory/EEPROM (update partition table)
- Replies: 1
- Views: 3355
Need help with setting the SPIFFS partition to external flash memory/EEPROM (update partition table)
I have a custom made ESP32 board which has 256Mb (32MB) of external flash storage. I want to know if it is possible to update the partition tables in such a way that I can set the SPIFFS partition pointing to the external memory instead of the internal flash memory. The reason for this is because I ...
- Mon Nov 09, 2020 6:25 pm
- Forum: General Discussion
- Topic: Using an HTTP GET method to download large files (upto 8MB) to an external EEPROM of ESP32-WROVERB
- Replies: 8
- Views: 12365
Using an HTTP GET method to download large files (upto 8MB) to an external EEPROM of ESP32-WROVERB
I have a custom made chip which has a ESP32 WROVERB chip. The chip has an external flash memory/EEPROM of 256Mb (32MB). My task is to download a large .bin file from the internet (say dropbox.com) and save it to the external EEPROM. After that's done, I read and process the data from the EEPROM. As ...
- Tue Oct 13, 2020 9:03 pm
- Forum: General Discussion
- Topic: Trying to read a .bin file via SPIFFS in segments/chunks
- Replies: 1
- Views: 2394
Trying to read a .bin file via SPIFFS in segments/chunks
Hi, I'm trying to read a file that's saved (~500kB) on my ESP32 WROVER-B. I uploaded the file using SPIFFS from the '/data' in my sketch. When upload my code, I get this error during compilation. c:/users/user/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-80-g6c4433a-5.2.0...