RC Car And Beagle Board Mate For A Versatile Robot Build

Here’s a rover project that has plenty of power (translated) to go places. This is true not only of its locomotive capability, but processing power as well.

The RC car used here (translated) is not overly expensive, but offers a lot of versatility. It’s got front and rear steering via two servo motors, as well as independent drive motors for each end. The frame also offers an advanced suspension system that lets the vehicle flex to keep as many wheels on the ground as possible. It’s a great find if you don’t want to start off your project bogged down in the hardware design.

On the control side of things a Beagle Board has been choosen. The demo after the break shows it controlling an added turret servo, as well as the drive mechanism controlled via a keyboard. These are driven through the embedded Ubuntu image running on the board. This should provide plenty of processing power to add obstacle avoidance and autonomy routines in future versions.

Continue reading “RC Car And Beagle Board Mate For A Versatile Robot Build”

AVRcam For Small Robot Machine Vision

It’s neat how a project from 2004 can still be relevant if it’s done really well. This is the case with AVRcam.  It uses an Atmel AVR mega8 and can do some pretty impressive things, like track up to eight objects at 30fps. The hardware and software is also open source, so it should be possible to build one yourself. There are many projects like it on the internet, though often they require much beefier hardware. Although, these days you can fit a computer inside a match box, so we see more and more projects just throwing a full USB camera on a robot to do simple things like line following.  It’s debatable which solution is more elegant, but maybe not which one is more impressive.

RC Truck Source For Robotics Platform

[Michael] sent us a link to his RC robotic platform. He started with the same RC toy as the iPhone Robot (CAR) but ended up with a blank slate waiting for more features. What he has is an Arduino with a motor driver, three bump switches for the front and rear, and a XBee module.  On the other side of things he used a SparkFun USB to FTDI connector to interface another XBee module with a PC in order to use Processing.

In the clip after the break you can see the motor control needs to have more fine-tuning done so the beast isn’t just out of control when running. But there’s a ton of potential here. It should not be a problem to add at lease rudimentary video feedback from the device. The Arduino is currently only being used marginally, leaving plenty of space to add on-board sensing such as IR, proximity, or light.

It’s a clean start, we expect to see updates! Continue reading “RC Truck Source For Robotics Platform”

S.P.A.R.K. Beginer Robotics Resources

spark

We love to see educational resources appear. iRobot has put together Starter Programs for Advancement of Robotics Knowledge or S.P.A.R.K to serve as not only education, but amusement with the purpose of getting people interested in robotics. With sections divided into different grade levels, it is obvious that this is mainly meant for school aged kids. There are some games as well to keep them amused when they need a break. We looked around a little bit and it seems that they are still fleshing it out. We hope to see some structured content specifically created for education of youngsters. Right now it is mainly links to other resources.

[via botjunkie]

Opensource Robotic Arm

arm

[oomlout] has released this Opensource robotic arm. It is 5 axis, using cheap hobby servos. The total cost, including having it cut at thingaiverse.com is roughly $150. The plans include all the pieces, down to the servo controller. This means that you’ll have to supply your own microcontroller and programming. They do state “We can guarantee it is loads of fun to play with, and we think potentially very useful for more serious pursuits.” and we would like to test that guarantee. We’ve been keeping an eye out for this ever since the servo switch assemblies.

[via Hack a Day flickr pool]

2024 Hackaday Superconference Speakers, Round One

Supercon is the Ultimate Hardware Conference and you need to be there! We’ve got a stellar slate of speakers this year — way too many to feature in one post. So here’s your first taste, and a reminder that Supercon will sell out so get your tickets now before it’s too late.

In addition to the full-length talks, we’ve got a series of Lightning Talks, so if you want to share seven minutes’ of insight with everyone there, please register your Lightning Talk idea now.

But Supercon has a lot more than just talks! The badge heavily features Supercon Add-Ons, and we want to see the awesome SAOs you are working on. There will be prizes, and we’ll manufacture four of our favorite designs in small batches for the winners, and make a full run for Hackaday Europe in 2025. Want to know more about SAOs? They’re the ideal starter PCB project.

Continue reading “2024 Hackaday Superconference Speakers, Round One”

Reconfigurable Tracked Robot Has Some Neat Flexible Abilities

When you think of tracked robots, you might think of bomb disposal robots or others used in military applications. You probably haven’t seen anything quite like this, however—it’s a “reconfigurable continuous track robot” from researchers [Tal Kislasi] and [David Zarrouk (via IEEE Spectrum).

Neat party trick!

The robot looks simple, like some kind of tracked worm. As its motors turn, the track moves along as you would expect, propelling the robot along the ground. Its special feature, though, is that the track can bend itself up and down, just like a snake might as it rises up to survey a given area.

The little tracked robot can thus tilt itself up to climb steps, and even bend itself over small obstacles. It can even try and hold itself up high as it inches along to try and bridge its way over a gap.

The robot can selectively lock each link (or not) as it passes by.

How does it achieve this? Well, the robot is able to selectively lock the individual links of its outer track in various orientations. As the links pass over the front of the robot, a small actuator is used to lock each link in a 20-degree orientation, or a straight orientation, or leave them loose.

The ability to lock multiple links into a continuous rigid structure allows the robot to rise up from the ground, form itself into a stiff beam, or conform to the ground as desired. A mechanism at the back of the robot unlatches the links as they pass by so the robot retains flexibility as it moves along.

It’s a nifty design, and one we’d like to see implemented on a more advanced tracked robot. We’ve explained the benefits of tracked drivetrains before, too.

Continue reading “Reconfigurable Tracked Robot Has Some Neat Flexible Abilities”