opencarecc / inpe

this is the repo for the first prototype of the opencare project
http://inpe.opencare.cc
7 stars 2 forks source link

rewrite GPS localization to save battery power #3

Closed cntlsn closed 7 years ago

cntlsn commented 7 years ago

the first iteration can be found here https://github.com/opencarecc/inpe/commit/d5df8482466e7053867ff91c11b2a4eface8cad1 a clock library has been created. it keeps waiting for the GPS to pass UTC data, then starts a counter and displays the time on the LCD

cntlsn commented 7 years ago

a second iteration can be found here https://github.com/opencarecc/inpe/commit/a7044c83d79ca759f0935d4938db9807c36e7a4e it keeps waiting for the GPS to pass the UTC data, then sets the date and time using the DateTime library. the DateTime library takes care of updating the time and date values