Google, Intel, Microsoft Fund Robot Recipes
Dotnaught writes "Google, Intel, and Microsoft are funding what may become a robot invasion. Money from the three tech companies has enabled researchers at Carnegie Mellon University to create a new series of Internet-connected robots that almost anyone can build using off-the-shelf parts. These "recipes" describe how to build a robot that connects to the Internet using common parts and a $349 Qwerk controller from Charmed Labs."
...welcome our new internet-connected robotic overlords.
Why on earth would I want a web connected robot in my house? Because I already have too much privacy? Because bored kids would never think to trash my house with my own robot? Why not just install webcams and tape a web controlled taser to my neck..
We are all just people.
$129 - Nintendo DS
$54 - Supercard-Lite-MicroSD
$15 - 1GB microSD
$49 - DSerial2
$99 - RoboDS
---
$350
Combine with the open source full linux wifi environment, and I don't know why you'd want to spend $350 on that controller (I'm lazy and haven't even read the specs on the thing, but seriously, I can't imagine there is anything the roboDS can't do that it could)
http://www.natrium42.com/shop/robods.php
-dmc/jdog
Do you want your house trashed
Accept Decline
Engineering is the art of compromise.
As someone marginally involved with the project (my wife is Illah's student), I thought I might clear up some confusion that I've seen in the comments so far.
First of all, the writeup focuses a lot on the funding from Microsoft, Google, and Intel, but in reality these robots' hardware and software are being designed at Carnegie Mellon. Specifically, Microsoft isn't involved with any of the programming and design. The robots indeed run Linux, not Windows. They're not using the MS robotics studio to develop the robot.
This robot is primarily geared toward education: interesting kids in science and robotics. The project lead (Illah Nourbakhsh) has extensive experience creating science museum exhibits, tour-guide robots, and other forms of human-robot interaction. The networking functionality allows users to teleoperate the robot easily from a web browser.
Right now, the project has obtained funding for curriculum development, integrating the TeRK into beginning computer science courses at the junior college and university levels, in order to increase the appeal of computer science to people who might not otherwise be interested in the field.
I/O
- 4 closed-loop 2.0 Amp motor controllers (supports both quadrature encoder and back-EMF "sensorless" feedback)
- 16 RC-servo controllers
- 16 programmable digital I/Os
- 8 12-bit analog inputs
- 2 RS-232 ports
- USB 2.0 host ports for connecting standard USB PC peripherals
- 10/100BT Ethernet port
- Built-in audio amp for playing MP3 and WAV files
More than I could squeeze out of a $10 microcontroller and a couple of dollars worth of driver silicon. If you can, I bow to you. However, for us mortals, it's often easier to learn from a kit than to start from scratch, and this seems like one powerful little kit.When our name is on the back of your car, we're behind you all the way!
I contributed to TeRK while working on my MS at CMU.
The idea is to provide as simple of an interface to programming the robot as possible. You can write your own stuff directly on the hardware if you like (it's got a serial connection so it's easy to connect to). Or, you can take advantage of the layers of code and write something which runs on your PC... but still has access to things like values from the analog inputs and moving the motors -- all via 802.11. The project uses a lot of open source and the source code for all of the components is available. There is a lot of framework code written in C that runs on the Qwerk board itself, and it uses ICE to connect from the board to either a relay server or your PC. Then, for the people who don't like to program at all (or are just starting out), there is a lot of software, including a basic emulator of the board, mostly written in Java, that they can just run on Windows, Mac OS, or Linux.
During development, we took our PC app and a couple of Qwerks to a group of robotics hobbyists and they were floored by the kind of capability you can get for free with the Qwerk and all of the software that's already been written. Most of them wanted to find a way to incorporate the board into their own projects.
Anyway, the goal of the project is to have a wide appeal. I hope it can get a lot more people excited about what they can do, and all at a very low cost compared to other kits.
// No comment