Emmett-Kogan / TVMaestro

TVMaestro will be a programmable remote that can manage a schedule of shows/channels, and skip advertisements by detecting them and switching channels
1 stars 0 forks source link

Persistent state: interfacing with some form of non-volatile storage #3

Open Emmett-Kogan opened 1 year ago

Emmett-Kogan commented 1 year ago

Need to interface with some form of non-volatile storage, whether this be stored on some SD card or something else. This will at least need to store config data for each button's corresponding signal as well as schedules and other user configs received from external sources.

Emmett-Kogan commented 11 months ago

A few weeks ago, I got an SD card breakout board to interface with an SD card over SPI, and plan to work on saving necessary structs for the device to work across power cycles without recalibration.