@Sprite Is there a better way to modify one value in NVS?There is, so sorry, that won't work.
Search found 3 matches
- Sun Oct 12, 2025 8:20 pm
- Forum: ESP-IDF
- Topic: Writing a single value to NVS from a PC
- Replies: 6
- Views: 1190
Re: Writing a single value to NVS from a PC
- Thu Oct 09, 2025 10:01 pm
- Forum: ESP-IDF
- Topic: Writing a single value to NVS from a PC
- Replies: 6
- Views: 1190
Re: Writing a single value to NVS from a PC
vvb333007 That's a good idea. My preference would've been to store the serial number as an integer. I could possibly make it a uint64 and use the start and end bytes as markers.
I wish there was a way to unpack a nvs binary file back to a csv for easy modification. Perhaps I could write a tool ...
I wish there was a way to unpack a nvs binary file back to a csv for easy modification. Perhaps I could write a tool ...
- Wed Oct 08, 2025 8:11 pm
- Forum: ESP-IDF
- Topic: Writing a single value to NVS from a PC
- Replies: 6
- Views: 1190
Writing a single value to NVS from a PC
I have an ESP32-S3 and I've set up the partition table to have a 24K NVS partition.
One of the values in NVS is called `serialno`. It is a 32-bit serial number that should be unique to each device.
There are other values stored in NVS. Some of them are constant, but others may be set during ...
One of the values in NVS is called `serialno`. It is a 32-bit serial number that should be unique to each device.
There are other values stored in NVS. Some of them are constant, but others may be set during ...