Search found 109 matches

by jeroen94704
Sat Aug 11, 2012 12:03 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: stuck on part 3
Replies: 3
Views: 13365

Re: stuck on part 3

You log in through the network using telnet and/or ssh. The first time you must use telnet. Once you set a password, from that moment on the telnet server is no longer started, and you need to use SSH. You can use PuTTY for both telnet and SSH.

Jeroen
by jeroen94704
Mon Jun 04, 2012 12:15 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Radio streaming works, ping and wget don't
Replies: 4
Views: 14275

Re: Radio streaming works, ping and wget don't

Looks like you need to add an entry for the DNS server, which is missing from your wan configuration: option dns 192.168.1.1 or, if you want to use one of the lan interfaces instead of the wan port, add both a dns and gateway option: option gateway 192.168.1.1 option dns 192.168.1.1 Also, about the ...
by jeroen94704
Thu May 24, 2012 3:14 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: interface.sh not starting at boot
Replies: 11
Views: 29435

Re: interface.sh not starting at boot

Are you maybe changing anything else in the network configuration. Keep in mind that the wifi interface can either be client or access point, but not both at once. How are you connecting your PC to the router? Using a network cable or wirelessly? How does the router connect to the internet? Using a ...
by jeroen94704
Wed May 23, 2012 5:53 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Communicating AVR with PC using router
Replies: 1
Views: 9153

Re: Communicating AVR with PC using router

Yes, you can, but I don't think there's a standard way of doing this (i.e. You'll need to do your own scripting etc). Also, using a router just to communicate wirelessly with an AVR seems like overkill. Why not go for a setup with two XBee modules, and leave the whole router out? Or you could get a ...
by jeroen94704
Tue May 08, 2012 11:57 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Backfire on 520gu, no space!
Replies: 6
Views: 20184

Re: Backfire on 520gu, no space!

Yeah, mounting fat32 never worked for me either. I never seriously investigated this though, and simply used ext2 or 3.
by jeroen94704
Sun May 06, 2012 10:47 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Backfire on 520gu, no space!
Replies: 6
Views: 20184

Re: Backfire on 520gu, no space!

Here are the instructions I posted here some time ago (note the scrollbar!), specifically to accomplish what you describe: Install OpenWrt 10.03 (follow instructions on the OpenWrt website) opkg install kmod-usb-core opkg install kmod-usb2 opkg install kmod-usb-storage opkg install kmod-usb-uhci opk...
by jeroen94704
Tue May 01, 2012 6:52 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Atmega 168 only?
Replies: 8
Views: 21002

Re: Atmega 168 only?

I'm using a 328p myself, and have no problems with it. But that's with rather different software (although with the same LCD library). The 328 is very similar to the 168 though. AFAIK, it only has more flash (32k vs 16k). so as long as the compiler does its thing, and the programmer successfully fin...
by jeroen94704
Tue May 01, 2012 6:46 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: More LCD Problems
Replies: 8
Views: 20319

Re: More LCD Problems

Hi anrandap, No, it is not normal for the atmega to get too hot to touch, and you should not need a heatsink. It sounds like there is something wrong with your wiring after all. Did you try building the circuit on a solderless breadboard first? That's a good way to iron out any problems you may have...
by jeroen94704
Sun Apr 01, 2012 1:57 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Version of OpenWRT
Replies: 4
Views: 14074

Re: Version of OpenWRT

I posted this a while back