Can you explain me the difference between those two memory?
I have a D1 Mini from Lolin with 4MB of memory, is those 4MB referred to SPIFFS?
If not, to what?
Explore... Chat... Share...
davydnorris wrote:EEPROM is the chip technology that you use to implement SPIFFS.wrong
I think SPIFFS stands for SPI Flash File System or something close. It's a driver that lets you treat your EEPROM like a file system and read and write files as if it were a disk.
JurajA wrote:davydnorris wrote:EEPROM is the chip technology that you use to implement SPIFFS.wrong
I think SPIFFS stands for SPI Flash File System or something close. It's a driver that lets you treat your EEPROM like a file system and read and write files as if it were a disk.
the esp8266 has external flash memory. it runs the application from it. some part of the flash can be used for a file system SPIFFS handled by the FS library and the flash is used for EEPROM emulation too. esp8266 doesn't have an EEPROM type of memory, but for Arduino compatibility there is an EEPROM emulation library.
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]