The RedBull creation contest begins!

The RedBull Creation contest begins today.

Last year, we had a ton of fun competing in the RedBull creation contest. The idea is that RedBull hosts this big contest where teams compete by making awesome stuff. Finalists get to take a trip to Brooklyn for a build off extravaganza. Frankly, we think this is how ALL advertising budgets should be spent.

This year, however, we will not be participating as a team in the contest. We’ll be helping judge it!

The hardware:

In previous years, RedBull has sent out some custom hardware for people to use. Last year it was basically an Arduino on a custom PCB with some cool touch sensors. This year, they’ve sent out this multi purpose LED controller shield that looks pretty impressive.

You can see all the details along with a breakdown of the board from the creator himself, after the break.

[Read more...]

Synthesizing graphene in your basement laboratory

graphene-in-the-home-lab

We’re surprised that we haven’t come across any of [Robert Murray-Smith's] projects before. Looking through his collection of YouTube uploads proves that he’s a very active amateur chemist (we assume this is a hobby because he performs the experiment in a mayonnaise jar). The video we’re featuring today is about ten minutes of his technique for synthesizing graphene. The video can be watched after the break. Be warned that the audio doesn’t sync with the video because he overdubbed the presentation to fix up the poor audio quality from the original.

Graphene is something of a compound-du-jour when it comes to electronic research. You may remember reading about using DVD burners to make graphene film that will go into thinks like super-capacitors to replace batteries. [Robert] starts off his process with a jar of 98% sulfuric acid and 75% phosphoric acid. He pours in powdered graphite (chemical proportions are important here) and gives it a swirl. Next some potassium permanganate is added over about five or ten minutes. From there it goes on the stir plate for three days of constant stirring. During this time the solution will go from green to brown, indicating the presence of graphene oxide.

He goes on from there, but it’s clear he hasn’t found an iron-clad route to his end goal of isolating the graphene for use in constructing things like those super-capcitors we mentioned earlier. If you’ve got a home lab and some interest perhaps you can contribute to his efforts.

[Read more...]

Yamaha SW60XG hack lets you use it as a standalone MIDI device

yamaha-sw60xg-hack

This is a Yamaha XG card, the SW60XG to be exact. It’s an audio card for a PC which extends the MIDI standard to include over six hundred instruments. By today’s standards the almost twenty year old card isn’t all that powerful, but it is interesting to see it used as a standalone device.

[Benji Kimba] posted the video overview of his project which you can watch after the break. The image above is found at about 2:35 seconds and about twenty seconds later you get a look at how he patched into the conductors on the edge connector on both sides followed by the MIDI in and out connections. Finally, we get a look at a proper schematic at the four minute mark which details the pull-up resistors, hardware reset circuit, and the optoisolator he added for the MIDI connections themselves.

[Read more...]

Combo lock uses relays and logic gates

logic-combo-lock

Here’s a really fascinating circuit that implements a combination lock using relays and logic gates. Even with the schematic and written explanation of how it works we’re still left somewhat in the dark. We’ll either pull out some paper and do it by hand this weekend, or build it chunk by chunk in a simulator like Atanua. Either way, the project sparked our interest enough that we want to get elbow deep into its inner workings.

From the description we know that it uses a combination of CD4017, CD4030, CD4072, and CD4081 chips. You’re probably familiar with the 4017 which is a decade counter popular in a lot of project. The other chips provide XOR, OR, and AND gates respectively. The relays were chosen for two purposes. One of them activates when a correct combination has been entered, effectively serving as the output for the combo lock. The other two are for activating the clock and affecting a reset if the wrong combination is entered.

It makes us wonder if this would be incredibly simple to brute force the combination by listening for sound of the reset relay activating? It’s hard to tell from the video after the break if you can discern a wrong digit from a right once just based on sound.

[Read more...]

Another way to look at Charlieplexing

charlieplexing-with-buttons

Charlieplexing is a technique that allows you to drive a larger number of LEDs than wouldn’t be possible with the same number of I/O pins on a traditional multiplexed matrix. If we lost you there just think of it as lots of blinky lights connected to a small number of pins. It works by leveraging the one-way nature of a diode. Current will only flow through an LED in one direction so if you hook up your display in a clever way you can drive multiple LEDs from one I/O by switching the polarity of that pin between voltage and ground. [M.Rule] recently looked at using Charlieplexing with LED modules. His conceptual approach to the problem is different from those we remember seeing before and it’s worth a look.

Instead of just using the formula to calculate how many LEDs he can drive [M.Rule] is using a table of I/O pins to establish how many and in what order these displays can be connected. Each colored set of blocks represents an LED module. The graphic above shows how 18-pin can be utilized. He even filled in the unused pin combinations with input buttons.

Hackaday Links: Sunday, April 7th, 2013

hackaday-links-chain

Let’s wind down the weekend with some projects that didn’t quite warrant their own feature, but we think they’re still worth a look.

First up is a quick tip on cracking the lids on those hard to open jars of food. [Jason] says just grab about a foot of duct tape and the lid will come flying off. And while you’re searching for that roll of tape why not grab some foil tape to build a cooking oven. [Gabriel] built this solar oven by covering curved wedges of cardboard with foil tape and combining them to form a parabolic reflector.

Next we’ve got a trio of hacks that will come in useful in your home shop or at the local Hackerspace. Organization is key, and here’s a resistor storage system that uses #6 envelopes [via Reddit]. Also useful is the tip from [Felix] about using a tile saw to get clean cuts on your circuit boards. And if you’ve ever been plagued by a laser cutter job that doesn’t fully sever the material [Dan] wrote a guide on using a fence so that you can reposition the piece for another run.

Finally, we’re hoping we weren’t the only ones that didn’t realize the Raspberry Pi has an unpopulated footprint for a reset button. Now we’ve got to figure out if it’s okay to leave the PSU plugged in (based on it’s current consumption while the RPi is in power down) and hack together some sort of TV-based reset circuit for our RPi XBMC setup.

Solar powered robot mows your lawn while you chill indoors

solar-powered-lawn-mowing-robot

We’ve heard quite a number of radio ads lately trying to sell an automatic lawn mowing robot (like a Roomba for your grass). But wouldn’t it be a lot more fun to hack your own from an existing lawnmower? That’s what [Daniel Epperson] did. In fact, the project has been ongoing for years. But he wrote in to share the latest development which adds solar charging capabilities to the robot mower.

First off let’s discuss the fact that this is not an electric lawnmower. This is the Prius of lawnmowers, bringing together hybrid technology to cut the grass with the gasoline powered motor, and to propel the rig with electricity. [Danny's] worked hard to shoe-horn just about every feature imaginable (other than autonomy) into the thing, and that’s why the batteries can be charged from mains, an alternator powered by the gas motor, and now from the PV panel mounted on top of it. Get the entire project overview in his roundup post.

This a wireless video feed and the mower is driven by remote-controlled. So you can give your yard a trim without getting sweaty. After the jump we’ve embedded a clip of an earlier revision demonstrating that remote control. If you’re not interest in having all the features you could simply build an analog version.

[Read more...]