Abandon SD cards #17
tedlanghorst
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
SD cards are useful for quickly swapping data, but come with a lot of headaches. Their file structure and protocol was not designed to work well with an 8 bit processor, and the large storage versions currently available have made this even worse. They also draw a lot of power- upwards of 100mA during data shuffling which happens at unpredictable times.
Two alternatives I can think of:
Both of these would require additional software to unload the data through the GUI, but I don't think that would be too hard. Might want to resample/average the data before saving in order to unload the data in reasonable time at 115200 baud (~14 kB/s).
All reactions