Search found 2 matches

by gonzalo4444
Fri Nov 25, 2022 11:12 pm
Forum: General Discussion
Topic: ring buffer using nvs for esp32s2
Replies: 0
Views: 849

ring buffer using nvs for esp32s2

Hello

I try to store 100 ints. I already did the storage with NVS. The idea is once the limit (of 100) is reached, start over, to emulate a circular buffer.

Opinions? Thanks
by gonzalo4444
Fri Nov 25, 2022 11:04 pm
Forum: ESP-IDF
Topic: crude idea for log storage/retrieval
Replies: 5
Views: 4590

Re: crude idea for log storage/retrieval

have a solution?