Search found 1064 matches

by mightyohm
Mon Apr 20, 2009 8:23 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Accessing WL-520GU Serial Port - mess output on terminal
Replies: 7
Views: 19375

Re: Accessing WL-520GU Serial Port - mess output on terminal

Patrick -

i'm glad you got it figured out! I didn't realize that a 5V cable would produce garbage, but that is really good to know.
by mightyohm
Sun Apr 19, 2009 4:57 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Bluetooth Support?
Replies: 6
Views: 17336

Re: Bluetooth Support?

Afaik - yes.
by mightyohm
Sun Apr 19, 2009 2:12 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Bluetooth Support?
Replies: 6
Views: 17336

Re: Bluetooth Support?

This might be another reason to try harder and get the 2.6 kernel running on the WL-520 with wireless... Last time I tried there were boot issues with b43 wireless driver problems but those might be fixed now.
by mightyohm
Sun Apr 19, 2009 1:17 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Different Approach with LCD on WL500gp
Replies: 2
Views: 7904

Re: Different Approach with LCD on WL500gp

Awesome, thanks for sharing! That is a very slick display, and the serial interface makes it really easy to get something working FAST.
I haven't seen the oleg firmware before but I'll have to check it out. What do you like about it over OpenWrt or are they both pretty much the same?
by mightyohm
Sun Apr 19, 2009 1:14 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Bluetooth Support?
Replies: 6
Views: 17336

Re: Bluetooth Support?

Are you using the firmware I posted in the tutorial or your own? I can't remember if I compiled USB-bluetooth support or not. If you do an lsmod do you see any bluetooth kernel modules being loaded? I have a USB-bluetooth adapter, I'll have to play with it once of these days and see if i can get it ...
by mightyohm
Sun Apr 19, 2009 1:11 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Using multiple radios for a distributed audio system
Replies: 1
Views: 8847

Re: Using multiple radios for a distributed audio system

Sounds like a cool project and I think icecast is the way to go - but having absolutely zero experience with it I will let others speak up instead. :D
by mightyohm
Sun Apr 19, 2009 1:09 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Accessing WL-520GU Serial Port - mess output on terminal
Replies: 7
Views: 19375

Re: Accessing WL-520GU Serial Port - mess output on terminal

The only other thing I would check is your comm settings... Make sure you're using 115200 8N1 with no flow control.
by mightyohm
Tue Apr 14, 2009 1:17 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Question about LCD interfacing
Replies: 3
Views: 8728

Re: Question about LCD interfacing

Evil Potato - The serial data doesn't contain formatting specific to the LCD. The serial output of the router is something like: Name: Slay Radio Title: Some Artist - Some Song Name Each line has a newline character at the end, but it's up to the microcontroller driving the LCD display to figure out...
by mightyohm
Tue Apr 14, 2009 1:12 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: who is using USB mass storage?
Replies: 19
Views: 32941

Re: who is using USB mass storage?

Weird. I played with a 1GB stick formatted with ext3 for a while and it seemed to be ok. I have read something about the linux-2.4 kernel having issues with vfat before, that might be the problem you are running into with data corruption. Have you played with the 2.6 kernel at all? Last time I tried...