Giving Graphing Calculators A New Life

[youtube=http://www.youtube.com/watch?v=Um0IeGGdIRY&w=470]

[Christopher] at Cemetech, ever frequent HaD feature for his hacked up graphing calculators, made it to the NYC Maker Faire.

He already posted on his blog he was making the trip up to Maker Faire, but we were lucky enough to catch up with him. Two things: the name of his blog isn’t ‘cement tech’, but ‘chem tech.’ Apparently he hates it when it’s mispronounced.

Secondly, he’s been turning in the TI-83s for a Casio Prizm graphing calculator. In the video above he tells us he’s gotten a few homebrew games running on the Prizm, a Lua interpreter, and is currently working on digging around the operating system.

Classic Game Of Snake On An ARM Controller

Every now and again we take a break from looking at all of your awesome projects and get to work on our own. I thought I’d take a minute to show off my game of Snake. It’s a classic that I remember playing on a graphing calculator (TI-83) back in high school. I had never written my own version and decided it would be a good reason to spend some more time on the ARM platform.

The dev board I’m using is the STM32 F0 Discovery board. Once I had a usable template for compiling the code on a Linux box everything else just started to fall into place. The screen is from a Nokia 3595. Several years back I cut off the keypad and made a breakout board for it. It’s pretty dim but it’s small and uses SPI so it tends to be my go-to display for prototyping. But I did get my hands on an SSD1289 TFT screen (after writing about this project) for about $16 and I’ve had some success with that. It uses a parallel interface so it’s not as easy to hook up and I’ve had some crosstalk issues when running at 24 MHz.

But I digress. Check out the demo video of my simple game after the break. There are more details about my programming choices at post link above. You will see this hardware again soon. I’m working on an On Chip Debugging primer and these ARM dev boards are perfect for it!

Continue reading “Classic Game Of Snake On An ARM Controller”

Cemetech’s Ultimate Calculator V2

[Christopher] piped up in our comments on a recent post about using laptop touch pads in other things, noting that he had done this on his Ultimate Calculator Version 2. What he’s done is upgraded his TI-83+ calculator to house a number of improvements and customizations. It now has a stronger RGB backlight so he can illuminate his screen in whatever color strikes his mood. He also integrated a PS2 port so he could use an external mouse/ keyboard. What brought this to our comments though, was the embedded laptop touchpad on the back that is also fully functional. He topped it all off with a rather pleasing paint job as well.

The funny thing is, we caught a glimpse of this thing in a previous post about networking these calculators.

Doom For Your Calculator Gets A Color Upgrade

You’re not still playing nDoom in black and white, are you? What decade do live in? Thankfully, the Doom port for TI-nspire calculators has been upgraded to support color. That is if you’ve got the hardware to run it.

The video after the break (and the image above) shows a TI-nspire CX running the popular first-person-shooter. It’s seen several upgrades since the beta version which we saw piggy-backed with a different TI-83 hack a year ago. The control scheme has been tweaked, and a menu system was added. It’s not the same on-screen menu that you would see with the DOS version of the game, but it accomplishes that same thing. This port is packaged with the Ndless program that unlocks the hardware so that you can perform your own hacks.

Unfortunately there is still no sound available for the game but that is a project for a different time. We know it must be possible because we’ve seen a TI-84+ used to play music stored on a thumb drive. Continue reading “Doom For Your Calculator Gets A Color Upgrade”

Making Sweet Floppy Drive Music With A Calculator

floppy-music-ti83-style

[Chris] says that he’s been pretty busy lately, leaving little opportunity for hacking. However he did manage to find a little time to put together a small project that has occupied his to-do list for a while – a floppy drive music controller.

We have seen hacks that use microcontrollers to actuate floppy drive motors before, but we can’t remember anything that used a calculator to do the job instead. While a microcontroller gives you plenty of I/O pins to play with, [Chris’] Ti-83+ only has two.

Even with the calculator’s I/O limitations, he didn’t find the task too overly difficult as he merely needed to hold a pair of the drive’s pins low, while pulsing two others. He modified a media player written for Ti calculators to output the necessary control signals, then he cranked out some tunes.

As you can see in the video below, his simple setup works quite well – not bad for just a few hours’ work.

Continue reading “Making Sweet Floppy Drive Music With A Calculator”

[Bunnie] Mods Chumby To Capture Epic Time-lapse Video

When [Bunny] moved into his apartment in Singapore he was surprised to find that a huge building project was just getting started on the other side of the block. Being the curious sort, he was always interested in what was going on, but just looking in on the project occasionally wasn’t enough. Instead, he set up a camera and made a time-lapse video.

This isn’t hard, you can find a slew of intervalometer projects which we’ve covered over the years. But being that [Bunnie] is one of the designers of the Chumby One, and frequently performs hacks on the hardware, it’s no surprise that he chose to use that hardware for the project.

Luckily, he’s sharing the steps he used to get Chumby capturing images. He mentions the hardest part is finding a compatible USB camera. If you have one that works with a 2008 Linux kernel you should be fine. The rest is done with shell scripts. Mplayer captures the images when the script is called from a cron job. Once all the frames are captured, he used mencoder to stitch the JPEGs into a movie. See the result after the break.

Continue reading “[Bunnie] Mods Chumby To Capture Epic Time-lapse Video”

Metal Race Combines Operation And Calculator Game

metal_race

[Greg] was feeling nostalgic about the game RACE for to TI-83 graphing calculator. In the game, your car is stationary with controls to move the scrolling maze from side to side in order to avoid a crash. He set out to build a physical version of the game with a don’t-touch-the-side concept that reminds us of Operation.

The game board is a wire frame constructed from paperclips then attached to a motorized frame. The vehicle is also metal and is attached to the lens sled from a scrapped CD-ROM drive. The maze scrolls from left to right with up and down vehicle motion controlled by two arcade buttons. An Arduino controls the motors and monitors the button inputs. He has plans to add a buzzer that sounds when the metal car “crashes” in to the wire walls of the maze. We’ve embedded video of the working game after the break. For more build photos take a look at his flickr set. Continue reading “Metal Race Combines Operation And Calculator Game”