<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help me build a simple intervalometer!</title>
	<link>http://ask.metafilter.com/92455/Help-me-build-a-simple-intervalometer/</link>
	<description>Comments on Ask MetaFilter post Help me build a simple intervalometer!</description>
	<pubDate>Tue, 27 May 2008 02:18:59 -0800</pubDate>
	<lastBuildDate>Tue, 27 May 2008 02:18:59 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me build a simple intervalometer!</title>
		<link>http://ask.metafilter.com/92455/Help-me-build-a-simple-intervalometer</link>	
		<description>Help me build a simple intervalometer! &lt;br /&gt;&lt;br /&gt; I&apos;m trying to build a simple intervalometer, i.e. a device which gives my camera regular impulses to shoot a picture at a defined interval. It would enable me to do custom time-lapse series.&lt;br&gt;
&lt;br&gt;
Hooking up my camera to such a device is not a problem, as my Canon EOS 400D uses a easily available cable jack for the remote control. &lt;br&gt;
&lt;br&gt;
I can solder, and have a basic understanding of electronics components. However, I don&apos;t know how to build the device itself. I&apos;m looking for an DIY electronics kit (could be programmable, but doesn&apos;t has to be) or cheap hackable gadget (timed blinking lights? kitchen timer?) that I could convert into an impulse-giver.&lt;br&gt;
&lt;br&gt;
The device would need to be configurable to set the following parameters:&lt;br&gt;
&lt;br&gt;
- Time off - e.g. 500ms&lt;br&gt;
- Time on - e.g. 10ms&lt;br&gt;
- (optional): number of repetitions - e.g. 1000x&lt;br&gt;
&lt;br&gt;
Example for a commercially available device: [&lt;a href=&quot;http://www.pclix.com/shopping/shopexd.asp?id=1&quot;&gt;pClix&lt;/a&gt;]</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.92455</guid>
		<pubDate>Tue, 27 May 2008 02:02:58 -0800</pubDate>
		<dc:creator>lord_yo</dc:creator>
		
			<category>photography</category>
		
			<category>electronics</category>
		
			<category>timelapse</category>
		
			<category>intervalometer</category>
		
			<category>diy</category>
		
			<category>make</category>
		
	</item> <item>
		<title>By: 0xFCAF</title>
		<link>http://ask.metafilter.com/92455/Help-me-build-a-simple-intervalometer#1353570</link>	
		<description>I did exactly this using a &lt;a href=&quot;http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=1406&amp;dDocName=en023805&quot;&gt;PIC16F690 kit&lt;/a&gt;, a few parts from DigiKey, and MPLab to do C programming. I can send you the source if you like (it&apos;s pretty straightforward).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92455-1353570</guid>
		<pubDate>Tue, 27 May 2008 02:18:59 -0800</pubDate>
		<dc:creator>0xFCAF</dc:creator>
	</item><item>
		<title>By: 0xFCAF</title>
		<link>http://ask.metafilter.com/92455/Help-me-build-a-simple-intervalometer#1353585</link>	
		<description>I guess I&apos;m bored? &lt;a href=&quot;http://pastebin.com/m310f34a6&quot;&gt;Source code&lt;/a&gt;. The &quot;clock&quot; on the pin-out on top is a standard 32.768 KHz watch crystal; the &apos;conf&apos; pins on the right connect to pins on a DIP switch. The code as written allows for 8 different interval settings, but there are pins to spare for setting up extra stuff. I used pin 0 on the DIP as a power switch. &apos;Focus&apos; and &apos;Shutter&apos; connected to the collector pins on the transistors.&lt;br&gt;
&lt;br&gt;
With the 32.768 KHz crystal driving the PIC you can get about a month of timing from a set of batteries. I used 2 AA batteries; if you hook up 4 in series+parallel you can basically glue the thing shut since your camera will probably wear out before the batteries die.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92455-1353585</guid>
		<pubDate>Tue, 27 May 2008 02:50:08 -0800</pubDate>
		<dc:creator>0xFCAF</dc:creator>
	</item><item>
		<title>By: jepler</title>
		<link>http://ask.metafilter.com/92455/Help-me-build-a-simple-intervalometer#1353770</link>	
		<description>Seconding the idea of getting into microcontrollers for this.  &lt;br&gt;
&lt;br&gt;
I favor the Arduino boards based on a different processor than 0xFCAF suggests.  Arduino comes with a free java-based IDE that you can install on Windows, Mac, and Linux.  (you can also get a native windows development environment &apos;winavr&apos; or a commandline linux environment &apos;avr-gcc&apos;) Most arduino boards simply plug in with USB to upload a new program.&lt;br&gt;
&lt;br&gt;
When you use the arduino environment, you to spend less time puzzling out statements like &apos;&lt;tt&gt;trisa = 0b00000111;&lt;/tt&gt;&apos; and instead write things like &apos;&lt;tt&gt;pinMode(ledPin, OUTPUT);&lt;/tt&gt;      // sets the digital pin as output&apos;.&lt;br&gt;
&lt;br&gt;
The arduino is available online in several variations and from multiple resellers.  &lt;a href=&quot;http://www.sparkfun.com/commerce/product_info.php?products_id=666&quot;&gt;Here&lt;/a&gt;, it&apos;s $35 + shipping for the variant called &apos;Diecimila&apos;. I&apos;m a satisfied customer of sparkfun.com.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92455-1353770</guid>
		<pubDate>Tue, 27 May 2008 07:42:05 -0800</pubDate>
		<dc:creator>jepler</dc:creator>
	</item><item>
		<title>By: lord_yo</title>
		<link>http://ask.metafilter.com/92455/Help-me-build-a-simple-intervalometer#1379299</link>	
		<description>Thanks to both 0xFCAF and jepler - I went for the Arduino, because I wanted to get one anyway. The intervalometer (I call it Intervaluino) is built and works! Contact me if you&apos;re interested.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92455-1379299</guid>
		<pubDate>Wed, 18 Jun 2008 00:56:49 -0800</pubDate>
		<dc:creator>lord_yo</dc:creator>
	</item><item>
		<title>By: lord_yo</title>
		<link>http://ask.metafilter.com/92455/Help-me-build-a-simple-intervalometer#1381617</link>	
		<description>&lt;strong&gt;UPDATE:&lt;/strong&gt; I&apos;ve posted the full description (schematics, parts, code, photos, assembly tips) on my blog. &lt;a href=&quot;http://www.sporez.com/honeyjar/?p=347&quot;&gt;http://www.sporez.com/honeyjar/?p=347&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92455-1381617</guid>
		<pubDate>Thu, 19 Jun 2008 23:00:56 -0800</pubDate>
		<dc:creator>lord_yo</dc:creator>
	</item>
	</channel>
</rss>
