-
Notifications
You must be signed in to change notification settings - Fork 227
Description
I am trying to print to the SD card in the datalogger, and am having issues with it creating multiple files while the code is looping (and loosing some information between files). Additionally, sometimes a few lines of garbage data are output to the SD card, usually at the beginning or end of a file (can be anywhere within the files created during a single run of the code). I see this issue has been discussed previously, but I've tried to update the firmware to the latest version and this still seems to be a problem.
I am currently running at 9600 baud, printing four integer values (separated by commas) every 136 ms, with the last print including a new line (println).
Do you have any suggestions to remove this problem?
@Brodi has been helping with this issue, but we are stumped!