Nexus One As USB Host

[youtube=http://www.youtube.com/watch?v=3-bLOc1qnMM]

[Sven Killig] Has managed to get his Nexus One into USB host mode. This allows him to plug in all kinds of peripherals such as web cams, keyboards, even a displaylink unit. This is fantastic as it really opens up the possibilities of this device. You can see that he now has an amazingly functional and portable system running. He mentions that it is pretty stable unless he runs big programs, we wonder if he has added any RAM to it. It is worth noting that the Droid can be USB host as well.

Compound Eyes For Your Robot

[youtube=http://www.youtube.com/watch?v=iKYCob7getU]

In this writeup, you can see how to build a cheap compound eye system for your robot.  Using 4 IR LEDs and 4 phototransistors, [oddbot] gave “Mr General” the ability to follow movement in objects fairly well, assuming that they are within 200 mm. Being IR, it has the typical drawbacks such as sensitivity to light or overly reflective surfaces, but we like the idea. It is perfect for a nocturnal or low light robot.

[via Hacked Gadgets]

Augmenting A Cheap Android MID

We’ve been on the prowl for a low-cost Android MID that, you know, works well. We were originally excited by the Eken M001 but early reports about poor battery life, coupled with the fact that it only runs Android 1.6 soured our interest. [Carnivore] didn’t let those things turn him away, instead he modified the M001 to meet his needs. He added a USB hub and flash drive inside as well as a few additional connectors for external devices. He’s also inserted a front-facing camera and improved battery life from a 1600 mAh capacity up to 5200 mAh. This means he can now depend on 7-12 hours of use depending on the power saving features he chooses. This does come at a cost, he had to add room inside the case so he annexed a project box for the back cover. As you can see above, he did a beautiful job of making it look right, but it’s lost that thin-sexiness it once had. See [Carnivore’s] feature walk through after the break.

Continue reading “Augmenting A Cheap Android MID”

Furniture Bots, Transform

This mechanized table automatically expands from seating for six to seating for twelve. We tried to capture the action with the three images above but don’t miss the transforming goodness in the video after the break. Alas, we’ll never see something like this in real life because it resides on a yacht worthy of Robin Leach’s attention. We wouldn’t have a problem copying the geometry of the tabletop pieces, but there’s got to be some serious design work to pull off the structure controlling the movement. No solid price is listed, but the creators note that construction costs are in the tens-of-thousands of British Pounds. We’ll stick to our Ikea furniture hacks for now.

Continue reading “Furniture Bots, Transform”

Did That Table Just Move?

[vimeo=http://vimeo.com/11674851]

A table and chair that can move around by themselves? What’s next, suicide boothsself-replicating robots, and Star Trek styled tablet computers? It seems that [Adam Lassy] is moving in that direction. He took this furniture from Ikea and made some neat modifications to give it mobility. Each of the four legs has wheels on them and the legs themselves rotate in unison to change the direction of travel. We could see the table as a more practical drink delivery system than the Bar2d2. It certainly would make for some great late-night pranks but the chair motors need to be silenced before that can happen.

[Thanks Balbor via Ikea Hacker]

USB Hub Used For In System Programming

Did you order that 4-port USB hub because it was almost free but now it’s just sitting in your junk box? Why not turn it into an In System Programmer for AVR chips? [Paul] came up with HUB ISP as an answer to the chicken-or-egg problem we’ve seen with other diy programmers. It uses the data wires from four different USB cables to program AVR chips, enlisting the help of a 74HC00 NAND gate along the way. You do not need to have a programmed microcontroller as all the magic happens on the software end of things. The one caveat is that [Paul’s] method currently only works on Linux machines.