Hackerspace Competition Combines Drinking And Lock Picking – Need We Say More?

rumble_challenge_lockpicking_contest

The guys from Bloomington’s Fraternal Order of Lock Sport (FOOLS) sure know how to throw a party! At this year’s DerbyCon event down in Louisville, the group put on an awesome event that combined lockpicking and drinking – what could be better?

The Rumble Challenge is lock picking game where six people compete head to head for the best time. Whenever a competitor masters his lock, the competition is paused so that each player has a chance to take a shot from their air-powered shot dispensing machine. Once everyone has imbibed, the next round starts with the competitors picking up where they left off, in an effort to be the next to successfully open his lock.

The game is controlled by an Arduino, which both times the competition and senses when the locks have been opened. The Arduino relays this data to a computer, which uses a projector to display the contestant’s scores on a big screen. As an added bonus, FOOLS member [dosman] added loud rumble motors to the locking mechanisms in order to throw competitors off their game.

The contest sounds like a ton of fun – we’re bummed that we missed it. If you want to see how the game was put together, check out [dosman’s] build log over at the Bloominglabs wiki.

Light Up Biking Vest Shows Impatient Drivers How Fast You Are Going

nighttime_bike_speed_vest

[Mykle Hansen] is an avid cyclist, and safety is a big concern for him. He says that bicyclists often receive a lot of honks and grief from passing motorists because they perceive them as moving far slower than they really are. According to [Mykle], this misjudgment can result in “right hook” collisions, which kill several bicyclists each year. To increase his nighttime visibility and to give drivers a better idea of how fast he’s traveling, he constructed a bicycling vest that displays his current speed in large 7-inch tall numbers.

He uses an off-the-shelf speedometer to get his current speed, feeding that data to an Arduino tucked inside his vest. The Arduino then lights the appropriate EL wire digits to relay his speed to motorists behind him.

It seems to work pretty well if the video below is any indication, and there’s no denying that it will catch a driver’s attention at night. If you’re thinking of making one for yourself, check out his Make:Projects page for a complete look at how it was put together.

Continue reading “Light Up Biking Vest Shows Impatient Drivers How Fast You Are Going”

Sustainability Hacks: Solar Panels Built From Old Windows And Factory Rejects

diy_solar_panels

The crew over at The Tech Junkies recently took another look at solar power and thought that the pricing had come down enough for them to consider powering their entire shop via the sun. Cheaper or not, they still didn’t want to pay retail for solar panels, so they decided to build their own instead.

They scoured eBay for a bit and scored a nice batch of “production error” solar cells for about $0.25/watt, which is a great deal. After unpacking and sorting the cells, they began fitting them into a set of old window panels they had sitting around their shop. The cells were wired together using tabbing wire, and after a quick test to ensure everything was working correctly, the panel was permanently set using epoxy.

In its current state, they estimate that their panel can generate 35 watts of power, though they have a few design changes in mind to raise that number a bit. The total cost was roughly $375 for enough materials to build 9 panels, which is pretty reasonable.

Be sure to check out their blog for a quick overview of what it takes to build a solar panel if you’re thinking of putting together one of your own.

Video: Everything You Wanted To Know About DC Motors

Continuing on with our series of Hackaday original videos, this week we are presenting a video all about DC motors. DC motors are relatively simple electromechanical devices that turn electrical energy into rotational movement. In this video, [Jack] takes apart a small DC motor and shows off all of the parts inside and describes how it all works. He also talks about how to modify DC motors to increase their speed or torque as well as how to change their directional preference. In this video, he rewinds a motor and shows how this changes the performance characteristics of the motor.

Is mechanical stuff not your thing? Stay tuned for next week when we launch into a series of videos where we show how to program for the Atmel ATmega328 processor using C. In this series, we’ll show you the real nuts and bolts of programming for this processor by working with its I/O pins,timers, A/D, interrupts, and more.

Video after the break.
Continue reading “Video: Everything You Wanted To Know About DC Motors”

Vetinari Clock Will Drive You Insane

Sometimes we need more psy ops in our life. Being an eminent fan of the Discworld series, Reddit user [rdmiller3] decided he needed to build Lord Vetinari’s clock. This fictional clock was placed in the waiting room for Lord Vetinari in several of the Discworld books. Although the clock keeps accurate time overall, it sometimes tics irregularly and out of sync. The reason? To whittle away the minds of whoever waits for Lord Vetinari.

The build uses a standard battery-powered analog clockwork. The ticking mechanism is just a magnet mounted inside a coil driven iron core. The coil leads were disconnected from the clock circuit and connected to digital inputs of an Arduino. With a few random() calls, the clock keeps accurate but random time.

Unfortunately, the clock stopped working after a few weeks because the 5 V from the Arduino was, “pounding it way too hard.” [rdmiller3] says a few resistors and LEDs for the voltage drop would make for a more reliable circuit, though. Check out the hard to watch video of the clock in action after the break.

Continue reading “Vetinari Clock Will Drive You Insane”

Reclaiming Waste Heat From Appliances

Here we see [Christopher Suprock] hanging out in his basement laundry area in order to show off his intelligent heat exchanger. The reason for the device is simple, when you use your clothes dryer , hot water heater, other other utilities that generate heat, energy is often wasted in the form of hot exhaust gases. Why not get the most for you clothes drying dollar by sourcing that hot air to warm your house.

The block you see on top of the dryer is a heat exchanger. The exhaust from the dryer passes through a radiator assembly before being vented outside the house. Some control hardware monitors the temperature of the input side and switches on the fan when it detects a higher temperature than the ambient air. Air then flows through the radiator, picking up heat energy from the exhaust gas. See [Christopher’s] explaination, and some thermal readings while the dryer is running, in the video after the break.

This makes us wonder, if the heat exchanger drops the exhaust gas fifty degrees before being vented, will this cause any issues with condensation?

Continue reading “Reclaiming Waste Heat From Appliances”

A Masochistic Video Card

Have a penchant for pain? Why not destroy your fingertips with a wire-wrap tool building a video card made entirely out of discrete components.

When [Chris] decided to build an entry for the Dangerous Prototypes 7400 logic competition he already had his hands full. The 74xx chips he had on hand had a maximum clock frequency of 25MHz, but the VGA pixel clock runs at 40MHz. dividing the H sync timing by 4 means the maximum speed required of the video card is only 10MHz, albeit with a reduced resolution.

The video card was constructed on perfboard with wirewrap sockets. An 8-bit DAC was included, allowing the card to display 256 separate colors but only the three primary lines were wired up to the VGA cable. As is, the card cycles through 8 different colors in a constant loop, not bad for a pile of chips.

VGA out has been done on everything from an ARM to an ATtiny, but rarely, if ever, has VGA been done with discrete components. While this video card may not be our first choice for bitcoin mining, it’s still a very impressive build. Check out the walk through video after the break.

Continue reading “A Masochistic Video Card”