CameraShutterTimer
This project consists of an hardware intervalometer for Nikon cameras. It aims to cover to main shortcomings of these cameras:
It interfaces the camera the same way as an ML-L3 infrared remote control
but instead of having the single functionality of triggering the camera
upon the press of the button, it also provides timed shooting for timelapse
photography.
This source code is accompanied with an application schematic diagram to
help in the construction of a complete unit using the PIC12F683 microcontroller
and this firmware.
The diagram below shows the pin mappings of the microntroller to this concrete
application:
+---------------+
+5V - --|(VDD)| |(VSS)|-- - GND
| \---/ |
ENGAGED_LED < --|(GP5) (AN0)|-- < KNOB_POS
| |
N/A - --|(GP4) (GP1)|-- > KNOB_BIAS
| |
START_BTN > --|(GP3) (CCP1)|-- > IR_DIODE
+---------------+
Author: Luis Teixeira (teixeluis@gmail.com)
Copyright 2014 Luis Teixeira
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwar
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
see the License for the specific language governing permissions and
limitations under the License.