RCDC: DC Motor Control Via Servo Signals

[youtube=http://www.youtube.com/watch?v=x2Hn8No5oFQ]

[Spikenzie]  has put together this nice kit for controlling a DC motor with RC servo signals. He’s using a PIC12F629 to convert the signal to PWM. As you can see in the video above, it seems to work quite well. It is in a neat and tidy package and available as a kit. We have to admit though, what caught our eye was the prototype. Even though it is a kit for sale, it looks as though they plan on releasing the PCB files and code.

Arduino-human Synthesizer

[youtube=http://www.youtube.com/watch?v=IObPkUFq0hg]

(Thanks to [Aaron] for the tip) As a promo for [Calvin Harris], some of the creative minds at Sony Music have put together an Arduino-based sythesizer composed of 15 bikini clad babes. By analyzing which circuits are closed, the Arduino Mega is able to tell a sequencer which sample to play. The only innovation happens to be that the circuits are painted onto the aforementioned girls with a conductive body paint known as Bare.

Developed by students at the Royal College of Art, the paint is not available for purchase, but they are willing to mix a batch up for art installations or performances. Technical stats (such as resistance) have not been released, but for a washable paint it seems to be performing quite well.

How was the whole project set up? The video below reveals all:

[youtube=http://www.youtube.com/watch?v=up1wraRnriI]

Berlin Hack Day

[vimeo http://vimeo.com/6668819%5D

This past weekend, Berlin played host to Music Hack Day – an event where attendants built and tested hacks, contraptions, and software all dealing with sound, music, or the distribution thereof. Some of the hacks are simply mind blowing to see built in only a day or two. Like the location based CitySounds.fm or Tracks on a Map – mapping out where your music is from. Or the music based games and composition tools, iLoveAcid squencer and MaschineFighter – adding some crazy fun to MIDI.

Oh, we almost forgot, we can’t go an entire post without mentioning something Arduino; named Xylobot – a set of servos powered by Arduino, tapping out rhythm on a xylophone (video above). Another Hack Day is planned so keep an eye out.

[Thanks robb]

Universal Credit Card In The Palm Of Your Hand

universal_credit_card

Do you remember the magnetic card spoofer in Terminator 2? It was a bit farfetched because apparently the device could be swiped through a reader and magically come up with working account numbers and pin numbers. We’re getting close to that kind of magic with [Jaroslaw’s] card spoofer that is button-programmable.

Building off of a project that allows spoofing via an iPod and electromagnet, [Jaroslaw] wanted something that doesn’t require a computer to put together the card code. He accomplished this by interfacing a 16-button keyboard and a character LCD with an AVR ATmega168 microcontroller. Card codes can be entered with the buttons and verified on the LCD. Of course this is still dependent on you knowing the code in the first place.

As you know, credit cards use this technology. We don’t think Walmart is going to be OK with you pulling this out in the checkout line, not to mention local five-oh. This technology is also used for building access in Universities, businesses, and hotels. If used in conjunction with some other spy technology you’ll be on your way to becoming a secret-agent-man.

Hacking USB Serial Port Adapters

keyspan_all (Custom)

The folks at Openschemes.com have written up an article on how to convert a USB serial port adapter to a low voltage serial interface for interfacing with microcontrollers. Though you can always just buy one, this is a fairly quick and cheap solution, especially if you are in a pinch or don’t have access to a retailer. The specific models you should watch for, are the ones with two chips, a microcontroller and a line translater.They go through the process of finding exactly where to patch in to add an extra interface. It only takes a couple wires and you are ready to go.

Not only can you use this as your serial connection to another microcontroller, but you can actually take control of the one on the board itself. If you load it with the drivers from TI, you gain access to the flash memory and can do whatever you want. They don’t go into much detail here though, stating that they’ll write another article on that.

We thought this little bugger looked familiar so we went digging through our archives.  Sure enough, we found this system in action back in January of 2008.

[via Hacked Gadgets]

Photographic Key Duplication

[Ben] and his associates over at the University of California at San Diego came up with a way to duplicate keys using a picture of them. They developed an algorithm that uses measurements from known key blanks to extrapolate the bitting code. Because the software is measuring multiple points it can correct the perspective of the photo when the key is not photographed on a flat surface, but from an angle.

They went so far as to test with cell phone cameras and using a telephoto lens from 195 feet away. In most cases, correct keys were produced within four guesses. Don’t miss their wonderful writeup (PDF) detailing how key bitting works, traditional covert duplication methods, and all the details of their process. The lack of available code prevents us all from playing secret agent (or felon) with this idea but [Ben] did mention that if there is sufficient interest he might release it.

Lock bumping showed us how weak our security is, but this is a bit scary.

[Thanks Mike]

Seawater Cooled Data Centers

swac-mauritius

Remember Mauritius from High School geography? We didn’t either, but apparently it’s a small island nation east of the southern tip of Africa. It seems they are trying to develop an industry in eco-friendly data centers. The plan is to use a pipeline to gather cold water from the ocean, run it two miles to the island, and use it as inexpensive cooling. Because rooms packed with servers generate copious amounts of heat it’s easy to see how this can reduce the cost of maintaining a data center.

The thing that struck us here is, how eco-friendly is this? The article mentions that this technology is fairly mature and is already used in several places. With that in mind, isn’t this just another way to raise the temperature of the oceans, or does the environmental savings of not using electricity or gas to produce the cooling offset this?

[Thanks Vesanies]