Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real Time Clock #47

Closed
laurb9 opened this issue Apr 3, 2016 · 4 comments
Closed

Real Time Clock #47

laurb9 opened this issue Apr 3, 2016 · 4 comments

Comments

@laurb9
Copy link
Owner

laurb9 commented Apr 3, 2016

Add an RTC.
Options are:

  • a standalone DS3231 (works with any Arduino), or
  • add a CR16 battery + crystal to the teensy board

Possible uses:

  • display timestamp on pano info screen, so a screenshot can be used to match against photo sets.
  • record panos taken in eeprom, and dump them via serial later.
@laurb9 laurb9 self-assigned this Apr 3, 2016
@Defragster
Copy link

ESP8266 to your phone would have NTP server access - except when you go out in the wilds without cell service - and turn off the ESP8266 to save battery.

I've put a couple crystals on my Teensy's and even wired one to a CR2032 once.

@laurb9
Copy link
Owner Author

laurb9 commented Apr 9, 2016

Auto setting time would be a nice feature, maybe not worth adding the power hungry ESP just for it, but the other capabilities are worth exploring.

The date doesn't have to that accurate, it only has to match the camera timestamp.
Mulling over a GPS unit. There are a few cheap ones out there, not sure how good.

@laurb9
Copy link
Owner Author

laurb9 commented Aug 14, 2017

Could add capability to sync time via BLE (after #10 is done)

@laurb9
Copy link
Owner Author

laurb9 commented Oct 2, 2017

This is less important now that the app keeps all the info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants