Racking Up Miles On A Bicycle Odometer

[jonh] religiously tracks the miles he rides on his bicycle. When his odometer’s battery started getting low, he wanted a way to run the miles up to where they were before, since replacing the battery resets everything to zero. [jonh] used an Atmel microcontroller to run up the miles on his bike computer so he could pick right back up where he left off. There is definitely a Ferris Bueller’s Day Off joke in here somewhere.

The bike computer itself is designed to plug into a base that connects to a magnet-triggered reed relay. It uses a wheel-mounted magnet to count the number of revolutions made and thus the distance traveled. [jonh] hooked up a simple microcontroller-driven circuit to these connectors to trick the bike computer into thinking it was moving, and moving fast! Since he knew the number of miles he wanted to sandbag onto the odometer, he was able to program it to run up the proper amount of miles and then stop. There’s no source code listing for the project, but this shouldn’t be too hard to reproduce. He provides a pencil-drawn schematic for the connection to the cyclometer from the microcontroller. At the end, there’s also some sage advice for those of you who are interested in building a decent hardware hacking lab on the cheap.

Brain Car Interface

The AutoNOMOS labs project has found a new way to maneuver its vehicles, your brain. We have looked at a previous version that uses a mostly computerized van under remote control from an iPhone. This one however, named “Brain Driver”, places the operator in the driver’s seat with an EEG strapped to their head.

Going for a more sporty look, the current vehicle is a drive-by-wire Volkswagen Passat wagon filled to the brim with fun toys like LIDAR/ RADAR sensor technology, cameras, and a specialized GPS. The EEG interface is a commercially available Emotiv model, and after a few rounds of training on safe ground, the driver is placed in control of the car.

In one demonstration the car approaches a 4 way intersection, the driver only has to think left or right and the car (intelligently) navigates the turn after coming to a proper stop, and checking for obstacles. In the second demo car and driver are let loose on an unused airport to test responsiveness.

If you like brains, cars, robots, and spinning lasers join us after the break for a video.

[youtube=http://www.youtube.com/watch?v=iDV_62QoHjY&w=450] Continue reading “Brain Car Interface”

Pedal Powered EL Wire Bike

el_wire_bike

Instructables user [samsmith17] wanted to cover his bike with EL wire for this year’s Burning Man, but he didn’t want to mess with the hassle of using batteries as a power source. Instead, he decided that his EL wire bike would be powered solely by the rider. In the interest of keeping things green, the entire build is made up of re-purposed parts, aside from the EL wire itself.

If you are not familiar, EL wire only lights up when AC current is supplied, so he decided to use a stepper motor to generate the current required. The stepper motor was mounted against his bike’s wheel, and wired backwards through the AC transformer portion of an old cell phone charger in order to step up to the required voltage. A rheostat was also added to the circuit in order to help prevent an over voltage condition, which could potentially damage or destroy the EL wire.

The end result is pretty cool to watch, and costs very little to boot. It would be nice to see someone expand on his project, adding additional wire colors and perhaps a few capacitors to keep the wire from going dark immediately after the wheels stop turning.

Continue reading to see a quick video of the completed project.

Continue reading “Pedal Powered EL Wire Bike”

FareBot – Android NFC Proof Of Concept

farebot_logo

Upon learning that the Nexus S smartphone was equipped with a Near Field Communications NFC) radio, [Eric Butler] decided he would put the newly released Gingerbread SDK to good use.  Focusing initially on ORCA fare cards used by several Washington state transit systems, he built an open-source application he calls FareBot, which can read data from any MIFARE DESFire branded cards.  Utilizing the NFC radio in the Nexus S, he was able to dump all of the unprotected information from the fare cards, including  the remaining card balance and the last 10 locations where the card was used.

The author hopes that his proof of concept application encourages other developers to expand on his project and to explore the data stored on transit cards around the world. While it is in its early stages, [Eric] would ultimately like to see this project expanded to allow the use of NFC-enabled smartphones as transit cards themselves via downloadable apps.  He suggests that helping people understand the amount of data which can be freely obtained from these cards will eventually force the manufacturers to better inform consumers of the existing system’s shortcomings, which in turn might spur on smartphone-based transit initiatives.

CNC Milled Docking System For Droid

[Steve] wanted a dock for his Droid phone but couldn’t bear to put cheap-looking parts in his nice BMW. He decided to build his own in order to satisfy his functional and stylistic needs. His main goal was to have a dock with no wires showing, but it also needed to be removable and have the ability to work with different devices (GPS, Droid, etc.).

The hardest part of a build like this is matching the bracket system to the car’s interior. [Steve] sidestepped the problem by starting with a commercial mounting bracket made specifically for the BMW E90 series. From there he added the female half of a mounting bracket he milled himself. The male half connects to this part using an edge connector, passing signals and power between the car and whichever device is currently installed. This way he can design brackets for different devices and not change what’s in the car.

To get a closer look, check out the video after the break. The system he came up with looks wonderful and works great.

Continue reading “CNC Milled Docking System For Droid”

Harvesting Ultrasonic Sensors

With many modern cars coming equipped with an array of ultrasonic sensors mounted in the bumpers, it stands to reason that many junk yards have them too. [jimk3038] points out that, unless they’re crushed, they’re probably good. The list of features on these is pretty long, including being short proof, water proof,  EMF proof and fast. These tough little suckers can be used in a multitude of projects and can have a range of roughly 2 meters.  [jimk3038] documents in great detail how to use these things as well as offering some sample code to get you started. Why didn’t we think of this?

Robo Rainbow Graffiti Machine

[mudlevel] built this rainbow graffiti producing robot for an art exhibit in San Diego. While there are no build details we can easily pick this apart from the pictures. Looks like the brains are an arduino, the drive is a power drill with the trigger removed, and a few other servos for firing the spray cans.  The counter weighted arm for creating the rainbow was a pretty good idea too. Watching this, we had an idea for a super simple purely mechanical way to do this that would be similar to a catapult.  You could use the motion of the trailer to “wind up” the counter balance with a simple ratcheting spool of string attached to the axle. Engage your spray cans and let the balance drop and you’re done.  Pedal on to re-wind the counterbalance for another rainbow.