You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've uploaded a Sketch to the Arduino on my Sleepy Pi 2.
It wakes up every 10 seconds to print something (date, current, voltage and other) to the serial, but it also wakes up by alarm twice a day, to punch in in the morning and punch out in the evening. The Raspberry is turned on on the first alarm and off on the second one. After every alarm I just powerDown().
The Sketch has been used on two boards for days.
Yesterday one of my boards did not went off in the evening. The time on the board was correct, aligned with the one from the RTC. But I was not able to see something on the serial. That is, the Arduino seemed freezed.
Any suggestions? Is there a way I can prevent this from happening or just a way to reset/refresh the Arduino?
Please, be gentle: I'm not an Arduino expert! ;)
The text was updated successfully, but these errors were encountered:
I've uploaded a Sketch to the Arduino on my Sleepy Pi 2.
It wakes up every 10 seconds to print something (date, current, voltage and other) to the serial, but it also wakes up by alarm twice a day, to punch in in the morning and punch out in the evening. The Raspberry is turned on on the first alarm and off on the second one. After every alarm I just powerDown().
The Sketch has been used on two boards for days.
Yesterday one of my boards did not went off in the evening. The time on the board was correct, aligned with the one from the RTC. But I was not able to see something on the serial. That is, the Arduino seemed freezed.
Any suggestions? Is there a way I can prevent this from happening or just a way to reset/refresh the Arduino?
Please, be gentle: I'm not an Arduino expert! ;)
The text was updated successfully, but these errors were encountered: