Search found 49 matches

by Schwabinger
Sat Mar 05, 2011 1:55 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Slug Radio: Internet Radio with NSLU2 / arduino
Replies: 11
Views: 42311

Re: Slug Radio: Internet Radio with NSLU2 / arduino

Now we have 8 pushbuttons handled with a shiftIn register: http://farm6.static.flickr.com/5215/5499140452_f7df4d9f62.jpg 8 Pushbottons by RigasW , on Flickr The green buttons are used to address favourite stations. Red and yellow are still unused. What I soon will try is a pause button for podcasts....
by Schwabinger
Sat Feb 19, 2011 10:11 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Slug Radio: Internet Radio with NSLU2 / arduino
Replies: 11
Views: 42311

Re: Slug Radio: Internet Radio with NSLU2 / arduino

SlugRadio has a programable push button now. Now I can find my favourite station even faster. Pressing a push btton saves the current station number in EEPROM. This is part of the code: buttonState = digitalRead(buttonPin); switch(StationKeyState) { case NonStationKeyMode: // you have to be in freez...
by Schwabinger
Thu Feb 17, 2011 11:58 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Ethernet-based Arduino-powered Control Panel
Replies: 9
Views: 17377

Re: Ethernet-based Arduino-powered Control Panel

Looks great!

We should start an arduino club ... :D

Image
SlugRadio by RigasW, on Flickr

Schwabinger
by Schwabinger
Sat Feb 12, 2011 1:23 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Arduino tunning control
Replies: 2
Views: 6415

Re: Arduino tunning control

Hi Sisalina,

I use an arduino for tuning and volume control.

Have a look here:

viewtopic.php?f=2&t=312

Schwabinger
by Schwabinger
Mon Jan 31, 2011 12:33 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: WMA streaming on WL-520GU
Replies: 7
Views: 13418

Re: WMA streaming on WL-520GU

Hi Stefan,

would "podacst-bounce" be a solution to your "BBC-needs"?
http://mpd.wikia.com/wiki/Hack:podcast-bounce

With that implemented, you can play

mp3, m3u, pls and xml (podcast) streams.

I listen to the world service right now on my SlugRadio ...

Greetings,

Schwabinger
by Schwabinger
Mon Jan 31, 2011 10:56 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Slug Radio: Internet Radio with NSLU2 / arduino
Replies: 11
Views: 42311

Re: Slug Radio: Internet Radio with NSLU2 / arduino

Hi Stefan, the idea with the rotary encoder sounds promising! (But actually the skipping problem only exists on both ends of the pot's range .... it is supposed to be linear ... but on both ends you have to turn a much longer way till you reach the next station, compared to a middle-postion!) Anothe...
by Schwabinger
Sat Jan 29, 2011 7:47 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Slug Radio: Internet Radio with NSLU2 / arduino
Replies: 11
Views: 42311

Re: Slug Radio: Internet Radio with NSLU2 / arduino

Some improvements for the slug radio: Station lock ========== in the meantime I have more than 30 stations on my list. So it happens from time to time that it toggles between two stations; the more stations I will add, the more often this problem will occur. So I implemented a button that sets a sta...
by Schwabinger
Sun Jan 23, 2011 7:34 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: List of radio stations available?
Replies: 8
Views: 30997

Re: List of radio stations available?

In my "Slug Radio Project" http://www.flickr.com/photos/rigasw/sets/72157625708689711/ I use podcast bounce, so I can enter station addresses in "m3u" and "pls" format and play them with mpc / mpd. "Podcast bounce" is a xinetd service. Excellent solution! (htt...
by Schwabinger
Tue Jan 18, 2011 12:58 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Slug Radio: Internet Radio with NSLU2 / arduino
Replies: 11
Views: 42311

Re: Slug Radio: Internet Radio with NSLU2 / arduino

I was so happy that we finally got the three pins soldered to the slug's board (without breaking it)... so I did not dare to solder the resistor on the board. I consider getting one more slug on ebay and try it with this machine. An idea for a solution is to read serial input that comes from the slu...
by Schwabinger
Sun Jan 16, 2011 3:29 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Slug Radio: Internet Radio with NSLU2 / arduino
Replies: 11
Views: 42311

Slug Radio: Internet Radio with NSLU2 / arduino

Inspired by Jeff's wifi radio, I started my project using a nslu2 "slug" as the basis for an internet radio a few weeks ago. I wanted to build a tuning device so I could listen to radio without using any pc, monitor or keyboard. - Tuning as well as setting the volume should be done the old...