$50k In Components Hit The Hands Of Hackaday Prize Semifinalists

We anticipate a cornucopia of hacks from the top fifty 2014 Hackaday Prize entrants based on the recent awarding of the 50 grab bags of electronics. That’s right, the grand prize was out of this world but there were a lot of other rewards worth shooting for. Instead of making hardware choices without the seminifinalists’ input we went with a shopping spree on Mouser.com.

It’s a great idea if we do say so ourselves. However, it turned out not to be as easy as purchasing fifty-grand in gift cards. Did you know that none of the major parts distributors have gift card systems built into their sites? We’re of two minds on this. We’d love to open a birthday card from grannie and pull out some chits that can be traded for chips. But at the same time, it would be a longshot for your non-hacker relatives to even know what sites are our go-to parts emporiums.

Long story short these prizes are themselves a hack. We had a lot of help from the sales crew over at Mouser who abused their account tracking software in order to make these credits work. All fifty of the Hackaday prize semifinalists now have a cool G to spend and we’ll be watching their Hackaday.io accounts for updates as they inevitably use the upcoming holidays to embark on exciting builds.

A big thanks to Supplyframe Inc. for sponsoring these 50 prizes, as well as all others awarded for the 2014 Hackaday Prize. Get those workbenches cleared off and sharpen tin your soldering tips because details about the 2015 Hackaday Prize will start to roll out in just a few weeks. Until then, occupy your time trying to win one of the many prizes offered during our Trinket Everyday Carry Contest.

sonar radar assembly

Green-Sweep For Your Ultrasonic Rangefinder

Maybe you’ve never programmed an Arduino before. Or maybe you have, but nothing beyond das blinkenlights. Maybe your soldering iron sits in a corner of your garage, gazing at you reproachfully every time you walk by, like a ball begging to be thrown. Maybe you’ve made a few nifty projects, but have never interfaced them with a PC. If this describes you, then this article and project is just what you need. So grab your favorite beverage, tuck in and prepare to get motivated.

[Anuj Dutt] has not only made a really cool project, he has also done a most excellent job at documenting it. It’s an Arduino controlled “RADAR” like project that uses the familiar Parallax ultrasonic sensor. It’s mounted to a servo and feeds data to a PC where a custom VB.NET program translates the data in to a cool “green radar sweep” screen. It also pushes text to an LCD which reveals the distance from the target.

screenshot of radar program

[Anuj Dutt] hand rolled his Arduino just because, but ran into some trouble getting everything to talk to the PC. He wound up using the ultra user friendly FTDI to save the day. Be sure to check out the video below to see the project in action. [Anuj] published the code for both the Arduino and PC in the video description.

Continue reading “Green-Sweep For Your Ultrasonic Rangefinder”

A Year Long Time Lapse Camera

All [val3tra] wanted was an RF-accessible camera. A camera that would take pictures, save them to an SD card, and occasionally send them over an RF link to a computer. This project has grown out of control, and now it has become an open-source camera that’s able to take year-long time-lapse movies.

The build started as a low power camera using an eBay JPEG camera modified for 3.3V. That’s only 640×480, but each frame averages only 48kb – small enough to store a few thousand pictures on a FAT16 formatted SD card. A $4 RF module, an ATMega, and an RTC make up the rest of the build that has a power draw of about 100 Joules per hour. A D-cell has about 60,000 Joules, and a pessimistic estimate of a battery of four in series, two in parallel gives a run time of 200 days.

This build was then improved, bringing the total battery consumption down to about 3.5-4 Joules per frame, or at one frame every 10 minutes, about 24 Joules an hour. That’s impressive, and getting this camera to run longer than a dozen or so months raises some interesting challenges. The self-discharge of the battery must be taken into account, and environmental concerns – especially when leaving this camera to run in a Moscow winter, seen in the video below – are significant.

If you don’t want to go equipment-lite you could seal your DSLR, Pi, and some serious batteries in a weatherproof enclosure.

Continue reading “A Year Long Time Lapse Camera”

A device that reads sheet music and outputs MIDI

Sheet Music To MIDI Converter

Learning to read sheet music is a challenge for new musicians, so a group of Cornell students decided to make a robot do it instead. For their final project, they built a robotic sheet music reader (link warning: this page seems to automatically start a .mov file download when loaded).

As an input, the robot takes a piano roll. This is a long strip of paper with music printed on it, which can easily be fed through the reader. A rotational servo keeps the strip feeding at a constant speed, and passes it through the reader.

The reader is based on a Melexis MLX75306 linear optical array. This IC is a 142 x 1 array of photodiodes, which is designed for fuel quality sensing in cars. In this project, it’s been repurposed as a camera to read the music as it passes by. An array of LEDs illuminates the piano roll, providing a more accurate reading.

The components are connected to an Atmel ATmega1284P, which does all the required control and processing. It creates a MIDI output of the piano roll, which can be connected to any hardware or software synthesizer.

Old Timey MP3 Player

Old-Timey MP3 Player Blends Old Styling With New Technology

No, this isn’t the first commercial MP3 player ever produced. It’s a blend of the old and the new, old time looks with modern electronics. [viscomjim] recently made this MP3 Player from the ground up for the noble reason to give as a Christmas present.

[viscomjim] started by laying out a circuit using a solder-less breadboard to test his circuitry. He’s using PIC microcontroller to control the unit. There is an 20×4 LCD display, two rotary encoders with push buttons, a serial MP3 player module, real time clock and an infrared receiver. A wires-all-over mess wasn’t acceptable for this Christmas gift so [viscomjim] put on his learning cap and tried out Autotrax Dex PCB layout software. This was his first project with the software and everything went well. After the design was done, the board files were sent out to a fab shop. A few weeks later they were delivered. All the parts were wired up and tested and… it worked!

Next up was building a cabinet, this one was built out of wood and stained to give it a feeling of yesteryear. A pair of 4″ car speakers are responsible for sharing the tunes and are powered by a small amplifier and power supply mounted inside the enclosure. The front panel is laser cut clear acrylic and backed with a nicely prepared Photoshop’d parchment paper graphic. And those fancy grill covers, also laser cut acrylic, this time opaque brown in color.

There are only two knobs for control, the left is the volume and the right is the program changer. Push the left knob inward and the unit turns on or off, the right plays and pauses. This MP3 player plays music off the internal SD card on the MP3 module. [viscomjim] also went one step further and implemented some code to work with an Apple remote he had kicking around, hence the IR receiver mentioned above.

If you’d be interested in making something similar, you’re have-way there as [viscomjim] made his schematics available but, unfortunately, not his code. Want to build your own MP3 Player but want something a little smaller? Check this tiny one out.

roomba

IRobot Releases Hackable Roomba — Without The Vacuum

We love forward thinking companies that take a risk and do something different. iRobot, the company behind the iconic Roomba, just released the newest version of their Roomba Create — a programmable Roomba (minus the vacuum) that can be hacked and programmed to do all sorts of things.

The company developed the Create with STEM students in mind — a robotics learning platform. It came out originally back in 2007, and we’ve covered many hacks that have made use of it. Many. Like, a lot. One of our favorites has got to be this data center monitoring robot that makes use of the platform!

Anyway, the newest version of the Create features the typical hardware upgrades you’d expect, and with some special emphasis on 3D printing. In fact, the CEO of iRobot [Colin Angle] thinks that 3D printing is going to make a big difference in a few years:

“Your Roomba could be a software file that you print at home,” he says. He says the Create’s new features are a way for the company to get ready for that day, while also providing a platform that educators and hobbyists can use to tinker.

Kudos to you guys, iRobot! We just wish people would stop giving Roomba’s knives…

[Thanks PSUbj21!]

Hackaday Links Column Banner

Hackaday Links: December 21, 2014

Most of the incredible flight simulator enthusiasts with 737 cockpits in their garage are from the US. What happens when they’re from Slovenia? They built an A320 cockpit. The majority of the build comes from an old Cyprus Airways aircraft, with most of the work being wiring up the switches, lights, and figuring out how to display the simulated world out of the cockpit.

Google Cardboard is the $4 answer to the Oculus Rift – a cardboard box and smartphone you strap to your head. [Frooxius] missed being able to interact with objects in these 3D virtual worlds, so he came up with this thing. He adapted a symbol tracking library for AR, and is now able to hold an object in his hands while looking at a virtual object in 3D.

Heat your house with candles! Yes, it’s the latest Indiegogo campaign that can be debunked with 7th grade math. This “igloo for candles” will heat a room up by 2 or 3 degrees, or a little bit less than a person with an average metabolism will.

Last week, we saw a post that gave the Samsung NX300 the ability to lock the pictures taken by the camera with public key cryptography. [g3gg0] wrote in to tell us he did the same thing with a Canon EOS camera.

The guys at Flite Test put up a video that should be handy for RC enthusiasts and BattleBot contenders alike. They’re tricking out transmitters, putting push buttons where toggle switches should go, on/off switches where pots should go, and generally making a transmitter more useful. It’s also a useful repair guide.

[Frank Zhao] made a mineral oil aquarium and put a computer in it. i7, GTX 970, 16GB RAM, and a 480GB SSD. It’s a little bigger than most of the other aquarium computers we’ve seen thanks to the microATX mobo, and of course there are NeoPixels and a bubbly treasure chest.