Make The World Takes On Crowdsourcing Prosthetics

adafruit-make-the-world-prosthetics

Tonight marks the launch of a new program from Adafruit focused on improving the availability of prosthetic designs. The program will be highlighted in four Google+ Hangouts over the coming month. Mark your calendars for 8pm Eastern Time to join in on the one-hour launch.

We’ve seen a fair number of prosthetic hacks over the years, and every time one is featured we try to drive home the importance of sharing information in order to build upon the advances of others. The power of this is clear, shown in a $150 3D printed hand for a child, hackers that are replacing their own limbs or digits, and the sharing of diy fabrication techniques to help bring prostheses to the developing world. So get excited, get involved, and get hacking!

How This Power Racing Series Car Got On A Plane To WMF

pwrc-on-a-plane

You really should check out the monthly meetings at your local hackerspace. It’s an excellent opportunity to hear the most interesting stories. Like the tale of how the guys from Sector67 got this electric vehicle on the plane with them. Not only did it go up in the air, but they did zero planning ahead of time on how they would actually pull it off.

[Bob Baddeley] posted an album of the PRC experience at World Maker Faire. There are captions that somewhat tell the tale, but we’ll fill you in as best we can on the rest of the story behind this second car from the hackerspace — lovingly known as the Lamebourghini.

Continue reading “How This Power Racing Series Car Got On A Plane To WMF”

Interactive Office Conference Table (Tableduino)

table_large

The folks over at One Mighty Roar have been hacking their office lately, and there have been some pretty creative results! The latest development is this interactive office conference table.

The table itself is made of fine American walnut and is quite appealing, but they wanted it to be a bit flashier than that.

The center square of the table features the company logo lit up by RGB LED’s, and the whole thing lifts out of the table using a small hydraulic actuator. This reveals some power outlets and ethernet jacks, but unfortunately the current system doesn’t have any safety precautions to make sure it doesn’t close on cables…

If that wasn’t enough, they wanted to automate the whole thing too, so there are also ultrasonic range sensors underneath which can detect when people are present — the end goal is to have the LEDs change color depending on how many people attend a meeting. This is all controlled by an Arduino Uno — but we have to wonder, isn’t there a better way for detecting if people are sitting down? The project is far from done though, so there will be many more features to come.

One of their other cool office hacks includes their interactive office sign that is controlled both by SMS or web app.

Making A 9GHz Doppler Radar

[Kalle] is currently building an FMCW radar, but as he doesn’t have all the parts finished he decided to build a 9GHZ doppler radar in the mean time. The H-plane horn antennas were made from brass sheet and soldered together. [Kalle] checked the matching between the emitter and the antenna by inserting a directional coupler between the two and measuring the intensity of the reflected signal (approximated return loss). At 9Ghz, the Doppler shift for a 1 meter per second speed is about 30Hz so he connected the radar’s output signal to his soundcard.

A quick explanation of the Doppler effect that a radar uses: if you send an RF signal at a given frequency to a moving target, the reflected signal’s frequency will be shifted. It is commonly heard when a vehicle sounding a siren or horn approaches, passes, and recedes from an observer. The received frequency is higher (compared to the emitted frequency) during the approach, it is identical at the instant of passing by, and it is lower during the recession. Hackaday featured plenty of projects using this effect: a small doppler motion sensor, gesture control using doppler shift, hacking an old radar gun

Step Into The Box

thebox

Take three industrial robots, two 4’ x 8’ canvases, and several powerful video projectors. Depending on who is doing the robot programming you may end up with a lot of broken glass and splinters, or you may end up with The Box.  The latest video released by the creators project, The Box features industrial robots and projection mapping. We recently featured Disarm from the same channel.

The Box is one of those cases of taking multiple existing technologies and putting them together with breathtaking results. We can’t help but think of the possibilities of systems such as CastAR while watching the video. The robots move two large canvases while projectors display a series of 3D images on them. A third robot moves the camera.

In the behind the scenes video, the creators revealed that the robots are programmed using a Maya plugin. The plugin allowed them to synchronize the robot’s movements along with the animation. The entire video is a complex choreographed dance – even the position of the actor was pre-programmed into Maya.

Continue reading “Step Into The Box”

VU Meter Prom Dress

vu meter prom dress

[Kyle] has just put the finishing touches on this VU Meter Prom dress, and it looks great!

The dress makes use of 70 feet of aquamarine EL wire, a 2600mAh li-on battery, a repurposed DB9 cable, an Arduino knock off, an Adafruit microphone pre-amp, and features eight addressable triac channels through an EL Escudo Dos by Sparkfun. Each loop of EL wire was sewn into the dress using clear thread. The separate segments were then daisy chained together near the zipper in the back using ribbon cables. To top it all off, [Kyle] has a cheap thermoforming setup utilizing a toaster oven which he used to make an acrylic case for the electronics.

The dress is for his lucky friend [Diane] and we think it will make for quite a memorable prom! To see this awesome VU Meter in action, stick around after the break for the video.

Continue reading “VU Meter Prom Dress”

Raspberry Pi Media Center On An Apple TV

You may tend to think of the AppleTV as a sort of walled garden, and you would mostly be right. Apple keeps tight control over what runs on their devices. That said, [David] decided to look closer at how the various ‘applications’ work. It turns out, the applications are nothing more than glorified web plugins. Using XML and Javascript, the apps simply define library function calls, giving them a consistent interface. So using fairly simply methods, the options really open up. Unfortunately, the method for adding new sites isn’t enabled by default.

Using a jailbroken AppleTV, [David] was able to do a fair bit of detective work and found a way to enable the ‘Add Site’ option, which allowed him to use his Raspberry Pi as a media server. The good news: you don’t need to jailbreak if you’re running 5.2 or 5.3… you should be able to recreate his success fairly easily. The bad news: things seem to have changed in 6.0. [David] isn’t sure if this was Apple intentionally closing a hole, or just not dotting all of their i’s.

[David] put all of his research up on Github, including the rough code. If you haven’t updated your AppleTV yet, and you have a Raspberry Pi to use as a media server, give it a try and let us know how it goes in the comments.