Spokes? We Don’t Need No Stinking Spokes!

The Air Kraken is a bicycle for demon spawn. Well, that’s what it reminds us of anyway. [Gabriel Cain] took his inspiration from burning man and also had several reasons for building it, but the one that we just love to hear is ‘because I can’.

The over-grown tricycle built for two is more than just some bicycle frames welded together. [Gabriel] built the wheel set himself using some very interesting methods. We believe the hubs themselves are actually automobile rims drilled to accept eye bolts. Instead of rigid spokes, a network of steel cable keeps the rims, made from plastic culvert pipe, centered. For grip, mountain bike tires were cut into pieces and screwed onto the pipe parts. The whole shebang is steered using a ship’s wheel (not pictured above) to turn the small wheel located behind the two riders.

After the break we’ve embedded a video of the vehicle in motion. It is the second of three videos that have been posted so far, with the other two walking through how [Gabriel] solved the design challenges facing him during the build.

[Gabriel] sent us a link after seeing the quadbike post on Monday. Don’t keep your projects to yourself, make sure to send us a tip and we’ll make sure to keep posting about them.

Continue reading “Spokes? We Don’t Need No Stinking Spokes!”

Wooden Bike Hopes To Set World Record, Not Catch Fire

splinterbike

[Michael Thompson] has been hard at work for well over six months building a bicycle made entirely of wood. The project started as a bet between two friends, and has become much more over the last few months. The SplinterBike, as it is being called, has been constructed solely from wooden parts, as well as glue and paint – but not much else.

The bike uses many different woods in its construction, each chosen to fulfill a particular purpose. The axles are made from hardwood ekki, while all of the gears, wheels, and frame parts were constructed from birch plywood. Oiled ironwood was chosen to serve as a replacement for metal bearings wherever moving parts came together due to its durability. Other parts were constructed with random scraps that [Michael] had sitting around in the shop, such as the handlebars which were cut from an old broomstick.

Now that the bike is complete, [Michael] and his friend [James] are gearing up to set a wooden bike land speed world record. It should be doable, as they have calculated that the bike should hit about 31 miles per hour provided [James] can pedal fast enough. A date for the record attempt has yet to be set, but keep an eye out – it’s likely to be an entertaining show.

[via Gizmodo]

More Bike-controlled Google-travelling

This is becoming such a popular hack we figure someone needs to come up with a name for it like Google-travelling or Google-cising (exercising with Google). It’s a bike controller for Google Earth. [Braingram] broke out his road bike, setting it up in the trainer in front of his laptop. If you already have a computer with a cadence sensor this will be a snap. These measure the crank rotation using a magnet and reed switch. So as not screw up his summer biking [Braingram] spliced into the sensor while leaving it attached to the bike computer. From there it is read by an Arduino which also monitors an analog joystick attached to the handlebars. A little bit of Python scripting and you’ll be ready to go.

Be sure to check out some of the other variants like using an exercise bike, or adding a wearable display.

Climbing Bike Storage Thwarts Thieves?

If you’ve got an expensive bike and don’t mind carrying around a whole bunch of extra weight in your courier bag you’ll like this concept. A design team built a pole-climbing bike rack in about 14 days. The video after the break shows the prototyping process as well as the finished “lock” in use. It’s a commercial for the company that employs the designers, but this is one kind of advert we don’t mind watching.

Square channel makes up the body of the device, with a set of Rollerblade wheels which grab a light pole and use three 12V gear motors for climbing. The controller is a wireless fob similar to those used for keyless entry on cars. In the video you can hear the cliché sound of a car alarm being set once the carrier reaches its finished height. Nice.

Continue reading “Climbing Bike Storage Thwarts Thieves?”

AVR Programming 04: Writing Code, Etc.

Welcome back to this fourth and final installment of the series. The first three parts should have been enough to get you off the ground, but a few more learning examples wouldn’t hurt. It’s also a good time to discuss some of the other things these little chips can do. Join me after the break to:

  • Expand the sample code, adding features to our simple program while I challenge you to write the code yourself.
  • Discuss AVR fuse bits, how to use them, and what to watch out for
  • Touch on some of the peripherals you’ll come across in these chips

As a grand flourish to the series, I’ve used the example hardware from this final part to build a bicycle tail light. Hopefully this will inspire you to create something much more clever.

Series roadmap:

Continue reading “AVR Programming 04: Writing Code, Etc.”

Exercise Along To Google Street View

As part of a Master’s Thesis [Lette Moloney] made this exercise bike control Google Street View. The hardware setup is quite rudimentary, two hall effect sensors mounted next to each other detect a magnet that was hot-glued to the crank. When the magnet passes the sensors an Arduino establishes if it was a forward or backward stroke based on which sensor was tripped first. From there a keystroke is issued to Google Street View to move the virtual location accordingly.

One thing we didn’t expect until we saw the video (embedded after the break) is that traversing street view is not a smooth experience. It’s more of a slide show as you exercise. Not a big deal since the hardware setup can be reused with different virtual stimuli. One thing that comes to mind is attaching a camera to the handlebars of your bike and recording your favorite rides during the warm months so that you can replay them during your indoor winter training. Of course that’s going to require some coding to marry the Arduino data to the speed of the video playback but we want to see it done anyway. Wow, image a database that would allow folks to share point-of-view videos of their rides… it’s the only way we’d ever get to see what it’s like to climb your way up Alpe_d’Huez.

We saw a slew of these stationary bike hacks a while back. If this wets your appetite, check in on one with a wearable display, another that also uses Street View, or pedaling to the top of a miniature mountain.

Continue reading “Exercise Along To Google Street View”

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]