outofjungle / NikonRemote

Arduino library to remotely trigger Nikon camera using an IR LED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Nikon IR Remote Library

Arduino library to remotely trigger Nikon camera.

Installation

Clone this repository into Arduino libraries folder and re-start the Arduino IDE.

$ cd $ARDUINO_LIBS
$ git clone git://github.com/outofjungle/NikonRemote.git

Use

Library comes with a simple example click that gets added to the Arduino Example menu upon installation.

To run the code, wire an IR LED to the arduino as shown in the wiring diagram and upload the sketch to the Arduino. To activate the remote, press and release the Arduino reset button.

Wiring diagram

Screenshot 1

About

Arduino library to remotely trigger Nikon camera using an IR LED


Languages

Language:C++ 90.7%Language:Arduino 9.3%