3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Turn a TI Graphing Calculator into an Intervalometer and Create Time Lapse Videos

Step 5Shoot the Photos!

Shoot the Photos!
This part is fairly easy:

Connect your Camera and Calculator - Use the link cable from part 3 to connect the two

Start the program - Turn on your calculator and press the PRGM button. Find the program you made on the list, and press enter.
On your screen, you should see the prompt "A=?". Enter in the amount of time you want in between the pictures. Note: this is not the amount of time in seconds. I think about 100 of these make a second, but this can change depending on battery life and your calculator model. If you don't want to think about this conversion every time, you can add a small piece of code in the program to do it for you.

Press Enter - Your camera should start snapping away! Now sit back and relax and make sure nothing explodes.

Turn the Program off - When you're done shooting, you can turn the program off by pressing or holding the ON button. You will see a prompt that says "ERR: BREAK". Just highlight Quit and press enter. The program will now be stopped and you can turn your calculator off.
If you want to restart the program, all you have to do is press ENTER again, you don't need to go to the program dialog again.
« Previous StepDownload PDFView All StepsNext Step »
21 comments
Apr 25, 2010. 2:16 PMsilentfallen says:
After playing some with the program setup you gave .. i liked it but i didn't like the fact that i had no choices.. So i made my own.
If you are interested give it a try..
( the % are supposed to be arrows.. the STO key above on/off)

.................................................................................
Disp "START DELAY IN"
Disp" SECONDS"
Prompt A
A*333.3333 % W
Disp "HOW OFTEN IN"
Disp "SECONDS"
Prompt B
B*333.3333 % X
Disp "HOW MANY SHOTS"
Prompt Y
For(H,1,W,1)
End
Send(A)
Y-1 % Y
While Y>0
Y-1%Y
For(H,1,X,1)
End
Send(A)
End

...............................................................................
As you can see from what "solupine" showed.. you need to multiply your delay (seconds) by approx. 333.3333 to get the camera to fire at the right time...

The first delay , is how long till it takes the first shot.
The second delay, is how often between shots

This was done on a TI-83+ , if you try it on other models post it up if it works or not please..  
Jan 21, 2012. 4:00 PMkaranbhvsr says:
You sir, are a genius! OP's program didn't work but yours worked flawlessly (so far). Thanks to instructables, I've built an intervalometer and a shutter release for less than $20! (Calculator doesn't count :P)
Dec 17, 2010. 5:55 PMwalamoonbeam says:
I'm assuming the answer is no, but sometimes there are spaces between the % in your instructions and other times there are not, so were those spaces a typo? Or do you actually need to include them.
Dec 18, 2010. 8:10 AMsilentfallen says:
its been a while since i have played with this but i think you dont have ot have the spaces in there.
Sep 16, 2010. 8:49 AMFrnc11 says:
Do you replace the items in quotes with the value you want or should I enter it as shown? As in Disp "HOW MANY SHOTS" or Disp 24?
Sep 16, 2010. 9:36 PMsilentfallen says:
Enter the program how it is writen above with the % replaced with the STO key (above on/off) and run it .. the Disp lines are just text outputs so you know what to input .. for the how many shots one for example the Disp"HOW MANY SHOTS" is the text question for the line below .. Prompt Y ..

to understand it the best i suggest putting it in as i have it above and running it .. it will explain itself..
Sep 22, 2010. 9:02 AMFrnc11 says:
The program seems to run fine. No hickups or syntax errors, however, my camera refuses to fire the shutter. I have checked and re-checked the code for any flaws, but have yet to find anything. Any suggestions on what might be causing this problem?
Sep 22, 2010. 7:26 PMsilentfallen says:
what type of camera are you trying to fire??
Sep 22, 2010. 10:23 PMFrnc11 says:
I've tried an XTi, Rebel 2000, and Rebel G. Same results.
Oct 5, 2010. 11:01 AMFrnc11 says:
The program WILL fire the shutter. As it turns out, the shutter button needs to be pressed halfway down to allow the camera to meter. Is there a fix for this? As in, a way to program the calculator to automatically meter prior to taking the shot?
Oct 5, 2010. 7:20 PMsilentfallen says:
ah yes i should have added that i guess. you need to be in Manual Focus to make this work without pressing the shutter down half way. I am not sure if you get program the calculator to do both.

I my self do not have the spare time anymore to reprogram it to see if i can get it to work. if anyone out there has any ideas on how to program it please feel free to post it.
Feb 13, 2010. 8:35 AMsolupine says:
This worked wonderfully on my TI-82. I didn't have to make any adjustments at all. The only thing I noticed was that you have to have your camera set to single shot mode instead of multiple shot. If you put it on multiple shot mode it will keep taking photos.

For timing I figured the following. It might be a little off, but it's roughly correct:
1 minute interval = set A to 20000
15 seconds = 5000
and so on . . .
Feb 23, 2010. 8:15 PMArcticpheonix says:
Aaaah, so that's what was doing that. I must transmit the signal for a long while. Long enough to fire twice on mine. Thanks a lot Solupine, Yonderknight. This is a great Instructable!
Nov 8, 2009. 2:04 AM100813 says:
 I connected my calculator to my camera and started the program, but whenever I tried to enter something for "A=?" and I'd press ENTER, it would take me to ERR:SYNTAX 1:QUIT 2:GO TO. I am sure that I programmed it correctly. What's wrong??
Oct 12, 2009. 12:04 PMBCMacintosh says:
 I connected it from my ti 84plus and my canon rebel xti and it occasionally works...when it does work, it uses the actual countdown timer....is it supposed to do that?
Jun 12, 2008. 4:24 PMrockstrongo says:
i could not get this to work with my Nikon D40 and a Ti-83.
Jun 13, 2008. 2:49 PMmparis says:
I had the exact same problem. My calculator got impossibly slow and it refuses to shoot. I'm so disappointed, I'd set my mind on doing a really cool nighttime video...
Jun 14, 2008. 9:17 AMrockstrongo says:
That was exactly my problem. The calc screen went dim from the batteries draining so much. It just sat there and did nothing. Maybe Nikon requires different a different input code?
Feb 3, 2009. 6:08 PMAphus says:
From reading this, I'm pretty positive that it won't work with Nikon D40's - I've been trying it too, and the same thing happens. The camera screen goes out and the calculator becomes unbelievably slow. I guess it's just Nikon's way of ripping us off.
Apr 26, 2009. 12:02 PMlclippard says:
i have a d40 as well, and there is NO 2.5mm remote shutter slot. the 2.5 that IS there is a video output. this is why yours will not work.
Aug 15, 2008. 2:07 PMcavale says:
I did this, and it worked! Then I turned the camera off, and pulled the cord. Now it won't work again. Any ideas about what I can do???

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
7
Followers
2
Author:yonderknight