WiFi Streaming Radio

wifiradio

[Jeff] is continuing to work on his WiFi streaming radio project and is now into part 7. The reason it’s taken so long is because he’s bothering to document every single piece of the system instead of assuming too much of the reader. The core of the system is an Asus WL-520GU wireless router. It is supported by OpenWRT and has a USB port for use with an external audio card. mpd, Music Player Daemon, is used for playback. This latest part features adding an LCD display for the current track. The router board already has points for the serial port, so it’s just a matter of adding an AVR to talk to the LCD. The next step is building a simple user interface and then boxing everything up. You can view a video of the display below.

Continue reading “WiFi Streaming Radio”

Asus WL500GP Audio Hack


The Asus WL500GP wireless router runs Linux and has two USB ports. [equinoxfr] wanted to install audio support internally to the router though (translated). Luckily, it uses a VIA VT6212 4port USB controller. So, he was able to wire two more internal ports. A Brando USB soundcard is plugged into one of those ports and wired to an external headphone jack. He wanted dual RCA connectors, but they just wouldn’t fit. The router is running OpenWRT Kamikaze. MPD is used to serve music with the wymypy frontend since it has its own lightweight webserver.