MIDI Input For The Kaossilator

This isn’t strictly a MIDI input hack; [Furrtek] pulled off an alternate input hack for the Kaossilator that he’s currently using with a MIDI connection. In its unhacked form the Kaossilator is a small touchpad-based sound manipulation tool. [Furrtek] sniffed out how the touchpad data is read and used on the little device. He then purposed an ATtiny2313 as the core of a circuit that spoofs those signals. The microcontroller now listens for incoming MIDI data, looks up the proper signal translations in a table, then outputs them to the Kaossilator.

In the video after the break you can see that it works perfectly, with no lag or noticeable problems. As we alluded to at the top, there could be so much more done with this. Since the ATtiny2313 is merely translating MIDI into touchpad signals, the input could be anything. The first thing that comes to mind is a dance floor that changes the music based on how many people are out there tearing it up. Continue reading “MIDI Input For The Kaossilator”

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”

Shotgun Blast Lights Up Your Controller

[Jrfhoutx] makes gaming in the dark a bit easier with this backlight shotgun shell d-pad for an Xbox 360 controller. He’s building on another tutorial he posted showing how to use the brass base of a shotgun shell to replace the stock plastic direction pad. That hack uses most of the original plastic part, cutting it down a bit and capping it off with the shell base. But now he’s detailing the process used to add LEDs around the base. He picked surface mount 0603 packages which are first chained together, then held in place using hot glue. While you’re in there, give this rapid-fire mod a try as well.

Triggering A DSLR Shutter With An Audio Clip

Apparently Pentax DSLR cameras have a remote shutter option that used infrared signals. [Pies for you] gathered up several different hacks and built a method of triggering the camera using custom audio. He put together the dongle above, just a headphone extension cord and two IR LEDs, which plugs into the headphone jack of any audio device like an iPod or an Android phone. When you play back a file the audio signals drive the IR LEDs. This is completely worthless unless you craft your own audio file using the correct frequency, duty cycle, and bit encoding. [Pies for you] did just that and got things up and running. Looks like the system doesn’t do so well with MP3 compression, but take a look at the waveform analysis that he posted and then make sure you’re using a lossless format.

Internships: Have Fun While Working Toward A Career

Attention Students: Living your life with a devil-may-care attitude will soon come to an end… But while you’re at it, take the summer away from your normal school’s-out activities to hack together something cool while tricking family into thinking it’s good for the career.

That link will take you to Waterloo Labs’ announcement that they’re hiring four paid interns this summer. You’ll need a bucketful of hacking skills from mechanical, to electrical, to coding (or any combination thereof). If the name doesn’t strike a bell be warned; these guys and gals do things like riding the roof of remote-control cars, and playing video games with real armaments.

Is your company offering similarly radical internships? We’d love to connect some hardcore hackers with good summer homes. Send a tweet a to Mike (@szczys) so that we can post an internships follow-up with more opportunities.

[via Twitter]

See-through LED Display

[Ndsit] is having a party and wanted to liven up the place with some blinky lights. He’s a bit new when it comes to hobby electronics, and although we’d highly recommend inviting some resistors to participate, the LED matrix that he built is very nice. It’s 8×8, it’s big, and (as shown in the clip after the break) the lights seem to hover in midair. That’s because he didn’t use a substrate to make the display. A grid of enameled wire is strung between the four sides of the wooden frame. LEDs were gathered from a string of Christmas lights which means they’re in a holder and have insulated wires already connected. Each one was tied on at a junction point of the grid, then connected to a portion of the wire where enamel had been scraped off.

It works but there’s already one light that is out. We hope some current protection is added so that this can be used again and again.

Continue reading “See-through LED Display”

Location Recorder And Mapper

[Jeroen’s] student project is a module that uses GPS tracking to create travel data on Google maps. It’s not really a spy device as the data isn’t transmitted, but would be a lot of fun to use on cycling and hiking adventures. A PIC 18F2550 reads location and altitude data from a GPS receiver as well as data from an accelerometer. This information can be displayed on an attached touchscreen display and it is also saved to a pair of EEPROMs. When you get back from your trip, the data pulled from the device via a serial connection is processed by [Jeroen’s] C# application and used to overlay the route on a google map. He’s got a source code package available for download but we’ve saved you the trouble if the schematic is all you’re after. It’s attached after the break.

Continue reading “Location Recorder And Mapper”