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!

Add An Arduino To A Google+ Hangout

Google+ Hangouts provide a group video chat with the ability to add apps. [RobotGrrl] created a Node.js web app to control an Arduino that can be added to a Hangout.

There’s a Javascript client that runs inside of the Hangout and communicates with the Node.js server running on an EC2 server over WebSockets. The server receives this client data and sends commands to Processing using TCP sockets. Processing deals with communicating with the Arduino, allowing you to control many things from the Hangout.

In this simple example, [RobotGrrl] demonstrates how to toggle an LED from the Hangout. This includes a tutorial on setting up your EC2 instance, full source for the server and client apps, the processing sketch to control an Arduino, and the code to allow the app to be added to a Hangout.

This example shows the basics, but there’s a whole slew of things that could be controlled with this system. [RobotGrrl] even demonstrates some robots that are controlled from a Hangout interface.

Check out an overview video after the break.

Continue reading “Add An Arduino To A Google+ Hangout”

Meet OSCAR, The Google Hangout Robot

[Gus] made it to the Google+ developers vlog to show off his new Google+ hangout controlled robot. This robot, named OSCAR (Overly Simplified Collaboratively Actuated Robot), drives around according to the whims of everyone in a Google+ hangout. Not only is the robot under remote control through a Google+ hangout, it also features a camera, allowing a hangout audience to explore a space in real time.

[Gus] built OSCAR out of an old Roomba he found in his parent’s basement. After attaching an Android tablet to the Roomba with some binder clips, [Gus] put a web server on the tablet and wrote a Google+ hangout extension allowing all hangout viewers to remotely control OSCAR.

Right now, all the commands received on the hangout are put into a queue, meaning everyone on a hangout has control of OSCAR. The next version will change those commands to deltas, or changes in the current state, canceling out conflicting commands. If only we had one of these while we were streaming for the Red Bull competition

You can check out a demo of OSCAR after the break.

Continue reading “Meet OSCAR, The Google Hangout Robot”

Google Hangout Laser Turret

The guys from the House4Hack hackerspace in Johannesburg won the 2011 Google+ Hackathon with their Friggin’ Laser Turret. The build started off as a remote-controlled webcam that can be controlled by anyone in a Google+ hangout. On a whim, the team decided to add a laser to the build because lasers are awesome.

The inspiration for the build was to have a Google+ hangout available whenever someone is at the hackerspace. If a guest can’t grace the team with their physical presence, at least they can be there virtually. The camera is controlled by an Arduino running a bog-standard servo library implementation. The Arduino is connected to a laptop over a serial connection and is able to move left and right. To spice things up a little, the team added a 25mA laser diode to the build controlled from a digital output on the Arduino.

For winning the Jo’burg Google+ Hackathon, the guys scored themselves a Samsung Galaxy S II phone. Not a bad prize for building something cool. Check out the demo of the friggin’ laser turret after the break.

Continue reading “Google Hangout Laser Turret”