ofithcheallaigh / masters_project

This repo is for my MSc in AI research project
0 stars 0 forks source link

Investigate writing to SD card #14

Closed ofithcheallaigh closed 1 year ago

ofithcheallaigh commented 1 year ago

The SD card has been purchased and has arrived (12/11/22).

Need to investigate how it is wired up, and how it is written too.

ofithcheallaigh commented 1 year ago

Info link: https://lastminuteengineers.com/arduino-micro-sd-card-module-tutorial/

ofithcheallaigh commented 1 year ago

The SD card module has been wired up to the Arduino dev kit.

There is initial code in place to check the status of the SD card - this will be run before any data capture, to ensure the card is in good order. This will (hopefully) reduce any change of corrupted data.

This closes the initial investigation.