Skip to content

Determine if the current method of recording data will negatively impact flash endurance #7

@curieos

Description

@curieos

Currently the method of recording data happens every 10 minutes. Each time the sensors are read the data file is rewritten. Assuming 24/7 operation over the course of a year, this is over 52k writes. Depending on the implementation of the file writer and the write endurance of the flash used in the ESP32, this could cause flash failures in a relatively short amount of time. I need to know how many write cycles the flash is rated for, and the likelihood of failure after 1-2 years of use is. Based on this information and information obtained in #6, a solution can be developed if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions