cavemoa / Feather-M0-Adalogger

Code for Feather M0 Adalogger
MIT License
26 stars 7 forks source link

LowPowerLoggerSDFat not writing anything to SD card #1

Open Tailzip opened 8 years ago

Tailzip commented 8 years ago

Hi,

Thanks for all these examples, they're all really handy to get started!

I'm having trouble saving data to the SD card using this sketch file: https://github.com/cavemoa/Feather-M0-Adalogger/blob/master/LowPowerLoggerSDFat/LowPowerLoggerSDFat.ino

When I enable Serial output, I can see data being fetched in the console, logfile being flushed or closed, new log files created when either the number of samples per file or samples per cycle has been reached, but my CSV files are definitely empty...

Any idea what could cause this?

Thanks!

cavemoa commented 8 years ago

Hi,

Sorry been away from the PC for a while. What hardware are you using the code on? Are the CSV files appearing correctly as named files on the card? They are just empty?

Cheers Jonathan