Wireless Electrocardiography… With IPhone

This module is a sensor package for monitoring the electrical activity of the heart. It is the product of an effort to create a Wireless Body Sensor Network node that is dependable while consuming very little electricity, which means a longer battery life. To accomplish this, the microcontroller in charge of the node compresses the data (not usually done with wireless ECG hardware) so that the radio transmissions are as short and infrequent as possible.

[Igor] sent us this tip and had a short question and answer session with one of the developers. It seems they are working with the MSP430 chips right now because of their low power consumption. Unfortunately those chips still draw a high load when transmitting so future revisions will utilize an alternative.

Oh, and why the iPhone? The device that displays the data makes little difference. In this case they’re transmitting via Bluetooth for a real-time display (seen in the video after the break). This could be used for a wide variety of devices, or monitored remotely via the Internet.

Continue reading “Wireless Electrocardiography… With IPhone”

Low-power Wireless Home Automation Sensors

The line between serious research and well-executed hacks has been getting pretty blurry lately. The device above could have been designed in your basement but it actually comes from researchers at the University of Washington. They are working on low-power home automation sensors for monitoring things like humidity, temperature, air quality, and light. The key point in their research has been the use of a home’s electrical system for wireless communication. Operating at 27 MHz has proven quite efficient to the point that one of these modules placed within 10-15 feet of an electrical run can communicate with the rest of the home, powered only by a watch battery projected to last ten years.

That’s kind of exciting, it’s a heck of a lot easier to produce and distribute a set of small boards like this than to run communication wiring throughout the house. Now we just need to pair this with the Air Force’s parasitic power work and there’ll be no need for a battery at all.

[Thanks Sidhant]

Spy Video TRAKR: The Teardown

Last Friday we looked at Wild Planet’s Spy Video TRAKR programmable RC vehicle mostly from an end user perspective. Much of our weekend was spent dismantling and photographing the device’s internal works, and poring over code and documentation, in order to better gauge the TRAKR’s true hackability. Our prior review included some erroneous speculation…we can clarify a number of details now, and forge ahead with entirely new erroneous speculation!

Continue reading “Spy Video TRAKR: The Teardown”

Spy Video TRAKR: First Impressions

At the Bay Area Maker Faire this past May, we had our first glimpse of Wild Planet’s Spy Video TRAKR, a $130 radio-controlled toy with some surprises under the hood.

On the surface, the Spy Video TRAKR — the latest addition to the popular Spy Gear toy line — is an R/C tank with a video camera and night vision, with the added ability to download new “apps” from the internet for extra functions. With a little detective work, one uncovers the TRAKR’s secret double life: it’s also an eminently hackable robotics platform! Prior Spy Gear toys have been popular hack targets, providing inexpensive, mass-produced sources of unusual items such as head-mounted displays. Rather than throw up barriers, Wild Planet has chosen to embrace this secondary market, with plans to release development tools and documentation making it possible to extend the device’s capabilities.

Read on for our image-heavy unboxing and initial impressions.

200 Mile RF Transmitter (and High Altitude Balloon)

If there is one thing we like, it’s a fellow hacker so enthusiastic about his or her work that they write the article practically for us by including as much detail and information as possible.

In this two part hack, [Scott] wrote in to let us know not only about a high school built high altitude balloon, but also his $5 long range RF transmitter. The former is simply GPS and video data logged over the flight, but [Scott’s] specialty comes in the latter. A 74HC240 octal buffer is using to amplify the signal (Morse code) from an ATTiny44a with a 29MHz oscillator, producing a usable signal as far away as 200 miles.

It is low bandwidth, but if you’re looking for a simple transmitter in your project and need something with more power (and a smaller package), this might be the ticket.

Wear A Helmet, Rollerblades With Attitude

Wireless controller, more powerful custom-made motors, stronger frame, and with a name like DeathBlades, we can’t think of a single reason why you would prefer heel treads, well everyone was young at one time.

[Charleg] has been testing out a slightly new frame, despite having only half the motors necessary, and is getting great results hitting around 23Wh/mi. If you’re looking to build your own, his blog has a post for nearly every aspect of the design.

[Thanks Jerome Demers]

Wireless Garage Door Indicator

[Sixerdoodle’s] garage door indicator tells him if the door is open or closed. He was inspired by the hack from last September but wanted to make it wireless. The setup uses an RF transmitter/receiver pair from Sparkfun, each controlled by an ATtiny13 microcontroller. We found his battle with RF interference from other devices to be interesting. Working out those bugs made for a great learning experience.