3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Standalone WiFi Radio Control Panel (Arduino-Powered)

Standalone WiFi Radio Control Panel (Arduino-Powered)
I wanted an Internet Radio for a long time, and was delighted to find Tinkernut's Wifi Radio project (http://tinkernut.com/archives/2387 ), which I built and have enjoyed for a few months. 

However, I didn't really care for the Ario based control interface, which required a computer up and running to start, stop, or change the channel.  I wanted to build a stand-alone controller, and found MightyOhm's Wifi Radio (http://mightyohm.com/wifiradio ), on which the Tinkernut project is based.  MightyOhm's control panel looks very nice, but it seemed more involved than I was ready for.  I don't have a non-Arduino AVR programmer, and I wanted to use things I had on hand and avoid opening up my router if possible.  Please note that this is an intermediate project, which will require basic multimeter experimentation to determine how the rotary encoder functions, and intermediate breadboarding, since there are a lot of connections involved.

So, using an Arduino-compatible controller board (Adafruit's Boardiuno , actually), a standard Arduino Ethernet Shield , a 16x2 character LCD, and a rotary encoder knob, I was able to quickly put together a controller that could select and play from a number of preset channels, turn off the radio, and display station, artist, and title information for the currently playing station and song.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Parts

Parts
«
  • control_panel_side_view.jpg
  • lcd_with_header_and_extension.jpg
For the radio:
First, you need some kind of MPD-based WiFi radio.  I recommend the following projects, an OpenWRT-based WiFi radio, such as Tinkernut's ( http://tinkernut.com/archives/2387 ) or MightyOhm's (http://mightyohm.com/wifiradio , on which Tinkernut's is based), or a laptop running Music Player Daemon (mpd: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki )

For the Controller:
* Arduino-compatible microcontroller platform (such as Arduino UNO , I used my Boarduino )
* Arduino Ethernet library compatible network controller (such as the Arduino Ethernet Shield )
* LCD Character Display (16x2 characters, or larger, such as this one from Adafruit , I got one from Ebay )
* Absolute Rotary Encoder (mine has 10 positions) (for choosing the station)
* Header pins
* Hookup wire
* 0.1" female wire connectors of varying degree (optional), which can help when putting everything in the enclosure
* breadboard
* ~7.5-9V wall wart power adaptor

Enclosure:
* one cardboard box that has a lid and is big enough for the breadboard, or some other enclosure you can modify to hold the selector knob and LCD, and cut ports for the Ethernet and power.
« Previous StepDownload PDFView All StepsNext Step »
3 comments
Feb 13, 2011. 10:30 PMfrank26080115 says:
If your router has a serial port and runs linux, it might be cheaper to just communicate to it via serial instead of ethernet. You might need to write some code to do that though, but it will definitely be cheaper.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
2
Followers
2
Author:schazamp