File:First intervalometer (5167720241).jpg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,983 × 1,761 pixels, file size: 1.04 MB, MIME type: image/jpeg)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description

The top breadboard was used becaude the 2.5mm jack would not fit at the edge of the larger one. i will be adding to the code as i work on the project.

/* on auto focus and a long HIGH delay the camera focusus and then shoots the exposure dialed in on the camera. either manually or shooting in any auto exposure setting.

on auto focus and a short HIGH delay the camera sometimes does NOT receive the shutter trigger long enough to fully focus. the result is the camera trying to focus for the duration of the HIGH delay and never takes a shot

on manual focus any HIGH delay works, though it is recommended to use a short delay.

bulb mode will stay triggered as long as the HIGH delay is.

Built using a 2N2222 transistor.

  • /

void setup(){

 Serial.begin(9600);
 pinMode(2, OUTPUT);

}

void loop(){

 for (int val = 0; val < 10; val++ ){ //this runs 10 times just as a test
   digitalWrite(2, HIGH); //trigger the shutter
   delay(5000); //how long the shutter trigger is HIGH
   digitalWrite(2, LOW); //turn off the shutter trigger
   delay(5000); //delay until next shot 
 }
}
Date
Source first intervalometer
Author Mark from san diego, usa

Licensing[edit]

w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 2.0 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
This image was originally posted to Flickr by eggrole at https://flickr.com/photos/35387910@N04/5167720241. It was reviewed on 15 May 2021 by FlickreviewR 2 and was confirmed to be licensed under the terms of the cc-by-2.0.

15 May 2021

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:51, 15 May 2021Thumbnail for version as of 08:51, 15 May 20211,983 × 1,761 (1.04 MB)Sentinel user (talk | contribs)Transferred from Flickr via #flickr2commons

There are no pages that use this file.

Metadata