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