Sometimes, expensive calculators hit the floor. It’s happened to almost anyone with a graphing calculator from TI or HP. Sadly, they don’t always bounce. After this happened to [Howard C.], an Industrial Engineering student from U. of Iowa, he decided to spend $50 on milling his own replacement case out of aluminum rather than trashing the device over a broken battery compartment. [Howard] chose to send us the story rather than write his own blog, so we’ve included all the great pictures he sent us after the break.
ti101 Articles
How-to: Launchpad Programming With Linux
When TI released their Launchpad development board at the end of June it generated a lot of Buzz. Here’s a package that delivered a programmer, debugger, two microcontrollers, and some accessories for less than five bucks (including shipping). They even provided a choice of two software suites but only for users running Windows who don’t mind proprietary software. If you’re looking to go another way you should consider trying out the open source alternative MSPGCC. After the break we’ll take a look at getting the tool-chain up and running in a Linux environment.
Graphic Calculator As A Spectrum Analyzer
[Michael Vincent] turned his TI-84 Plus into a spectrum analyzer. By running some assembly code on the device the link port can be used as an I2C bus (something we’ll have to keep in mind). After being inspired by the cell phone spectrum analyzer he set out to build a module compatible with the calculator by using an I2C port expander to interface with a radio receiver module. Now he can sniff out signals between 2.400 and 2.495 GHz and display the finds like in the image above.
[Thanks Cecil]
TI Makes A Big Bid For The Hobby Market
This morning Texas Instruments unveiled Launchpad, a development platform for their low-cost MSP430 line of microcontrollers. We’ve seen these chips before, most notably in the ez430 Chronos sports watch. We see this as a bid for the hobby market currently enjoyed by Arduino, PIC, AVR, and others. TI’s biggest selling point is price, but we’re going to wait to share that with you. Join us after the break to see what the package offers, then decide if the price is right.
Report From ESC Silicon Valley 2010
Ah, the heady aroma of damp engineers! It’s raining in Silicon Valley, where the 2010 Embedded Systems Conference is getting off the ground at San Jose’s McEnery Convention Center.
ESC is primarily an industry event. In the past there’s been some lighter fare such as Parallax, Inc. representing the hobbyist market and giant robot giraffes walking the expo. With the economy now turned sour, the show floor lately is just a bit smaller and the focus more businesslike. Still, nestled between components intended to sell by the millions and oscilloscopes costing more than some cars, one can still find a few nifty technology products well within the budget of most Hack a Day readers, along with a few good classic hacks and tech demos…
Mindstorm Plays Tetris For You
Obviously you’ve got too much hacking to do right now, but that game of Tetris isn’t going to play itself. [Branislav Kisacanin] has you covered with his Tetris-playing robot which is build with LEGO Mindstorm pieces. The setup is actually pretty complicated. A Texas Instruments DM6437 video development board watches the computer screen via a webcam and calculates the next move. It then outputs that to a grid of LEDs which the Mindstorm watches using a light sensor. See it in action after the break and then take some time to check out our other various Tetris based hacks.
Ez430 Home Automation
[Oliver] has been doing some work to use his TI ez430 Chronos wristwatch for some home automation. He’s working with a RF controllable lightbulb adapter which operates in the 433 MHz band. A dirt-cheap breadboard-friendly transmitter is available from Seeed Studios and he uses this in conjunction with a computer and an Arduino. Before the trolls get to their thing, YES, this is incredible overkill. But remember that he’s prototyping. We hope that if he intends to actually use this setup he’ll migrate to something like an ATtiny2313 running V-USB. Better yet, you should be able to tap into the watch’s companion receiver and cut the computer out completely.
If you’re easily amused you’ll appreciate the video of a light turning on and off after the break. If you’re a little harder to please then take a look at Oliver’s methods of using Python processing for the watch’s data.
Ok, now we’ve seen this watch turning on lights and unlocking doors. What else ‘ya got?