Tasting Music, With A Side Of Meatballs

Imagine eating food customized just for you based on your music preferences. This is exactly the premise behind a student-developed application called BeatBalls. This musical cooking platform translates artists and songs into delicious meatball recipes.

BeatBalls uses a computer algorithm that takes into account a variety of factors including key, tempo, cadence, and duration of the song to manifest a unique combination of ingredients. [Maria], who tipped us off about the project, told us in an email that Beatballs used the echonest API to determine elements of each song.

Anyone can go to the BeatBalls’ website and enter their favorite musician, group, or track into the online meatball generator, which outputs unique components to the screen. A few good suggestions are Meat Loaf, Led Zeppelin, Jimi Hendrix, and Bassnectar, which produce some delectable results.

Students involved in the project also created a machine to mix, roll, and cook the meatballs automatically. Team member [Samuel] told us that the system has three Arduino controllers that are hooked up to a remote server with an Ethernet shield and WiFi router. A set of servos and a DC motor controls the mechanisms that pushes the meat through and adds spices to the ingredients.

Continue reading “Tasting Music, With A Side Of Meatballs”

3D Printing A Daft Punk Helmet

Thanks to the awesome people over at Adafruit, you can now print your very own Daft Punk helmet! It is designed with a hollowed out shell and translucent material which allows for colorful LEDs to be inserted into the mask, which can light up just about any room. This makes the headset great for Maker Faire, household parties, and underground EDM raves.

The epic costume was inspired by the infamous electronic music duo from France who is known for hiding their identities behind intricate and complex masks. This version, however, is perfect for the Do-It-Youself builder on a budget assuming you have access to a Taz 3D printer through your hackerspace or a friend.

The entire helmet is 3D printed as one piece using a semi-transparent PLA filament with NeoPixel strips (144 pixel per meter) laid inside. It takes about 3 days to complete the printing job (assuming no errors arise during the process). After everything is finished, glossy gold paint is applied and the polished outcome is enough to turn some heads. Plus, this mask makes a great addition to any builder’s homemade ‘trophy’ collection.

A natural next step would be to add sensors that can detect bass vibrations. This could be used to change the colors of the display based on the music that is being played nearby. We’ve seen this sort of thing before on a few Daft Punk helmet builds that are far superior to this one. Of course the difference here is that the Adafruit version can be build in a reasonable amount of time by a mere mortal. Those other examples were life commitments as far as projects go!

Don’t forget to check out the video of this one in action after the break.

Continue reading “3D Printing A Daft Punk Helmet”

Working Jet Pack

Finally, A Working Jet Pack

Well, kind of. This is one of [Jason Kerestes’] latest projects as a masters engineering student at the Arizona State University — A jet pack designed to increase your running speed by quite literally giving you a boost.

It’s one of the proposed solutions to the 4MM (4 Minute Mile) project, which is part of the ASU Program called iProjects, which brings students and industry together to solve problems. The 4MM project is trying to find a way to make any soldier able to run the 4 minute mile — quite ambitious, but DARPA is actually working on it with [Jason]!

The whole rig only weighs 13lbs and features two electric turbines which provide the thrust. They originally tested the concept by seeing if you could pull a person with an electric golf cart around a track to make them run faster — turns out, you can. Further more scientific testing led them to find that there is a specific thrust to body-weight ratio that works best, with the direction of thrust about 25 degrees below horizontal.  Continue reading “Finally, A Working Jet Pack”

Environmental Sound Detectors 

We all know that sound. That sound of a noisy yapping dog, or the sound of a disruptive garbage truck loudly picking up the trash while making a ruckus along the way. It can be extremely distracting and frustrating to deal with. And more often than not, we have little control over the noise pollution in the area. Unless of course, you build a monitoring solution to raise awareness of the situation, like this one that [Edmund] made.

It was designed in conjunction with the Earth Journalism Network (EJN) in order to, as their website states, “facilitate story-telling of the sources and health impacts of noise from around the world“. An Arduino Pro Mini was the backbone of the project. Being open-source in nature meant that it could be customized easily with a wide array of sensors. [Edmund] chose to use an Electric Imp adding WiFi capability to the device. His step-by-step tutorial showed the design process, leading into the prototyping of the parts, and contains schematics for the circuit. As of the time that this article was published, the coding section of project hasn’t been released yet, but the first three parts give enough information to get the ball rolling.

This type of monitoring solution has the potential to record the noise levels of neighborhoods all across the world. With a large enough pool of data, API’s can be developed for uses like house hunting web searches that show which areas in town are the quietest, or which ones are the loudest. This will surely provide a wealth of knowledge about noise pollution, and it will be interesting to see how people utilize this (and projects similar) in the future.

THP Semifinalist: Secure Your Internets With Web Security Everywhere

[Arcadia Labs] has created a great little device in Web Security Everywhere, a semifinalist in The Hackaday Prize. At the center of it all is UnJailPi, a Raspberry Pi device which can act as a secure router between a protected network and the unprotected internet. UnJailPi can create OpenVPN and Tor connections on the fly from its touch screen interface. The full details are right up on [Arcadia’s] Hackaday.io project page.

One of the most amazing things about the project is its creator, [Arcadia Labs]. [Arcadia] started from square one learning python just 1 year ago. Since then he’s become a proficient python coder, and created UnJailPi’s  entire user interface with pygame.

[Arcadia] is also working with simple hand tools. He has no access to the CNC routers, 3D printers, or milling machines used in many of the projects we see here on Hackaday. All the work on UnJailPi’s acrylic case was done with a handsaw, a file, and a heck of a lot of patience.

Currently [Arcadia’s] biggest hurdle is finding a good power supply for his project. UnJailPi is designed to work both on AC or an internal battery. His current power circuit throws off enough heat that the Raspberry Pi resets while the battery is charging.

We’re sure [Arcadia] will figure out his power issues, but if you have any suggestions, leave a comment here, or head over to the project page and let him know!


SpaceWrencherThe project featured in this post is a semifinalist in The Hackaday Prize.

The Current State Of ESP8266 Development

A few weeks ago we caught wind of a very cool new chip. It’s called the ESP8266, and it’s a WiFi module that allows you to connect just about any project to an 802.11 b/g/n network. It also costs $5. Yes, there was much rejoicing when this chip was announced.

Since we learned of the ESP8266, there has been a lot of work done to translate the datasheets from Chinese, figure out how the SOC can be programmed, and a few preliminary attempts at getting this module working with an Arduino. Keep in mind, very few people have one of these modules in hand right now, so all this information is completely untested. Here’s what we have so far:

Over on Hackaday Projects, [bafeigum] has been working to research the capabilities of this module. Most of the comments deal with the AT Command set for the module and figuring out what is actually returned when certain commands are called.

The ESP8266 community forum is about a week old, but already there’s a wealth of information. Most of the efforts seem to be centered on getting GCC to program this chip, something that would make the ESP8266 a single-solution chip for anything that needs WiFi and a bit of processing power. Everyone (including the great [Sprite_TM]) has currently hit a roadblock, so if you have a ton of experience with GCC and the Xtensa microcontroller, check out that thread. Failing that, we’ll have to wait until someone from Tensilica, the company behind the guts of this chip, to chime in and help everyone figure out how this thing actually works.

The Arduino-heads out there will have a much easier time. There’s already a tutorial for using the ESP8266 as a serial WiFi module. Note the ESP operates on 3.3 Volts, so connecting this module to the 5V pin means you’ll be out $5 and several weeks of shipping time.

This is an incredible amount of development in a very short amount of time, made even more remarkable by the fact that no one has one of these WiFi modules yet. When these modules do arrive to workbenches around the world, we’ll expect the Hackaday tip line to be flooded with very small and somewhat battery friendly WiFi builds.

kaleidoscope

Arduino Powered Digital Kaleidoscope

[Jose’s] latest project brings an old visual effect toy up to date with digital electronics. Most of us are familiar with inexpensive kaleidoscope toys. Some of us have even built cheap versions of them with paper tubes, mirrors, and beads. [Jose] wanted to try to recreate the colorful pattern effects created by a kaleidoscope using an Arduino and an addressable LED strip.

The build is actually pretty simple. The base is a disc of PVC cut to just a few inches in diameter. [Jose] started with an addressable LED strip containing 60 LEDs. He then cut it into 12 sections, each containing five LEDs. The smaller strips were then mounted to the disc, similar to spokes on a bicycle wheel. The LED strip already has an adhesive backing, so that part was trivial.

The final step was to add some kind of diffuser screen. The LED strips on their own are not all that interesting. The diffuser allows the light to blend together, forming interesting patterns that are more reminiscent of the patterns you might see in a real kaleidoscope. Without the diffuser you would just see individual points of light, rather than blended color patterns.

The whole thing is controlled by a small Arduino. [Jose] has made the code available at the bottom of his blog post. Be sure to watch the video of the system in action below. Continue reading “Arduino Powered Digital Kaleidoscope”