Arduino stops logging to file

Hi,

I'm new here and have an Arduino Uno with a keyes data logging shield with an SD card. Now it works fine, but after a while the logging stops. Does this have to do with the filesize ? The file is only 21.299Kb.

Also I noticed that the file date is 1-1-2000, while the dates which are logged to the file are right.

Thanks,

Ronald

The file size is probably not a problem (unless your card is full). I have created files of 21 Mb in a test.
Also noted that the files are dated 1-1-2000 and that is default date. Not sure if you can change it.

I did some testings recently and one uno + sd card suffered from failure like the one you describe, while the other uno + sd card worked fine.

ronaldst:
Does this have to do with the filesize ?

Almost certainly not, but it might have quite a lot to do with your code, which is apparently a state secret.