This hexapod was sent to us on the tipline from [Jamie]. If you want to take the six-legged robot a bit farther than our earlier posts, here and here, this is the hexapod for you. The structural pieces were modeled, and cut out of 3mm thick plywood using CNC. He used TO-220 transistor nylon isolation mounts for the bearings, and bolts and locknuts at each joints. The main body houses eight servos, six for the legs and two for a camera head pan and tilt. There are another six servos, one for each leg, to lift the feet. The whole thing is controlled by an Atmel AT90S8515 clocked at 8 Mhz. The code was compiled using WinAVR free GCC GNU-C. He uses a PlayStation controller to help debug the walk cycles, and change parameters as needed. Watch a video after the jump.
Continue reading “Six Legged Crawler”
cnc hacks912 Articles
CNC Pumpkin Carving
How do hardware geeks carve pumpkins? With giant home made CNC mills, that’s how. Using the open source CNC kit from Lumenlab.com, they converted a photograph into g-code, then fed it to the machine. After about 20 minutes of pumpkin drilling, they had this beautiful jack-o’-lantern. We are definitely jealous. Keep up the good work Lumenlab.
Cheap XY Table Using Hobby Servos
[CarlS] wanted to build a low cost x y table for display on teletoyland.com. He realized that to keep cost low, he could use hobby servos instead of stepper motors. Exact precision wasn’t a big issue here, so the hobby servos would be perfectly acceptable.
Though Linear hobby servos are available, he decided that the cost was prohibitive. He used normal hobby servos, but had to modify their internals to get the exact amount of travel necessary. Many people modify the hobby servos for continuous rotation, but this would cause a loss in the ability for exact positioning. Instead, he replaced the potentiometer that measures the position of the servo with a 10 turn potentiometer. This allowed him 10x the travel.
CNC Wood Router
[GlacialWanderer] has published the first pictures from his CNC machine build. It’s a three axis gantry style machine that he intends to route and engrave wood with. He’s posted a detailed cost breakdown: $1800. He estimates spending 30 hours researching on sites like CNCzone. The build time for the mechanical side was around 50 hours. The electrical system hasn’t been hoooked up yet, so look for that in a future post. It looks like an incredible machine already, so we can’t wait to see what’s next.
Ice Carving Robot
[Bruce] and [Jesse] put together an ice carving robot a while back. For the most part, it’s a CNC machine that is placed on top of the ice. In order to handle the actual ice cutting, they opted for a weed eater turned super rotary tool.
FABR: Another 3d Printing Project
[Lou]’s been working on his own 3d printer: fabr. We find it appealing because the entry cost is quit a bit lower than something like the reprap. 80/20 isn’t that cheap, but you don’t need a large commercial laser cutter to build the chassis. The steppers he used appear to be inexpensive ones that can be salvaged from dot matrix printer. To drive it, he’s working on a custom microstepping board and hopes to eventually develop an Arduino shield to control the stepper drivers. That’s right, it’ll get an Arudino to act as the CNC control interface.
BiPed Robot Version 3
Instructables user [alex.v] posted version 3 of his BiPed Robot. This robot is designed to mimic the control and movements of a human’s lower body. It has 12 degrees of freedom and a nice custom framework CNC’d from acryl sheets. The electronics consist of servos controlled by a custom board built around an ATmega8 and 3 ATtiny26s all programmed in assembly. He also has custom desktop software written in VB which allows direct control of the robot and graphs sensor data. His site contains pictures, videos, and design materials.