tjurik / Intervalometer

Arduino based intervalometer for time lapse photography
4 stars 0 forks source link

Invervalometer

Arduino based intervalometer for time lapse photography

Arduino based Intervalometer project. There are a number of projects on the internets that provide this functionality but I wanted to add settings tor days and time periods in addition to a more traditional time lapse interval.

Original code is for Arduino Uno, but will eventually allow for compiling against other chips. (Adafruit Feather for example)

Development environment

Libraries

Requirements

Current hardware

Future Functionality

Electronics components

Configuration

To set up the code to compile and use the right settings for your board you need to edit the lib_customizaation.h file to set the #defines macros.

You can control a led indicator with

#define _FLASH_LED_ON_TRIGGER

The first time you compile/run, set this flag to truw bool gForceClockSet = true;
Once the clock is set then change that flag to false.