Search found 164 matches

by gerben
Tue Apr 16, 2013 11:13 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Madplay installation
Replies: 21
Views: 78767

Re: Madplay installation

MPD is quite big. I didn't know how big the Madox image was, so I wasn't sure MPD wouldn't fit. But like you found out, it doesn't. To answer your question. Just save the code he provided: #!/bin/sh while [ 1 ] do wget -q -O -http://example.com/mystream | madplay -Q --no-tty-control- sleep 2 done in...
by gerben
Mon Apr 15, 2013 3:42 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Madplay installation
Replies: 21
Views: 78767

Re: Madplay installation

Your welcome. Glad to hear you got it working.

Have you tried removing madplayer before installing MPD?

PS. adding your adapter the the list of USB-audio adapters known to work with OpenWrt/mpd at viewtopic.php?f=2&t=232&start=40 would be very helpful.
by gerben
Sat Apr 13, 2013 1:11 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Madplay installation
Replies: 21
Views: 78767

Re: Madplay installation

madplayer will probably already start at boot. From the openwrt web interface you can enable your application. Otherwise you could do something like '/etc/init.d/madplayer enable' You can indeed put the wget at the red arrow. However, to be sure madplayer has already started you would probably have ...
by gerben
Fri Apr 12, 2013 6:32 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Madplay installation
Replies: 21
Views: 78767

Re: Madplay installation

I forgot to mention you had to run opkg update. This was because the cache was still pointing to the madox repository. But you figured that one out yourself. Glad you got everything working so far. But I don't understand you wget question. You never mentioned wget before. Putting it where you made a...
by gerben
Thu Apr 11, 2013 10:10 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Madplay installation
Replies: 21
Views: 78767

Re: Madplay installation

Mightyohm used MPD for audio playback. I don't know madplayer. But looking at the package size Madplayer is a bit smaller. But I'm not sure if either of them will fit into you 240kb free. The error you received seems to suggest that you downloaded the madplayer package for the wrong platform. Where ...
by gerben
Wed Apr 10, 2013 9:55 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Madplay installation
Replies: 21
Views: 78767

Re: Madplay installation

Could you post the contents of /etc/opkg.conf ?
What version of OpenWrt does Madox use?
by gerben
Wed Apr 03, 2013 1:59 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Very simple Raspberry Pi Radio
Replies: 47
Views: 228043

Re: Very simple Raspberry Pi Radio

Nice.

Now you can use sunwait and cron to automatically turn the lights on after sunset. :-P

Or only during playback.
by gerben
Sun Mar 17, 2013 12:29 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Very simple Raspberry Pi Radio
Replies: 47
Views: 228043

Re: Very simple Raspberry Pi Radio

No problem. That's a nice looking LCD display, with the white on blue. Today I added a LDR to my raspberry. I placed the LDR in front of the SPDIF output of my stereo. So now every time I turn on my stereo raspberry will start playing. And when I turn the stereo off, it will stop playing. Once I get...
by gerben
Tue Mar 12, 2013 10:32 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Very simple Raspberry Pi Radio
Replies: 47
Views: 228043

Re: Very simple Raspberry Pi Radio

The backlight is just an led, so you could break it, and have the rest of the display still work. But I don't think you have broken it. From the image it seems J15 and J16 already have something, I think it's a resistor across it. Also J1 and J2 have been shorted already. So I don't see how you coul...
by gerben
Sun Mar 10, 2013 11:31 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Very simple Raspberry Pi Radio
Replies: 47
Views: 228043

Re: Very simple Raspberry Pi Radio

The way I read it is; you only need the 4.2 when you are directly connecting the led (with the connectors on the side). Your way of connecting pin 15 and 16 would be option #2 from the documentation, which indicates it needs 5V PROVIDING 5V BY PIN 15 AND 16 OF THE INTERFACE TO DRIVE THE LED, J15 AND...