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.

Continue reading “TI Makes A Big Bid For The Hobby Market”

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?

Coded Entry Using Your Wristwatch

[Ziyan] and [Zach] built a door entry system that uses a code entered from your wristwatch. They’re using the TI eZ-430 Chronos that we saw in November. There is a project box mounted over the deadbolt lever. Inside, the wireless fob waits for the watch to connect. When a watch has connected and the correct code is received (using 128 bit encryption) the fob actuates a servo to turn the lock. On the user side of things the code is entered by tapping the watch. The built-in accelerometer picks up these taps and relays them to the door unit.

It’s a heck of a project! Check out their demonstration video after the break. We’d like to see a mechanical option for escaping the apartment in case the door unit fails but otherwise we think this is perfectly executed. We’re looking forward to seeing more projects that tap into this TI hardware.

Continue reading “Coded Entry Using Your Wristwatch”

TI Sports Watch For Hacking

How would you like to have a 3-axis accelerometer, pressure sensor, temperature sensor, RF wireless, and an LCD screen in a development package?  What if we told you that you can have it in the form factor of a wristwatch offering from Texas Instruments? How much would you pay for such a device? Quit guessing, you can pick it up for just $49 with an estimated delivery in mid-February of next year.

Our tip-line has been packed with emails about this since it was announced on Monday. The device ships with the firmware to serve as a sports watch with heart rate monitor. The price is pretty good just for that functionality but this package also includes a USB programming and emulation dongle so that you can develop your own firmware. It looks like the included development software is written for Windows but we’re hoping you can get it running on other platforms as well.

The LCD is a segment display, so you won’t see DOOM running on board. That said, we expect your first project to turn this into a wireless controller using the buttons and accelerometer.