bearing / dosenet-raspberrypi

Raspberry Pi specific software for dosimeters.
MIT License
7 stars 21 forks source link

Bugfix #34 #35

Closed bplimley closed 8 years ago

bplimley commented 8 years ago

Fixes the IOError issue we saw at James Logan and East Bay Innovation Academy. It was caused by the pi clock getting way out of sync while the system is powered off.

Long term, with buffered data and local storage, we need a better solution. Probably wait until NTP finishes syncing before starting our code. Either wait for NTP in bash, or in python.