Step 2Program The Calculator
1) Turn on your graphing calculator (duh)
2) Press the PRGM key
3) Press the Right arrow twice to highlight the tab at the top titled "New"
4) Press ENTER
5) Enter in a name (I used "Camera")
6) You are now ready to insert the following program. The functions prompt, while, for, and end can be found by pressing the PRGM key again. The function Send has to be selected by press 2nd -> 0 (catalog).
Here is the program:
: Prompt A
: While 1
: For (H,1,A,1)
: End
: Send(A)
: End
This is a very simple program. I wrote one once that kept track of how many images were taken, displayed the estimated time remaining, etc, but it seems that it drains too much battery life and for some reason the calculator actually slowed down after a certain number of images. It might work better if you write the program on a PC in assembler, then send it to the calculator, but you need a special link cable, and that kind of defeats the point of this instructable.
Update:
The above code is claimed to work on both TI-83 and Ti-84 models.
Thanks LightShadow756 for sending me the following code for the Ti-89:
(Program)
camera(pics,delay)
Prgm
0->x
While x < pics
For y,0,delay,1
EndFor
Try
x+1->x
SendChat a
Else
ClrErr
EndTry
EndWhile
EndPrgm
(End Program)
| « Previous Step | Download PDFView All Steps | Next Step » |










































For(H,1,A,1)
What is H? And if someone has previously set H to represent a number, would it mess up the program?
1) Turn on your graphing calculator (duh)
2) Press the PRGM key
3) Press the Right arrow twice to highlight the tab at the top titled "New"
4) Press ENTER
5) Enter in a name (I used "Camera")
In the step 6) I Pressed program, but does not appear Prompt . Can anybody Help me.
Thanks,
R.Gil
H and A mean?
Thanks,
R. Gil
Please make a step by step, I need one for 1 shoot Every 10 seconds during five hours.
Thanks,
R. Gil
first does any one know if (0->x) should be (o is greater than or equal to x)?
with (0->x) my calculator returns a syntax error...
if it should be .. how do you run this?
-Home
-Var-Link
-Camera
-Camera()
what should go in the parenthesis?
Any help would be GREATLY appreciated. i may be a bit out of my league.
Thanks!
You have to make sure a is defined, the value you assign doesn't matter, works fine if you say 1->a