Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Submission + - Color-Screen TI-84 Plus Calculator Leaked (cemetech.net) 1

KermMartian writes: "It has been nearly two decades since Texas Instruments released the TI-82 graphing calculator, and as the TI-83, TI-83+, and TI-84+ were created in the intervening years, these 6MHz machines have only become more absurdly retro, complete with 96x64-pixel monochome LCDs and a $120 price tag. However, a student member of a popular graphing calculator hacking site has leaked pictures and details about a new color-screen TI-84+ calculator, verified to be coming soon from Texas Instruments. With the lukewarm reception to TI's Nspire line, it seems to be an attempt to compete with Casio's popular color-screen Prizm calculator. Imagine the graphs (and games!) on this new 320x240 canvas."

Comment Re:Kids interested in PROGRAMMING! (Score 1) 302

Absolutely agreed. I just wrote a book on learning to program using graphing calculators as a springboard, entitled "Programming the TI-83 Plus/TI-84 Plus", which ironically ships from the bindery to stores today! I heartily recommend getting kids excited about programming with graphing calculators, and in thirteen years of volunteering my time to the community I've seen hundreds of users become calculator programmers and later engineers or software developers. Sidebar: the LCD is 96x64, or 96x120 on the TI-86.

Comment Re:Keep using them as loaners (Score 1) 302

Actually, the TI-84+/SE have a USB slave port, which with some software bitbanging enterprising community hackers have turned into a host port for HID peripherals. So the USB keyboard/mouse with a calculator is a reality. Even the "dinky" TI-83 can be made to speak PS/2 with one or two KB of assembly code.

Comment Re:Your duty is clear: (Score 5, Informative) 302

CALCnet allows networking of TI-83 and similar calculators with relatively simple external hardware.

With that detail out of the way, you are free to implement a display-wall and/or the most powerful z80 cluster computer in the known universe.

Extra credit, of course, will be awarded if you succeed in writing an xorg driver that can treat an MxN array of networked calculators as a greyscale display of appropriate resolution.

As the author of that hack, I solidly second that suggestion. We also have a bunch of other calculator hacking projects that might interest you, like case-modding, adding features likes backlights, PS/2 ports, a touchpad, etc. There was the FloppyTunes project ( http://www.cemetech.net/projects/item.php?id=38 ) that lets you play music on a floppy drive with a calculator. Since you have so many calculators, though, CALCnet would be fun to play with, and since we're always looking for people to help with a wireless version of CALCnet, that might be something fun. And no one has written a distributed computation system with CALCnet yet!

Comment Re:But... Ummm... (Score 1) 60

As far the enthusiast community has been able to figure out, since they make a massive profit on the hardware, what they're mostly selling is a piece of software, namely the calculator's OS. It costs them nothing to replicate that OS ad infinitum, and the only recent updates they've made to it have been poorly-tested and quite buggy, so they have little incentive to improve their calculator line other than pressure from other calculator manufacturers like HP and Casio.

Comment Re:Why only Ti-83/4 (Score 1) 60

Exactly. I do plenty of coding for high-performance systems for not-fun; it's a fun challenge to kick back and try to challenge myself with a low-resource device. Also, as far as the TI-Nspire goes, it's an extremely locked-down platform, and one on which TI actively discourages third-party development.

Slashdot Top Deals

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...