Hackaday Links May 9th 2012

Homecut – CNC Cutting Directory

homecut

So you have a CNC machine that you use as a hobby, but would like to do some actual work on the side? Or maybe you have an idea you’d like made. Homecut is a map directory where you can maybe hook up with the right person.

The Curta Mechanical Calculator

curta calculator

As [leehart] mentioned in our comments section, the Curta mechanical calculator is a truly ingenious piece of engineering. A quick Google search should find all kinds of information on it, but this article could be a good place to start for some mechanical hacking inspiration!

Luxman Amplifier DAC Upgrade

nand-dac

[R. Barrios] wasn’t happy with using the sound card for his HTPC setup, so decided to add a DAC module onto his reciever. The resulting audio quality was very good, and the build came out quite clean.  Check it out if you’re thinking of a hack-upgrade to your stereo equipment.

3D Printable Tilt-Shift Adapter

tilt-shift-lens

A tilt-shift lens a neat piece of equipment that is used to make a large scene look like they were miniatures. It’s a cool effect, but professional lenses to do this can cost thousands of dollars. This Instructable tells you how to go about printing your own. For more info on the technique itself, check out this Wikipedia article.

New 3D Printer on the Block

3d-printer

If you would like to take the plunge into 3D printing, but are looking for somewhere to get a parts kit, the [ORD Bot Hadron 3D Printer] may be worth a look.  The build quality looks great, and the price for the mechanical components is quite reasonable at $399. You’ll need to provide the electronics and extruder. Thanks [comptechgeek]!

Simple mod to keep your downstairs neighbors from hearing you pound the keys

[Mesoiam] managed to pick up a Viscount hammer weighted keyboard for pretty cheap. For those who are unfamiliar, Viscount makes keyboards that feel like you’re playing a piano, hammers and all. The only problem with this, as [Mesoiam] discovered, is that even when he’s jamming with headphones in, his friends down stairs can still hear the keyboard banging due to the vibration going through the stand to the floor. His resolution to this problem was to build some custom dampers to reduce the vibration. He built two brackets that fit over the stand and suspend the keyboard on two strips of flexible rubber. Quite a simple solution to a possibly annoying problem.

Playing the song "Still Alive" on hacked exercise equipment

Back in 2009, [Evi1wombat] pulled of this interesting hack, and it has slowly made its way through the internet to find us today. He obtained the computer from a recently deceased treadmill and decided to hack into it. Finding himself unable to flash the existing chip, he yanked it out and replaced it with something he was more familiar with, a dsPIC30F4011. Unfortunately we don’t have any pics of the inside, but he says that he had some fun with wire because the pin mapping wasn’t exactly the same. [Evi1wombat] also gained some respect for the original designer judging by  this quote from the source code:

* Damn, the dude who designed that board pulled
* some pretty nifty tricks… took a while to
* get all the drivers working.

Of course, once you have control over some nifty new hardware, the first logical thing to do on it is play “Still Alive” from the game Portal.

Enjoy the video after the break.
[Read more…]

Surround Sound system controller replacement includes home automation

[Neoxy] always wanted surround sound for his computer, and one day he managed to get a hold of a dead 5.1 system. Why buy one when you can repair someone’s rubbish, right? That turned out to be easier said than done, but after several false-starts he managed to resurrect the audio system by replacing the microcontroller.

We find his trouble-shooting technique interesting. The amp would power up without a hitch but no sound would come out of it. So he took a headphone cable and used the L and R conductors as probes. That cable was fed from an MP3 player, and by touching the probes to the audio inputs for the pre-amp and amplifier circuits he could get great sound out of the speakers. Reasonably certain that those boards were working fine he narrowed down the troubles to three chips that mix, select inputs, and control the system.

A lot of prototyping with an ATmega328 and an Arduino led him to the functionality you see in the video after the break. Not only did he get the system working, but he’s using the Arduino to add Internet control for the device.

[Read more…]

Sculpting clay with sound

A group of students at the University of Dundee have created this interesting prototype called Sound Sculpted. The goal was to sculpt clay using sound files drive the sculpting arms. Ideally, you would end up with pieces of art that were unique to each piece of music. As you can see in the video (after the break), they did a pretty good job of building this thing and getting the arms to respond to the music. It is almost hypnotizing to watch.

We can’t help but notice that there is a bit of a design issue. Since the 4 arms are fixed vertically, and the clay spins on the same axis they are able to move on, your variation will be very limited. We think this doesn’t detract from the project, but does offer a large area for improvement.

How would you change the sculpting arms or their motion to make each piece more unique?

[Read more…]

Building an Arduino Chiptunes project inside an FPGA

From time to time we find ourselves in the mood for some Chiptunes. You know, the music that accompanied all of the best 8-bit console games? These days there are a lot of projects that use the audio chips of yore to recreate the sounds, but you’re always faced with the issue of sourcing those parts. [Jack Gassett] took some inspiration from one of those projects, but solved the rare hardware dilemma by building his own Chiptunes MIDI device in an FPGA.

He saw one of our features on an Arduino controlled YM2149 programmable sound generator. He realized that you can already find FPGA libraries out there that mimic this sound generation hardware, and he’s already done extensive work with an Arduino soft processor. Why not combine the two?

He’s using a Papilio FPGA with a wing that includes a MIDI connector and audio-out jack. As you can hear in the clip after the break this sounds just like the real thing. And he’s got plans to roll as many different types of sound generating chips into the mix as possible. You know, one FPGA synth to rule them all.

[Read more…]