Tanks Treads For Your Next Robot

If you ever wanted to incorporate tank treads into one of your build you should check out this guide. The method shown above is our favorite, which uses rubber fuel line hose and #10 machine bolts to hold together two lengths of hollow-pin roller chain. You can see the drive sprocket is keyed into the outer length of chain but the wheels that distribute the vehicle’s weight rest on the rubber tubing. You’ll also find details on building hinged track, molded track, plastic conveyor track, treadmill track, and bicycle chain construction. This should cut down on development time when you finally get around to making that paintball tank.

[Thanks BoKu]

Ethernet Connection Using Capacitive Coupling

Wanting to save space and weight on his project build [Florin] set out to find a way to add Ethernet connectivity without the magnetics. His ill-advised first try involved directly coupling two switches, frying both in the process. After some research he found that Ethernet hardware manufacturers have considered the need for devices without the magnetics and there are several application notes available on the subject. [Florin] followed the information that Realtek has for their devices and learned that they can be couple capacitively. After depopulating the magnetics from a second pair of switches he wired up some resistor-capacitor networks on a breadboard and got the connecting to work.

RC Controlled Camera Takes Intimate Video Of Rodents

[Leor] wanted to take some video of the wildlife in his yard, like this chipmunk or some hummingbirds, but every time he tried to get close it scared them away. His solution was to rig up a cheap video recorder to be radio controlled (PDF). The donor camera was a cheap SD card based eBay purchase that takes 720×480 video. [Leor] removed the SMD switches from the recorder’s PCB and wired up a 4066 quad bi-lateral switch IC in its place. An RC toy car donated the receiver transmitter pair. The receiver signals are monitored by an AVR microcontroller which translates the commands in a proper set of button presses for the video. What you get is a controller that and turn the camera on and set to the proper mode, and the ability to start and stop the recording.

We’ve got some pics of the hardware after the break, and [Leor] posted a bit of the chipmunk video for your enjoyment.

Continue reading “RC Controlled Camera Takes Intimate Video Of Rodents”

Gas Containment For Laser Cutters

Tired of breathing all the noxious fumes your laser cutter puts out? Yeah… we don’t have a laser cutter either. But [Jeri Ellsworth] does and she needed a way to evacuate off-gases generated during cutting so that they don’t damage the laser cutter, or her lungs. What she came up with is a containment box that attaches to a pump system.

The problem is that you want to keep the gases away from the laser cutter hardware but you still need to be able to shoot the laser at your work material. Her clever solution is to use a silicone wafer like the ones with which she makes integrated circuits. They allow the infrared laser to pass through without being chopped in half. What you see in the image above is a red box with the round wafer in the center. Near the bottom of the image is a clear window so you can see what’s going on with your work piece. But to get the full idea you need to watch the video embedded after the break.

We can’t help but think she’s building this in preparation for some more chemistry hacking.

Continue reading “Gas Containment For Laser Cutters”

Halloween Props: This Drill Makes Your Head Spin

[Nollie551] sent us a demonstration of his head spinning yard prop. Adding a possessed child as part of your Halloween display is a nice touch. But when her head starts to spin (think: The Exorcist) as trick-or-treaters saunter by it should scare the life out of them. You can see that all it took is a jig to hold an inexpensive power drill in place. He didn’t include details of how this is hooked up but we think it would be a great way to use that drill switch hack that [Ben Krasnow] did a while back.

Join us after the break for some video.

Continue reading “Halloween Props: This Drill Makes Your Head Spin”

AVR Programming 02: The Hardware

You may be able to write the most eloquent code in the history of embedded systems but without a way to run it on the hardware it will be worthless. In this installment of the tutorial series we will:

  • Look at some of the available AVR programmer options
  • Place the microcontroller on a breadboard and connect it to a power supply and a programmer.
  • Use programming software to send some example code to the microcontroller

If you missed Part 1 take a few minutes to review that portion of the tutorial and then join us after the break.

Series roadmap:

Continue reading “AVR Programming 02: The Hardware”

Hackaday Links: October 24, 2010

Square Gears

This video demonstrates square gears and other oddly shaped cogs. We can’t think of a use but it’s interesting none-the-less. [via Tinkernology]

Cooking with Lasers

It’s late and you’ve been at the workbench for quite some time. But why go to the kitchen for a snack? Grab a couple of 1 watt lasers, hot glue a kernel of corn to a DC motor, and you’ll have popcorn in no time.

Calling this a simulator just doesn’t do it justice

Okay, so this link is a Lexus commercial. But it’s worth watching to see the footage of this driving simulator. Inside that pod is an actual automobile surrounded by a 360 degree screen. The room has a full x and y axis to move the pod (and the car) as you drive through the simulated world. It’s like someone gave a bunch of geeks an unlimited budget and say “go nuts”. [Thanks Luke]

What takes the most time in your hacking adventures?

Everyone whose spent some time in web design has run across the peculiar rendering bugs and workarounds associated with Internet Explorer. Internet Explorer Stole My Life aims to tabulate the collective time wasted from the lives of developers. We think it’s hilarious because spending the same amount of time meeting W3C standards and this problem would go away. But [Caleb] mentioned something interesting when he saw this site: What part of your hacking adventures wastes the most time? We’d love to hear about it in the comments.