5/8″ Ball Bearing Playground

This kinetic sculpture is a ball bearing’s paradise. Not only do they get a cushy ride around two lift wheels but there’s a variety of enjoyable obstacles they can go down. The first is a vortex made from a wooden flower pot which sends the balls randomly down one of two possible exits. From there it’s on to enjoy a ride on a flip-flop, a divide-by-three (takes weight of three marbles before it dumps them all), a zig-zag track, or a divide by twelve mechanism. We’re sure this is a riveting read, but don’t miss the video after the break where [Ronald Walter] shows it in action and takes it apart to illustrate the various features.

If you’re wondering about the digital logic terms used, we’ve seen wooden devices that use these concepts in the past.

Continue reading “5/8″ Ball Bearing Playground”

Breathing Motion Powered USB Charger

When your batteries run low you can use your body to recharge them. This contraption generates power from chest expansion while breathing. [Jmengel] used some gears from old optical drives to boost the RPM generated by a belt around your torso that he calls a thorax expansion coupler. When you breath in, that belt pulls on a plate that spins the gears, ultimately rotating a small motor. The AC current generated by that motor is run through a rectifier and a boost converter, then fed to a charging circuit.

Does it work? Not really, as this only outputs around 50 mW. But we like the twinge of Dune nostalgia we get looking at it. Wouldn’t this be a perfect addition to a stillsuit?

Gear Indicator For Suzuki Motorcycle

This little board serves as a current gear indicator for a motorcycle. It was designed with the Suzuki V-Storm motorcycles in mind as they have a sensor built into the gearbox. Other gear indicators rely on sensors on the shifters themselves, but reading the voltage level from a gearbox sensor gives much more reliable information.

The voltage measurement is handled by an ATmega88 microcontroller which in turn drives the 8×8 LED display. Also built into the system is a temperature sensor and photoresistor. The firmware takes advantage of both of these inputs, displaying temperature when in sixth gear or at the push of a button, and dimming the display based on ambient light. There are also settings for screen rotation, and user preferences.

We didn’t find schematics or software but this should be pretty easy to replicate. If you need a primer for AVR programming we’ve got you covered.

[Thanks Michal]

How To Design Your Gears

[Dustyn Roberts] takes us through the process of designing gears for a specific application. Using Inkscape and Ponoko.com [Dustyn] takes us from equation to physical gear. While there is a plugin for Inkscape that allows you to basically drag and drop gears, this writeup will take you through the math to get exactly what you need. Those laser cut wooden gears are pretty cool looking too.

Motorcycle Current Gear Indicator

[Vassilis Papanikolaou] just finished building a gear indicator for a motorcycle. This quite a simple implementation compared to some of the other vehicle information displays we’ve taken a look at. You should be able to build and install your own without breaking the bank. An ATtiny25 microcontroller reads data from a couple of hall effect sensors and the neutral switch, then displays the current gear on a 7-segment display.

There’s a magnet on the shifter and two hall effect sensors at the position for ‘gear up’ and ‘gear down’ shifting. The AVR chip keeps track of these and even stores the last position in EEPROM when you shut the bike off. If the device somehow gets off track, it will automatically recalibrate itself next time you shift into neutral, thanks to the bike’s neutral sensor switch.

Printable Appendage With Two Joints And Integrated Motors

[Kris Reed] developed this robotic appendage as a follow-up to his original prototype. He printed it using Alumide which is a printable material with aluminum dust mixed into it. [Kris’] design utilizes three gear types; large gear, small gear, and worm gear. The motors are mounted on the middle portion of the assembly and offer an elbow and shoulder type of setup that both rotate along the same plane. We’ve got video of the testing after the break. He makes note that the movement is a bit jerky but can be cleaned up with better motor control using PWM.

Continue reading “Printable Appendage With Two Joints And Integrated Motors”

Lego Modded Antenna Tuner

legomoddedtunner

This antenna tuner is controlled remotely using geared motors and legos. The tuner needed to be closer to the antenna for performance reasons. This created a problem; most of the radio gear is inside while the tuner is outside. The gear motors and Legos combine to form a closed loop servo, operating two air core caps and an inductor switch. A control box placed near the radio is hard wired to the modded tuner outside. We would like to see something like this under gesture control using the Wii MotionPlus + Arduino.