I do data logging and it's extremely frustrating when I set everything up for a weekend of measuring and when I come back, I see nothing has been logged. Everything seems to be ok visually (LEDs on). There is nothing indicating that something could be wrong. I know that I should probably add some kind of debugging LED just to see that the script is running, but still I'm a bit bitter.
Anyone else experienced anything similar? Could It be a psu related problem (using regulated 8vdc atm.)? Most of the time everything works fine, but every now and then I get these weird mishaps.
Just a note:
You might want to rethink not using comments in your sketches.
Stop using delay()s they stop every thing for that time.
Put { and } on a line by themselves.