Search found 1 match
- Wed Jul 27, 2022 2:07 pm
- Forum: ESP-IDF
- Topic: Best Practice to Implement a Circular Logger on Internal Flash
- Replies: 2
- Views: 1439
Best Practice to Implement a Circular Logger on Internal Flash
Hello Everyone, I want to create a logger on internal flash of ESP32. The data is fixed sized. Some approaches come to my mind listed below: 1- Using NVS library. Disadvantage of this method is needing a key for every data which is unnecessary. 2- Using SPIFFS. This looks heavy to me for this functi...