Skip to content

SPI flash libary #17

@OceancattUCSC

Description

@OceancattUCSC

Requirements:

SPI flash needs to be feature-ready as it's the most reliable method of data recording in-flight.
SPI flash has to be able to write data during flight, and dump that data onto an SD card after recovery.

2 possible methods:

  • Treat SPI flash as a blank memory space, which would mean writing to SD would be more complicated
  • Mount a file system to SPI flash(I think there is a library for it?) and copy the file over after flight.

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions