theshadow27
Gawd
- Joined
- Sep 7, 2004
- Messages
- 695
this is a transcript of a thread out of Xoxide Fourums... im bringing it here because you guys tend to know a little bit more (read: a hella lot more) then anyone over there. just looking for some feedback. ~theshadow27
okay im prototyping a tutorial here. its how to add an LED/LEDs to your TI83 witout a switch/external power.
lets start with the basics... if you cant open the case then you shouldent be in the modding fourm. once open, it becomes aparent that TI did a great job of making the keypad almost 1 piece, making the back come off easy, and haveing the whole thing put together just all around very well.
this is a special edition ti83 (not plus) for my experements. im not gonna take apart my silver edition untill i have a decent plan.
4 AAA bats spits out ~6v when brand new. i figure it should run off 5:
looks like it does.
now some more pics... this will eventualy become a LCD for my comp, so ill start with the obious:
next lets get some pic's of the chips. they are going to be the key here:
the numbers on them read:
and
and
next up is figguring out what each chip is, and what it does. the reason that they are so important is this: the calcuator doesnt have a relay in it that phisicly shuts off power with the on button. all the chips remain running and powerd when it is off (i have verifyed this with da scope). they are in sleep mode... activated by a pin being pulled low/high. what pin it is, and who does the pulling is yet to be determinded. but once it is, you can slap a SMT transistor on there and power up to 10 LEDs off a TTL signal.
the TI that is currently being examined is totaly diffrent from my TI-83+SE. ive gotten a lot of usfull info from this site: http://www.datamath.org/Sci/Modern/TI-83PLUS_SE.htm . but im going to need a backlight for my computer's display anyway, so im gonna keep pushing this till i figure it out.
here is waht i know so far:
the biggest chip is the ASIC prossesor (good call jpritchard). then we have a 'ROM' chip from Epson (realy EEPROM), and a display driver chip.
some other (important) parts that ive highligthed are the main pullup resistor rated at a half a watt (enugh to reasonably supply leds...) and the main filter cap, that has ground and positive in the same place.
okay... next update:
the dotmatix display driver:
(the number is printed on it) is pretty cool, and fairly well doccumented. the data sheet is here. according the the data sheet, the 13th pin in from the left is /stb (standby) that puts the chip into low-power (off) mode. i figured that this would probably be used to turn off the screen when the calculator was "off" (standby mode). so i hooked up my scope, and vwala! it is
. so i hooked an LED up to it. and agien, on with calc, off with calc.
the screen is hooked up with a SM (surface mount) ribbon cable, which is exceedingly diffucult to solder to. so i hooked up my florecent illuminator box (i made it for blueprinting, but its great for PC board traces) and got out my exacto knife (to scrape away silkscreen). it happens to go to a end pin on the prossesor! lucky me.
next update, im going to hook up a transistor to it, and ill show yall how to do it. then the transistor will drive a couple LEDs to backlight the screen. then ill dig into my favroite TI-83+SE and do the same mod, but ill take more pictures.
anyway. for all of thos new to SurfaceMount, and that are scared to use there big ass soldering iron on anything tiny, check this out:
i used a 6$ radioshack iron just to prove its possable.
next your gonna want a small dab of glue (i like hot glue, its cheap, easy to get off if you mess up):
now for the LED. because this isnt clear, i needed a good place to put it. how bout the power button?
lets do some sanding...
and finish it up with mona lisa "superfilm" (awsome stuff i found at michals):
alright lets put it all back togheter for a test fit:
hope you guys like it so far... im not gonna post the wireing yet because im gonna do some intensive testing to make sure it doesnt mess anything up.
okay im prototyping a tutorial here. its how to add an LED/LEDs to your TI83 witout a switch/external power.
lets start with the basics... if you cant open the case then you shouldent be in the modding fourm. once open, it becomes aparent that TI did a great job of making the keypad almost 1 piece, making the back come off easy, and haveing the whole thing put together just all around very well.
this is a special edition ti83 (not plus) for my experements. im not gonna take apart my silver edition untill i have a decent plan.
4 AAA bats spits out ~6v when brand new. i figure it should run off 5:
looks like it does.
now some more pics... this will eventualy become a LCD for my comp, so ill start with the obious:
next lets get some pic's of the chips. they are going to be the key here:
the numbers on them read:
Code:
MX
C001738
1P1488A4
Code:
Toshiba
T6C79
Code:
Epson
F99512277
SRM2B256 2LN MX70
next up is figguring out what each chip is, and what it does. the reason that they are so important is this: the calcuator doesnt have a relay in it that phisicly shuts off power with the on button. all the chips remain running and powerd when it is off (i have verifyed this with da scope). they are in sleep mode... activated by a pin being pulled low/high. what pin it is, and who does the pulling is yet to be determinded. but once it is, you can slap a SMT transistor on there and power up to 10 LEDs off a TTL signal.
the TI that is currently being examined is totaly diffrent from my TI-83+SE. ive gotten a lot of usfull info from this site: http://www.datamath.org/Sci/Modern/TI-83PLUS_SE.htm . but im going to need a backlight for my computer's display anyway, so im gonna keep pushing this till i figure it out.
here is waht i know so far:
the biggest chip is the ASIC prossesor (good call jpritchard). then we have a 'ROM' chip from Epson (realy EEPROM), and a display driver chip.
some other (important) parts that ive highligthed are the main pullup resistor rated at a half a watt (enugh to reasonably supply leds...) and the main filter cap, that has ground and positive in the same place.
okay... next update:
the dotmatix display driver:
(the number is printed on it) is pretty cool, and fairly well doccumented. the data sheet is here. according the the data sheet, the 13th pin in from the left is /stb (standby) that puts the chip into low-power (off) mode. i figured that this would probably be used to turn off the screen when the calculator was "off" (standby mode). so i hooked up my scope, and vwala! it is
the screen is hooked up with a SM (surface mount) ribbon cable, which is exceedingly diffucult to solder to. so i hooked up my florecent illuminator box (i made it for blueprinting, but its great for PC board traces) and got out my exacto knife (to scrape away silkscreen). it happens to go to a end pin on the prossesor! lucky me.
next update, im going to hook up a transistor to it, and ill show yall how to do it. then the transistor will drive a couple LEDs to backlight the screen. then ill dig into my favroite TI-83+SE and do the same mod, but ill take more pictures.
anyway. for all of thos new to SurfaceMount, and that are scared to use there big ass soldering iron on anything tiny, check this out:
i used a 6$ radioshack iron just to prove its possable.
next your gonna want a small dab of glue (i like hot glue, its cheap, easy to get off if you mess up):
now for the LED. because this isnt clear, i needed a good place to put it. how bout the power button?
lets do some sanding...
and finish it up with mona lisa "superfilm" (awsome stuff i found at michals):
alright lets put it all back togheter for a test fit:
hope you guys like it so far... im not gonna post the wireing yet because im gonna do some intensive testing to make sure it doesnt mess anything up.