An open API service indexing awesome lists of open source software.

https://github.com/lucaangioloni/arduinotimelapse

Use Arduino as a camera remote to create time lapses. For Nikon cameras
https://github.com/lucaangioloni/arduinotimelapse

arduino nikon-cameras time-lapse

Last synced: about 1 year ago
JSON representation

Use Arduino as a camera remote to create time lapses. For Nikon cameras

Awesome Lists containing this project

README

          

# ArduinoTimeLapse
Use Arduino as a camera remote to create time lapses.

This code is for Nikon cameras only.

## Usage
You can set the time between photos changing the `LapseTime` value which is expressed in milliseconds.
Default is set to 5 seconds.

## Arduino Setup

The final setup looks like this:

![ArduinoSetup](./images/Nikon_Time_Lapse.png)

Arduino has a normal LED connected to pin 5 (you can change it throug `LEDPin`) with a small resistance, and an IR LED connected to pin 3 (you can change it throug `IRPin`) also with a small resistance.

The IR LED should be directed to the IR sensor of the camera.
The colored LED signals to the user the moment the IR signal is sent.

This is the setup:

![Final Setup](./images/photo.jpg)