You could start with the series of blog posts that is the subject of this forum.
Jeroen
Search found 109 matches
- Thu Aug 30, 2012 1:53 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Problem with the serial connection to wl-500gp v2
- Replies: 4
- Views: 24522
- Sat Aug 11, 2012 12:03 pm
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: stuck on part 3
- Replies: 3
- Views: 20572
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
Jeroen
- 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: 24871
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 ...
- 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: 47741
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 ...
- 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: 13841
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 ...
- 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: 31555
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.
- 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: 31555
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...
- Tue May 01, 2012 6:52 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Atmega 168 only?
- Replies: 8
- Views: 34492
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...
- Tue May 01, 2012 6:46 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: More LCD Problems
- Replies: 8
- Views: 33672
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...
- Sun Apr 01, 2012 1:57 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Version of OpenWRT
- Replies: 4
- Views: 22005
Re: Version of OpenWRT
I posted this a while back