Friday, January 29, 2010

Hover-Bot

I'm working on the base of a Hover-Bot. It's in the design stages, so only the lift factor has been checked. I have two more ducted fans on order and they'll supply the propulsive force for the Hover-Bot. My goal is to create a two dimensional simulation of satellites.

In traditional robots, when the motors are shut off, the robot stops. Not so for a "nearly" frictionless sliding robot. To get the Hover-Bot to stop, it must apply reverse thrust to counteract the initial thrust that got it moving. There's also the issue of sliding sideways.

Currently I'm investigating the amount of current the lift fan draws based on the supply voltage.

I have a movie clip that I'll post shortly.

Saturday, January 23, 2010

CheapBot Single Axis Arm

Here's the demonstration of the new single axis robotic arm I developed. It's a simple deign that's suitable for entry level robotics competitions. In this case, the CheapBot robot is combining a line follower, beacon detector, and robotic arm to carry plastic balls from a pick up point (which is marked by an IR beacon) and carries them to a destination. Both the pick up point and the destination are marked with black tape. A robot in a game like this would score points based on the number of balls it delievered in a fixed period of time. In the case of a tie, the smaller progam (in bytes) wins.

Wednesday, January 20, 2010

I'm developing a simple robotic arm for 4H competition. The arm is single axis (it rasies and lowers) and is capable of carrying and dropping a lightweight plastic ball. Currently, this robotics testbed seeks the black line at the end of the game arena and raises its arm. To tell you it's ready for a ball, it beeps - and gives you three seconds to load it. Afterwards, it turns and drives for a few seconds before lowering the arm and dropping off the ball.

The next update will have the robot drive back and forth between two black lines, picking up and delievering balls. Instead of waiting three seconds for you to load a ball, I'll add a switch to the arm so the robot can tell when one has been loaded.


I'm still trying to prefect my IR beacon. I want the robot to determine which end of the arena is the pick up point because of the beacon above it.

Sunday, January 17, 2010

US Geek Shortage

Here's an interesting article.

www.wired.com/dangerroom/2010/01/darpa-us-geek-shortage-is-a-national-security-risk/

We need to be teaching and encouraging more kids to take science,math,and engineering classes. Is there a US FIRST club at your local high school? They could always use some help.

Monday, December 14, 2009

Robotic Arm Redux

I made another modification to the robotic arm. First, to make sure a jack will trigger the lever switch, I covered the end of the arm with neoprene foam. That makes it more likely the robot will detect jacks when they are picked up off-center.

I saw a problem were the arm successfully picked up a jack, but then dropped it after rasing the arm. I'm going to need to add a line of code to the robot to check the switch at the end of the arm one more time after the arm is brought up. I only have three bytes of memory left, I hope I can shoehorn that in.

Sunday, December 13, 2009

CheapBot Robotic Arm

I've started testing a robotic arm for my line of CheapBot robots. It's easy to make an arm raise and lower, but I've had difficulty designing an end effector for it. It has to be light weight and reliable. After reading about the wire snare used on the Space Shuttle robotic arm, I decided to give it a try for the CheapBot robotic arm. The arm prototype is attached to my CheapBot test bed in the image below.

You can see a lever switch attached to the nose of the arm. That's so the robot can detect that it has picked up an object

In the snare test video above, you can see the piano wire snare extend, the arm drop, the snare retract, and the arm raise with the toy jack.

Look for one or more arm kits (I'm working on a second design), a radio, and smart beacon kit early next year.

May all your holidays be robotic.

Wednesday, December 9, 2009

Squeak eToys

Squeak will be one of the installed applications for the One Laptop per Child program (http://laptop.org/en/). It's a neat application and a good way for kids to show what they have learned (it would go great in combination with a Power Point).

I just completed my CheapBot Squeak program for my Constructivist Philosophy class and will post the final program on my webpage (NearSys.com) under the catalog link this weekend. It's a work in progress and over the months, I hope to include programs that simulate more features of the CheapBot and even create simulations of a near space mission.