Posts | Comments

Planet Arduino

Archive for the ‘jukebox’ Category

Music, food, and coding style have one thing in common: we all have our own preferences. On the other hand, there are arguably more people on this planet than there are varieties in any one of those categories, so we rarely fail to find like-minded folks sharing at least some of our taste. Well, in case your idea of a good time is calling a service hotline for some exquisite tunes, [Fuzzy Wobble] and his hold music jukebox, appropriately built into a telephone, is just your guy.

Built around an Arduino with an Adafruit Music Maker shield, [Fuzzy Wobble] uses the telephone’s keypad as input for selecting one of the predefined songs to play, and replaced the phone’s bell with a little speaker to turn it into a jukebox. For a more genuine experience, the audio is of course also routed to the handset, although the true hold music connoisseur might feel disappointed about the wide frequency range and lack of distortion the MP3s used in his example provide. Jokes aside, projects like these are a great reminder that often times, the journey really is the reward, and the end result doesn’t necessarily have to make sense for anyone to enjoy what you’re doing.

As these old-fashioned phones gradually disappear from our lives, and even the whole concept of landline telephony is virtually extinct in some parts of the world already, we can expect to see more and more new purposes for them. Case in point, this scavenger hunt puzzle solving device, or the rotary phone turned virtual assistant.

What do you do when someone gives you a Wurlitzer 3100 jukebox from 1969, but keeps all the records? If you are like [Tijuana Rick], you grab an Arduino and a Rasberry Pi and turn it into a really awesome digital music player.

We’ll grant you, making a music player out of a Raspberry Pi isn’t all that cutting edge, but restoration and integration work is really impressive. The machine had many broken switches that had been hastily repaired, so [Rick] had to learn to create silicone molds and cast resin to create replacements. You can see and hear the end result in the video below.

[Rick] was frustrated with jukebox software he could find, until he found some Python code from [Thomas Sprinkmeier]. [Rick] used that code as a base and customized it for his needs.

There’s not much “how to” detail about the castings for the switches, but there are lots of photos and the results were great. We wondered if he considered putting fake 45s in the machine so it at least looked like it was playing vinyl.

Of course, you don’t need an old piece of hardware to make a jukebox. Or, you can compromise and build out a replica.

 

 


Filed under: Arduino Hacks, Raspberry Pi

As seen here, artist Tijuana Rick’s father-in-law received a 1969 Wurlitzer 3100 jukebox for free, with one small catch. It didn’t come with any records. Of course, Rick could have purchased vintage records from a number of sources, but instead decided to transform it into an amazing retro music streaming device.

In order to take input from the jukebox’s 40+ interface buttons, he turned to the Arduino Mega. After the Mega receives these on/off signals, it then pushes selection information to a Raspberry Pi, which does the actual streaming.

Luckily, he had stumbled upon this GitHub repository from Thomas Sprinkmeier, which became the foundation for the project’s software. You can find more details and images of Tijuana Rick’s restoration on his website, including how he cast replacement buttons that he needed for the jukebox in silicon molds!

diyJukebox

DIY Jukebox is a project made by Mario Pucci to show how Arduino Uno, NFC Shield and Python can be used to build a real jukebox. NFC means Near Field Communication and the NFC shield can perceive objects attached to little chips called NFC tags containing specific messages. In this project, Marco programmed each chip to play a different music genre when the tag is inserted in the cardboard jukebox:

You can download the file of the cardboard Jukebox at this link and the sketches here.

The steps of the tutorial are in italian but you can use google translate if needed! Enjoy the sound of music :)

jukebox_paper1

Nov
15

Arduino Mp3 Player – Arduino JukeBox

IC, jukebox, mp3, mp3 player, music, vs1002d, vs1003, vs1053 Comments Off on Arduino Mp3 Player – Arduino JukeBox 

A full Arduino MP3 player using a SD card and a MP3 module based on a chip from VLSI (VS1002d, VS1003 VS1053). The player includes a small amplifier and two speakers, making it a small Jukebox in the age of Ipods. The project includes a small library for the management of the MP3 and the SD chip. A Funny Arduino project ..

via [arduino-guay]

Nov
08

Arduino MP3 Jukebox

arduino hacks, digital audio hacks, jukebox, mp3, sd, vs1002d Comments Off on Arduino MP3 Jukebox 

Here’s an inexpensive Arduino-based MP3 Jukebox (translated) which [Jose Daniel Herrera] put together.

He spent some time making sure that it looked great sitting on a shelf with his other audio equipment. This started with a wooden box which is some reused packaging. We’re not familiar with the ‘iNFUSiONES’ product; perhaps it’s tea or tobacco? At any rate, to this he added a custom face plate to host the character LCD, rotary encoder, two buttons, and to act as a grill for the two speakers.

The speakers and their accompanying amplifier circuitry were pulled from a portable speaker set. He combined them with a VS1002d MP3 decoder module, SD card breakout board, and the Arduino itself. In addition to the overview post linked above, there is also a collection of assembly photos, and a post discussing the way he arranged the code for the control systems (translated). See and hear the unit in action in the clip after the break.


Filed under: arduino hacks, digital audio hacks


  • Newsletter

    Sign up for the PlanetArduino Newsletter, which delivers the most popular articles via e-mail to your inbox every week. Just fill in the information below and submit.

  • Like Us on Facebook