<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: TI-83 intervalometer</title>
	<atom:link href="http://hackaday.com/2008/06/09/ti-83-intervalometer/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Mon, 23 Nov 2009 07:33:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-64131</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-64131</guid>
		<description>To not have to convert the calculator&#039;s iterations into seconds in your head, use this program (below). The multiplier of 300 makes each entered second you put onto the calculator as a second in time for the shutter (approximately... will vary with calc&#039;s battery power).  ie... type in 26 to get 26 seconds between each picture instead of 10,000 on the calculator screen to get 26 seconds between each picture. 


: Input (&quot;Seconds? &quot;, A )
: (A*300)-&gt;A
: While 1
: For (H,1,A,1)
: End
: Send(A)
: End</description>
		<content:encoded><![CDATA[<p>To not have to convert the calculator&#8217;s iterations into seconds in your head, use this program (below). The multiplier of 300 makes each entered second you put onto the calculator as a second in time for the shutter (approximately&#8230; will vary with calc&#8217;s battery power).  ie&#8230; type in 26 to get 26 seconds between each picture instead of 10,000 on the calculator screen to get 26 seconds between each picture. </p>
<p>: Input (&#8220;Seconds? &#8220;, A )<br />
: (A*300)-&gt;A<br />
: While 1<br />
: For (H,1,A,1)<br />
: End<br />
: Send(A)<br />
: End</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36539</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Tue, 01 Jul 2008 22:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36539</guid>
		<description>What you did provides something you can&#039;t buy on the market. Thank you for sharing! I&#039;m using this technique now as a great cheap alternative for astrophotography. An essential exercise in using a DSLR for astro imaging requires &#039;locking up the mirror&#039; and pausing to eliminate vibration before shutter release, and then also allowing a delay for in-camera processing such as dark frame subtraction. None of the commercial auto timers support this, for $80-$140 bucks all you get a simple exposure timer. Kudos!</description>
		<content:encoded><![CDATA[<p>What you did provides something you can&#8217;t buy on the market. Thank you for sharing! I&#8217;m using this technique now as a great cheap alternative for astrophotography. An essential exercise in using a DSLR for astro imaging requires &#8216;locking up the mirror&#8217; and pausing to eliminate vibration before shutter release, and then also allowing a delay for in-camera processing such as dark frame subtraction. None of the commercial auto timers support this, for $80-$140 bucks all you get a simple exposure timer. Kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MP</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36538</link>
		<dc:creator>MP</dc:creator>
		<pubDate>Sun, 15 Jun 2008 08:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36538</guid>
		<description>Only one problem: it doesn&#039;t work with Nikon...</description>
		<content:encoded><![CDATA[<p>Only one problem: it doesn&#8217;t work with Nikon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MasterFX</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36537</link>
		<dc:creator>MasterFX</dc:creator>
		<pubDate>Tue, 10 Jun 2008 18:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36537</guid>
		<description>You can do the same (and a lot more) with almost all Canon Cameras using the CHDK (Canon Hacker&#039;s Development Kit). Easy to install and doesn&#039;t modify the Firmware: &lt;a href=&quot;http://chdk.wikia.com/wiki/CHDK&quot; rel=&quot;nofollow&quot;&gt;http://chdk.wikia.com/wiki/CHDK&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You can do the same (and a lot more) with almost all Canon Cameras using the CHDK (Canon Hacker&#8217;s Development Kit). Easy to install and doesn&#8217;t modify the Firmware: <a href="http://chdk.wikia.com/wiki/CHDK" rel="nofollow">http://chdk.wikia.com/wiki/CHDK</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36536</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36536</guid>
		<description>i&#039;m almost certain this has been on hackaday before...</description>
		<content:encoded><![CDATA[<p>i&#8217;m almost certain this has been on hackaday before&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello1024</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36535</link>
		<dc:creator>Hello1024</dc:creator>
		<pubDate>Tue, 10 Jun 2008 00:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36535</guid>
		<description>#3:  You could always wire it direct to the shutter button - as long as you check what signals it&#039;s expecting and what comes out of the TI it should be fine.</description>
		<content:encoded><![CDATA[<p>#3:  You could always wire it direct to the shutter button &#8211; as long as you check what signals it&#8217;s expecting and what comes out of the TI it should be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nephroth</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36534</link>
		<dc:creator>nephroth</dc:creator>
		<pubDate>Tue, 10 Jun 2008 00:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36534</guid>
		<description>@calcprogrammer1&lt;br&gt;Well that&#039;s unfortunate, looks like I missed out on a better generation of calculator. &lt;br&gt;&lt;br&gt;I really did enjoy programming them, it gave me something fun to do in my frequently boring classes.</description>
		<content:encoded><![CDATA[<p>@calcprogrammer1<br />Well that&#8217;s unfortunate, looks like I missed out on a better generation of calculator. </p>
<p>I really did enjoy programming them, it gave me something fun to do in my frequently boring classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: static</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36533</link>
		<dc:creator>static</dc:creator>
		<pubDate>Mon, 09 Jun 2008 23:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36533</guid>
		<description>Nice. Time lapsed photography can be interesting when it&#039;s used to capture events that aren&#039;t normally visible. But it&#039;s use in the provided samples is just plain boring, INMO. I have no doubt that, the photographer and subjects get a kick out of viewing the results, though.</description>
		<content:encoded><![CDATA[<p>Nice. Time lapsed photography can be interesting when it&#8217;s used to capture events that aren&#8217;t normally visible. But it&#8217;s use in the provided samples is just plain boring, INMO. I have no doubt that, the photographer and subjects get a kick out of viewing the results, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36532</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 09 Jun 2008 22:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36532</guid>
		<description>haha i love the ti 83</description>
		<content:encoded><![CDATA[<p>haha i love the ti 83</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CalcProgrammer1</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36531</link>
		<dc:creator>CalcProgrammer1</dc:creator>
		<pubDate>Mon, 09 Jun 2008 21:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36531</guid>
		<description>The TI-84 Plus and 84 Plus SE both have a real time clock that you can read using the getTime and getDate functions.  You can use a while loop and check this clock using the getTime function (returns a list, hour:minute:second) against a stored list of the previous time.  Count the number of seconds using this and you&#039;ll have an accurate timer.  This seems like a good use of the data connection, but my camera doesn&#039;t have a port to connect with.</description>
		<content:encoded><![CDATA[<p>The TI-84 Plus and 84 Plus SE both have a real time clock that you can read using the getTime and getDate functions.  You can use a while loop and check this clock using the getTime function (returns a list, hour:minute:second) against a stored list of the previous time.  Count the number of seconds using this and you&#8217;ll have an accurate timer.  This seems like a good use of the data connection, but my camera doesn&#8217;t have a port to connect with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paolo</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36530</link>
		<dc:creator>paolo</dc:creator>
		<pubDate>Mon, 09 Jun 2008 20:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36530</guid>
		<description>one for canon eos and a hp 49G &lt;a href=&quot;http://www.instructables.com/id/Disparador-autom%c3%a1tico-y-manual-para-Canon-Eos-con-/&quot; rel=&quot;nofollow&quot;&gt;http://www.instructables.com/id/Disparador-autom%c3%a1tico-y-manual-para-Canon-Eos-con-/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;my cousin did it for me... its awesome.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.flickr.com/photos/p_a_n/2403696792/&quot; rel=&quot;nofollow&quot;&gt;http://www.flickr.com/photos/p_a_n/2403696792/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>one for canon eos and a hp 49G <a href="http://www.instructables.com/id/Disparador-autom%c3%a1tico-y-manual-para-Canon-Eos-con-/" rel="nofollow">http://www.instructables.com/id/Disparador-autom%c3%a1tico-y-manual-para-Canon-Eos-con-/</a></p>
<p>my cousin did it for me&#8230; its awesome.</p>
<p><a href="http://www.flickr.com/photos/p_a_n/2403696792/" rel="nofollow">http://www.flickr.com/photos/p_a_n/2403696792/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nephroth</title>
		<link>http://hackaday.com/2008/06/09/ti-83-intervalometer/comment-page-1/#comment-36529</link>
		<dc:creator>Nephroth</dc:creator>
		<pubDate>Mon, 09 Jun 2008 19:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/09/ti-83-intervalometer/#comment-36529</guid>
		<description>Yeah, I wrote a lot of programs for the TI83 back in high school, and I always lamented its lack of an RTC. Neat idea though.</description>
		<content:encoded><![CDATA[<p>Yeah, I wrote a lot of programs for the TI83 back in high school, and I always lamented its lack of an RTC. Neat idea though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
