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?

Hackaday Links: December 27, 2009

Brain Controlled Game

If you’re a fan of biometrics this game is for you. It uses a homemade EEG to facilitate simple control. This is along the same lines as the Force Trainer hacks but this homebrew hardware is fun to look at. The success of the project can be seen in the video of a simple game they developed.

RF Camera Remote

[Jonny] wanted to trigger his Nikon camera remotely but was unhappy with the functionality of the IR remote. He hacked together an RF remote and receiver that still uses the IR functionality of the camera, but allows for the geographic freedom of Radio Frequency. Not as advanced as some we’ve seen but it meets his specifications.

CNC Mill

[Jan] tipped us off about a CNC mill that her friend made. The machine turned out beautifully even though very few tools were used to produce it. We love to pour over these builds so if you’ve done one, document it and send it in.

Neutering the On Demand Button

[Dan] hated his Comcast remote because the On Demand button could be hit by mistake. This was usually when trying to unpause live TV. The remainder of the show couldn’t be viewed just because the On Demand menu launched. Simplicity is king. He fixed this by placing two small paper rolls between the button and the circuit board. This way the button can still be used but only if you press pretty hard.

BobLight Night Light Networking

It turns out that more than just pictures of women and flashing animations can be found on the X10 website. [Jonathan] based his BobLight project around the MS14A X10 module.

The idea for the devices started off as a Christmas gift for his parents in-law. A boblight turns on when motion is detected. It then communicates (through radio) with the other boblights to turn them all on. If motion is not detected by any of the boblights for a length of time, they all turn off. Rather than having the user shut all of them off every morning, a light sensor is used to automate the task.

Each boblight is a common LED utility light combined with the board of an MS14A and added a 310MHz RF receiver. He even hacked the board by replacing the onboard PIC with a higher spec model. We think [Jonathan] did a great job at implementing an innovative concept.

Static Bleeder

When you are in the middle of the desert, pretty much every solution to a mechanical or electrical problem is a hack. [Sgt.M] who was deployed in Iraq sought out the help of radio guru [H.P. Friedrichs] about a static problem he was having. When dust storms would blow in strange things would happen in camp. Humming and crackling could be heard and [Sgt. M] actually had an electrical arc from a lamp to his hand at a distance of about 2 feet.

[Friedrichs] helped him find the problem. Their antennae were acting as static electricity collectors in the dust. All that dust friction in the dry air constantly built up a charge. The solution was simple, discharge the electricity at the antenna when it isn’t in use. Several solutions are outlined on the page, so check them out.

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.

Remote Uses No Batteries

How often do you change the batteries in your television remote control?  Yeah, basically never. But that’s a tribute to how efficient the device is and not a reason to overlook this development. NEC is showing off a remote control that uses no batteries. Power is generated using the piezo effect that occurs when a button is pushed. That is to say, when a crystal is compressed it emits a tiny bit of electricity which is harnessed and used to power this device. This is the same principle that is used in the electricity producing sidewalks tested in Japan.

It’s pretty phenomenal that they can run the device using this method. Right now there’s only a handful of buttons but we’re sure there’ll be advances in the technology. There’s a ton of use for this if it can be miniaturized. It is using radio frequency instead of infrared, making it a useful development in wireless doorbells, garage door openers, key-less entry fobs for your car, and many more applications.

[Thanks das_coach]