Tayfur Well-Known Member Licensed User Longtime User Jun 28, 2019 #1 Hello; rESP8266filesystem and EEPROM, using the same place on borad for my records? Which one is faster and safer? Which one is better for making frequent recordings and reading this record? (record size is short 1024byte) share your experiences, thank you.
Hello; rESP8266filesystem and EEPROM, using the same place on borad for my records? Which one is faster and safer? Which one is better for making frequent recordings and reading this record? (record size is short 1024byte) share your experiences, thank you.
tigrot Well-Known Member Licensed User Longtime User Jun 28, 2019 #2 If you have to make a lot of writes, you are limited to 100.000 cicles of WRITE/DELETE for EEPROM. The same for Flash memory. I'd use an external SD memory if you need more read/write Upvote 0
If you have to make a lot of writes, you are limited to 100.000 cicles of WRITE/DELETE for EEPROM. The same for Flash memory. I'd use an external SD memory if you need more read/write