Neon Green Acrylic Truckbot Shines Bright

Our Truckbot robot has officially grown up. We started with some rapid prototyping using cardboard to flesh out our custom CAD design. We were surprised by how well the cardboard worked as a viable robot but we went ahead and splurged on $5 of neon green acrylic. Check out how sweet it looks doing compass orientation using the Android phone’s sensors.

The design is identical to the cardboard layout and we used the same laser cutter to make it (on a slower speed of course). We have some videos of using the laser cutter on our YouTube channel if you haven’t seen one before. The only difference is that we could use bolts to hold the sides together.

We also received our caster wheels in the mail so we replaced the shower door wheel we were using before. These things were less than a $1 each but it took forever for them to ship from India. We’ll try and get a bunch in bulk so we have them on hand if you want to buy a kit from us. Note how the entire back area can be used for hauling payload now, which makes this a true Truckbot.

Next up we’ll be working on two-way serial communications, adding BlueTooth as an option, and incorporating Android’s voice recognition for command input. Feel free to download the source yourself and add ideas to the issue tracker. Cellbots is all open source and we’re thrilled to be working with so many clever hackers out there incorporating cell phones into robotics.

Check out the image gallery below and we hope you make you check out the parts list and customize your own design. Hopefully you have a hackerspace nearby where you can borrow a laser cutter. If not, your local acrylic store may have one. Or to save you time and effort, we can put a robot kit together for you.

Posted in Android | 10 Comments

Our Newest Robot: Boxbot

We’re take rapid prototyping to a bigger scale with the MDF fiberboard Boxbot. Jason, our newest Cellbot contributor, designed the entire thing using Google SketchUp, and then cut up $10 worth of fiberboard on a CNC ShopBot. He built it using common hardware store components and is using two $16 windshield wiper motors to drive the wheels. The goal is to have a wide and sturdy platform for experimenting with robotics.

The control system is based on a Gadgetboard, an open source microcontroller experimentation board of Jason’s own design. We’re using two of the relays for each motor in a configuration that lets us drive forward and backward by flipping the four relays on and off in various combinations. The negative lines run through two Pulse Width Modulation (PWM) channels to give us control of the speed. We get full mobility by using just six of the channels, which leaves a lot of Gadgetboard capabilities for future add-on components.

In this video we’re using an emergency car battery for power but any 12V supply will do as long as it can handle up to 5 amps of current. The laptop is just temporary until we wire up a lower volt serial line into one of the Gadgetboard pins. Then we’ll use an Android cellphone for command and control to make it a true Cellbot.

We have an early draft of the SketchUp CAD design up on our source code page, and we’ll be refining the design as we put it though the paces. You can make a Boxbot of your own using the Gadgetboard design or a custom motor controller of your own. We’ll share more code, designs, and pictures as we flesh out the kinks and add more functionality. For now you can skim through this gallery to see the process so far.

Posted in Android | 18 Comments

Nrover Intro

Here is a detailed overview video of the basics of the Nrover platform. UPDATE – I have uploaded the source code used in this video to the Nrover Software page– also I will try to make a better video soon using a more advanced version of the software and 2 cameras so you can see both the rover outside and the control station and video feed inside at the same time. The basic idea is a live video stream allowing you to remote control the platform. This is on a Nokia N97 Mini but the same code would run on most nokia S60 phones with a camera, bluetooth, and network connection of some kind.

Note, there is an older version of a similar setup I recorded a video of back in 2008 here. This is done using programs written both in Symbian C++ and in Python-For-S60. I’d like to put out special thanks to Paavo of the Pys60 team (Good work hiring this guy, Nokia!) and to Martin Storsjo of the Movino project who has also been a great help.

Posted in Nokia | 2 Comments

Neon Green Acrylic Truckbot Preview

The cardboard Truckbot showcases how inexpensive robots can be. That doesn’t mean they can’t also shine.

Using the same CAD design as the cardboard version, we printed one out of neon green acrylic.  The 18″x24″ sheet we bought from Tap Plastics in Mountain View, CA was less than $20. With an optimized layout we could probably get four robots per sheet so it only adds $5 to the cost.

Check out the slideshow below for more details and check back soon to see it fully assembled and wheeling around. If you haven’t seen a laser cutter in action before, be sure to see our YouTube channel videos.

Posted in How-To | 5 Comments

Welcome Wired Readers!

Our Android cellbots were featured in Wired’s Gadget Lab blog today — welcome Wired.com readers.

http://www.wired.com/gadgetlab/2010/03/android-robot/

Information on how to get started is here on our Android Arduino page. We hope you’ll give this project a try and leave comments below or on the open source code site if you have questions or want to share your creations.

Happy cellbot making!

Update: Big welcome also goes out to Mashable, Gizmodo, and Hack a Day readers.

Posted in How-To | 5 Comments