I got:
http://wiki.iteadstudio.com/Stackable_SD_Card_shield_V3.0 (set to 5V logic)
with this sketch using SPI/SdFat+OneWire/DallasTemperature+EmonLib and no matter what I try I got corrupted files like this.
I even haven't attached my sensors yet :( I have tried with 3 SD cards so far, each formatted with SD Memory Card Formatter and each one has this problem.
There is a separate question like that (Corrupted files generated by Arduino with SD library. How to avoid that?) but it concerns SPI confict but here SD is my only SPI device on the bus.
Any ideas?
1 Answer 1
This SD shield has CS on D4, not D10
-
1Did this solve your problem?SoreDakeNoKoto– SoreDakeNoKoto2016年01月15日 18:05:24 +00:00Commented Jan 15, 2016 at 18:05
-