laurb9 / PanoController-Firmware

Platform for high-resolution panoramic photography, supporting 3D-printed PanoController board, Gigapan EPIC 100, Nodal Ninja Mecha E1 and other platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Time Clock

laurb9 opened this issue · comments

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.

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.

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.

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

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