A Large Hexapod Made Of Wood And PVC Pipe

pvc hexapod rc tests with Evie the dog

Although not the biggest hexapod walker we’ve seen by any means, this one is nonetheless worth a mention. Made with windshield wiper motors, PVC pipe, and lots of wood, it’s still a good size ‘bot. It’s a work in progress, but check out the video of it’s legs being tested as well as one of it’s preliminary assembly after the break.

Control is similar to this little hexapod that we’ve featured before in the the front and back legs are driven by a motor and linked together using threaded rod.  In this case though, the rod is 1/4 – 20, much larger than the 4-40 rod used by it’s little predecessor. Also unlike little PegLeg, the middle legs are independently actuated, not linked together. This should allow for some different modes of locomotion.

Different modes of locomotion, that is, if it’s able to walk. Although able to pick itself up, the middle legs are barely strong enough to support the large battery and powerful, but heavy, automotive motors. This is an introductory post to this project, and everything will hopefully be worked out and explained in time. Be sure to check back and see how this robot progresses, and the details of the different elements of this ‘bot. Continue reading “A Large Hexapod Made Of Wood And PVC Pipe”

Lab Robot Demonstrates Mastery Of Culturing And Other Tasks

Lab work is a pretty good job. But sometimes being around hazardous samples, or completing tedious and repetitive tasks leave scientists looking for a different way. This robot seems to know its way around a lab. The folks behind it claim it’s more precise than veteran lab technicians, and that it can complete the tasks in half the time.

After watching the video (embedded after the jump) we’re quite impressed. The dexterity shown by the system illustrates care down to the tiniest of details. This is because everything the robot works with has been passed through a 3D scanner in order to establish a virtual model. This way the training is done in the computer. The robot can be run though any number of scenarios before it actually starts working with infectious materials like the influenza virus and other not-so-nice microbes.

What we’d really like to know is what kind of visual feedback system is being used.

Continue reading “Lab Robot Demonstrates Mastery Of Culturing And Other Tasks”

Drawbot Software Aims To Do It Better Than The Rest

drawbot-software

There are plenty of drawbot projects out there, many of which come with their own special software in tow. While some of these packages are easier to use than others, [Dan Royer] is pretty sure he can do it better.

Looking for a fun and engaging way to teach STEM subjects in schools across the country, [Dan] developed a relatively simple drawbot which can be constructed by a wide range of age groups. While he is trying to get schools to purchase his robot kits, we’re guessing that our readers would be more inclined to build their own.

So what does [Dan] have to offer that might interest you? Well, he says he has developed some drawbot software that’s pretty darn easy to use. Rather than multiple applications generating machine-specific code, his software will transform your picture into a line drawing in one easy step. The app uses a traveling-salesman algorithm to generate drawings with nary a crossed line in sight before outputting the resultant machine instructions in easy-to-use GCode.

We don’t have a drawbot of our own handy to test his software out, so if you do happen to give it a shot, let us know how it worked for you in the comments.

Shakey Robot Plays Angry Birds

At this year’s Pycon [Jason Huggins] gave a talk about his Angry Birds playing robot. He built a delta robot which includes a pen actuator for controlling a capacitive touch screen. The video after the break starts with a demo of the bot beating a level of Angry Birds on the iPad.

The idea behind the build is that robots like this could be used for app testing. I this case [Jason] has tweaked the servo commands manually to achieve the results. But during the talk he does demonstrate some machine vision to analyze and win a game of tic-tac-toe.

We do enjoy seeing the robot, but we’re not sold on the thought that testing will use robots. Perhaps there is a niche need for this type of thing, but we assume the majority of automated testing can be done in the emulator for the device on which you are developing. What we really want to know is how the capacitive stylus works. We didn’t catch him talking about it at all. We want a reliable, yet simple way to electronically trigger touchscreen inputs (along the lines of this project). If you know how [Jason’s] stylus is working please share your thoughts in the comments section.

Continue reading “Shakey Robot Plays Angry Birds”

Redesigning The RC Tank

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

[Vincent] started building this tank (translation) with a regular hobby model: the Heng Long Tiger 1. However, after considering some goals for the project, he decided to nearly gut the tank and redesign it, basing it on the Arduino and a standard Motor Shield. The possibilities with this setup are nearly endless. In its current form, the ArduTiger detects obstacles in front of it by way of three servo-mounted infrared rangefinders. The tank’s trajectory can be adjusted automatically based on feedback from the servo positions. Two additional short-range rangefinders detect if there is ground for the tank to roll over, keeping it safe from cliffs and black holes.  [Vincent] plans on updating this beast by adding a Raspberry Pi for live video and advanced control… and maybe even adding a Geiger counter!

Robot Trash Can Catches Anything You Throw Near It

This guy is about to toss the blue ball half way between the book shelf and the waste basket. By the time it gets there the waste basket will have moved into position to catch the ball perfectly. It’ll do the same for just about anything you throw.

We’re unable to read the captions but it looks like this may have been made as part of a commercial which is shown in the first few seconds of the video after the break. From there we see the development of a locomotive mechanism which will fit into the bottom of the bin. It start as a single swivel wheel, but gets more complicated quite quickly. Once the low-profile three-wheeler is milled and assembled it’s time to start writing the code to translate input from a Kinect 3D camera and extrapolate the position for catching the trash. The final result seems to do this perfectly.

Continue reading “Robot Trash Can Catches Anything You Throw Near It”

Self Balancing Robot Uses Cascading PID Algorithms

At this point we’re beginning to think that building a self-balancing robot is one of the rights of passage alongside blinking some LEDs and writing Hello World on an LCD screen. We’re not saying it’s easy to pull off a build like this one. But the project makes you learn a lot about a wide range of topics, and really pushes your skills to the next level. This latest offering comes from [Sebastian Nilsson]. He used three different microcontrollers to get the two-wheeler to stand on its own.

He used our favorite quick-fabrication materials of threaded rod and acrylic. The body is much taller than what we’re used to seeing and to help guard against the inevitable fall he used some foam packing material to protect the top level. Three different Arduino boards are working together. One monitors the speed and direction of each wheel. Another monitors the IMU board for position and motion feedback, and the final board combines data from the others and takes care of the balancing. Two PID algorithms provide predictive correction, first by analyzing the wheel motion, then feeding that data into the second which uses the IMU feedback. It balances very well, and can even be jostled without falling. See for yourself in the clip after the break.

Continue reading “Self Balancing Robot Uses Cascading PID Algorithms”