NYC Resistor hosted a wearable wireless workshop today. It was taught by [Rob Faludi] and [Kate Hartman]. They brought along their recently released LilyPad XBee breakout boards. The goal of the class was to use the digital radios to build wireless communication gloves. Above, you can see the conductive thread sewn into the fingertips to key the device. The signal is transmitted to the other glove, which flashes an indicator LED so you can communicate using Morse code.
Author: Eliot1332 Articles
A ShiftBrite Christmas
[youtube=http://www.youtube.com/watch?v=8PVC5jABuB8]
[Garrett] took 30 of his ShiftBrite modules and mounted them to his front fence for Christmas. The ShiftBrite is a serially addressable high output RGB LED. The individual modules are quite adept at applications like this where you’re stringing multiple lights together. They have identical buses on either side, specifically for daisychaining. The installation above looks great.
Year In Ideas
The New York Times has published their 8th annual Year in Ideas. It’s a collection of interesting research and policy changes that have happened in the last year. They cover several projects that we’ve found noteworthy in the past. Pictured above is [Max Donelan]’s power generating knee brace. It generates power as you perform mundane daily activities. Another pick was the Brickley Engine. It has a unique piston layout to reduce friction for increased efficiency. We were particularly interested in the research that discovered drone pilots become exhausted far quicker than pilots in real aircraft. It’s doubtful that this problem of “sensory isolation” will go away and we wonder what other fields it might appear in. They even mention [Josh Klein]’s crow vending machine. You’ll find something to pique your interest in the Year of Ideas, even if it’s DNA forensics for dog poop.
[via Waxy]
Make: The Resistor
[vimeo 2490503]
Embedded above is a short segment produced by Make about one of our most fundamental circuit components: the resistor. Although brief at just five minutes, it covers resistor basics and the historical development of Ohm’s law.
MINI’s Augmented Reality Ad
We were surprised last month when we saw augmented reality being done completely in flash. It hasn’t taken too long to go mainstream though. MINI has incorporated it into a recent German language magazine ad campaign. The fiduciary marks actually work quite well with MINI’s established ad format. Visit the ad’s URL and hold the magazine up to the webcam and a 3D model of the MINI Cabrio will appear. They have a PDF of the ad that you can print and use if you don’t have the original. Unfortunately, it doesn’t seem to have cross-platform support.
[via Autoblog]
Baby Twitters Via Kicks
[Corey Menscher] built the Kickbee while attending ITP this Fall. It monitors his pregnant wife’s belly and updates Twitter, a microblogging service, every time the baby kicks. The device makes everyone aware of the baby’s movement, not just the expectant mother. It can also log the baby’s activity to monitor development. The sensors are piezos held in place with an elastic band. They’re connected to an Arduino Mini which connects to a host computer using a BlueSMIRF bluetooth module. The host Mac does the logging and twittering.
This is one of the many projects on display at the ITP Winter Show.
[Thanks, @readiness via Boing Boing]
Simulated Annealing
Here’s an update on our earlier post about genetic programming. Altered Qualia has posted a new implementation of [Ron Alsing]’s idea. It starts with 50 polygons and then randomly changes one parameter with each optimization step. If the the change results in fewer differences from the target image, it’s kept as the new best DNA. This search method is similar to simulated annealing. The image above is the result of 1500 good mutations out of 35900 possible. The implementation lets you choose any image, but smaller means the fitness calculation is faster. It’s written in JavaScript using the <canvas> environment. You’ll definitely get better performance using newer browser builds.
[Original image by R Stevens]
[via Waxy]