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
- Host: GitHub
- URL: https://github.com/lucaangioloni/arduinotimelapse
- Owner: LucaAngioloni
- License: apache-2.0
- Created: 2016-12-18T18:56:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T15:27:17.000Z (over 3 years ago)
- Last Synced: 2025-03-30T02:22:20.018Z (over 1 year ago)
- Topics: arduino, nikon-cameras, time-lapse
- Language: C++
- Size: 854 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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:
