This Instructables shows you how to build an internet radio (listen to jazz, house music, rock, salsa…) in less than 30 minutes without any technical knowledge nor soldering.
The radio uses a raspberry Pi as hardware, a ready to flash file to write a SDCard and a graphical interface to customize the radio itself.
Step 1: The Hardware
Get first a Raspberry Pi 2 from any vendor (see here). The Raspberry Pi is a low cost (less than 45$), credit-card sized computer. It is a capable little device that enables people of all ages to explore computing. It’s capable of doing everything you’d expect a desktop computer to do.
We use one to build our Internet Radio.
Step 2: Get the Software
Getting the software is easy and free from theThingbox.io web site: just a file to download from here (choose the PI2 version) and to write to a SDCard as explained here.
Then insert the SDCard into the Pi, switch on the Pi and launch an internet browser from your PC (windows or Mac).
Step 3: Access the Pi from your internet browser
Enter the network address of the Pi into the address bar of your browser (see here for detailed instructions) and voila!
Step 4: Create the Radio
From the right menu, import the Lib “Sound Demo”.
Step 5:
Look at all these bubbles! This is the flow, made with “nodes” and “wires” between them.
The flow is the way the radio works.
Step 6: Activate
Then clic on the “Activate” red button to send the flow to the Pi.
Step 7: Play music
Don’t forget to plug a device out of the audio jack output of the Pi.
Now if you clic on the top “Go” button, the flow goes out to the next node and so on until the blue node that plays Jazz.
“Shaaaa ba da, shaaa ba da”…
If you hate Jazz, you can hit the second “Go” button that stops the music. In this case you may use the Salsa node instead?
Step 8: Change to Salsa
Use the mouse to change the flow (you can learn mode detailed instructions from here): select and delete the wire that goes to the jazz node and add a new one that goes to the Salsa node.
Step 9:
Here is the final flow that plays Salsa. Try it with the “Go” button!
Step 10:
May be you don’t want to use your PC to launch the music?
To make is as easy as possible, we will launch the music when the Pi is powered on, and the switch Off will (of course) stop the music.
To achieve, that, replace the first “Go” node with an “Inject”:
For more detail: Build your own internet radio