Hackaday Links: October 20, 2013

hackaday-links-chain

Winter is coming. We’ve see those gloves in stores made specifically to work with your smartphone. [hardsoftlucid] isn’t buying it. He made his own version using… well, you just have to see it.

Here’s an eBookmark for a real book. What? Well, you know how an eReader does a great job of keeping your place between reading sessions? This is an electronic bookmark for paper books which uses LEDs to show you where you last left off reading. [via Adafruit]

[Thomas Brittain] wrote in to share his BLE Module and Pulse sensor updates. Both were featured in a recent Fail of the Week column and the latest iteration takes them from fail to functioning!

You may be able to get a free XMOS xCORE starter kit. The company is giving away 2500 of them. [Thanks Tony]

After learning about custom labels for microcontroller pinouts from [John Meachum] we’re happy to get one more helpful tip: a breadboard trench is a great place to hide axial decoupling capacitors.

A bit of cutting, solder, and configuring lets you turn a simple gamepad into a 4-controller interface for MAME.

Many of the Hackaday Staff are into Minecraft (between Let’s Play videos, running servers, and building computers in-game it’s a wonder we get anything done around here). We restrained ourselves by not making this video of a Restone circuit Blender animation on your desktop into a full front page feature. [via Reddit]

 

Polyphonic Arduino Sketches

MIDUINO

Creating music for the Arduino is simple – just use the tone() library – but it truthfully doesn’t sound that great. That’s because this library is monophonic, making chords difficult or at the very least sound a little weird. [Connor]’s miduino aims to change that, turning raw MIDI files into polyphonic Arduino sketches.

To convert MIDI files into Arduino sketches, [Connor] whipped up a Python script based on midiCSV that reads the notes and channels of a MIDI file and converts it into the language of the Arduino. Unlike the built-in tone() library, miduino is polyphonic making the music produced from any Arduino sound great. It’s basically the difference between writing music for a PC speaker and a true keyboard; sure, you’re only getting square waves, but it sounds much better.

Oddly, [Connor] hasn’t put up his Python script as far as we can tell. All the MIDI songs are being converted on [Connor]’s own Raspberry Pi. This is supposed to be cheaper than a VPS, and makes for a very cool project to boot.

Edit: Miduino isn’t polyphonic yet, but [Connor] says he should have that wrapped up in a week or two.

3Doodler In The Wild

Remember the Kickstarter for the 3Doodler? Well they have just started shipping, and a hackerspace called Open Garage in Belgium just got theirs! Like any good hackerspace after playing with it they took it apart and posted pictures.

This is great because in our original coverage on the 3Doodler, we wondered what it looked on the inside, and whether it could be adapted to use with a CNC machine to make a giant 3D printer. Garage Lab delivered on both.

Stick around after the break to see the innards, and the first test print using a CNC mill!

Continue reading “3Doodler In The Wild”

Hackerspacing In Europe: The Garage Lab In Düsseldorf

1

The Garage Lab (translated) is a small hackerspace quite close to the Chaosdorf. As the name implies, it exists in a garage complex — each unit has a garage and an upstairs office. The Garage Lab shares their unit with a co-working space upstairs — basically, they get the garage at all the times, but only the upstairs on the weekend when it is empty.

It’s been around for about 2 years and has about 40 members (~20 of which are active). To be a member it is quite cheap, only €15/month or €10/month if you are a student. They mostly focus on 3D printing and electronics.

The space has several 3D printers, a large work area, and many hand tools. They run CAD classes quite often and are hoping to expand with 3D printing classes and other technical lectures. Our guide was a cool guy named [Axel] who works as a 3D designer at his own company, but loves spreading 3D printing knowledge with the world.

Check out the tour gallery!

Continue reading “Hackerspacing In Europe: The Garage Lab In Düsseldorf”

Halloween Knock Box

knock_box_top

[Kyle] has been an avid reader of HaD for a long time. In fact, he was inspired by a Halloween knock box from 4 years ago! He saved the link and finally this year, he went ahead and made his own.

So what is it anyway? Well, as the name implies, when you knock on it, it knocks back. And if you knock on it a special number of times, it’ll play a secret tune… It is a great little item to have at any Halloween event — and kids love it!

Design and function of the box is basically the same as the original, with a few modifications — most notably, swapping out the original PICAXE for an ATtiny85 microcontroller. [Kyle] even managed to find the lego skeleton and chains available on eBay. He’s put together a very thorough blog post on it and shared all the code and schematics — so if you’re looking for a last minute Halloween project, this might be it!

Stick around after the break to see the knocking in action!

Continue reading “Halloween Knock Box”

Hackerspacing In Europe: The Chaosdorf In Düsseldorf

chaosdorf

Today we had the opportunity to visit our very first German Hackerspace — the Chaosdorf in Düsseldorf. They are a member of the much larger organization of the Chaos Computer Club, which is Europe’s largest association of hackers. Mostly focused on all things computer-based, they love tinkering around with Raspberry Pi’s and their very own Makerbot Replicator II.

After a long day of wandering around the trade show, we arrived on the doorstep of the Chaosdorf, and pressed the small green door buzzer… Continue reading “Hackerspacing In Europe: The Chaosdorf In Düsseldorf”

Pyrotechnic Star Machine

Star_Pump_Cutaway

[Robert McMullen] designed and built this fascinating, fully automated, pyrotechnic star pump (Google cache). It was made as a project requirement for his engineering program — The inspiration? He also happens to be a member of the Olin College Fire Arts club.

Let’s backtrack for a second. What is a pyrotechnic star any ways? They are the pyrotechnic pellets that make up the heart of all projectile type fireworks. Usually either a metal dust, compound or salt, they are what makes the pretty colours and “stars” of the fireworks. Only problem? If they aren’t made right they can be rather dangerous. Luckily, [Robert] chose one of the safest methods: pumping. The basic concept is that the star mixture is damp as it is pressed into a cylindrical shape, and then cut and dispensed, ready for use after a drying period.

The machine is a very slick mechanical contraption that is even a bit mesmerizing to watch. There’s lots of info on his blog, and even the technical drawings and Solidworks files are available! If this all seems rather familiar, [Robert] built a similar machine that creates waterproof fuses.

Stick around after the break to see it in action! Unfortunately we regret to inform you… blowing up of the stars is not included.

Continue reading “Pyrotechnic Star Machine”