Search found 5 matches
- Sat May 14, 2011 2:30 pm
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: wl520 image in a DIR320
- Replies: 1
- Views: 8301
wl520 image in a DIR320
Hi everyone: I don´t know how many of you have tried this but. Is it possible to flash Jeff´s openwrt image for the wl520 router in a D-link DIR320 router? I´ve read a little and it seems to be possible so i wanna know if someone of you have tried this and in case you do, have you been succesfull on...
- Sat May 14, 2011 1:14 pm
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Ethernet-based Arduino-powered Control Panel
- Replies: 9
- Views: 26391
Re: Ethernet-based Arduino-powered Control Panel
I totally support the arduino club idea, the first wifi radio i built had an arduino
- Sat May 14, 2011 1:08 pm
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: alternatives to the WL-520gU
- Replies: 48
- Views: 838023
Re: alternatives to the WL-520gU
What about the D-link Dir-320?
- Tue Feb 08, 2011 9:05 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Arduino tunning control
- Replies: 2
- Views: 9521
Re: Arduino tunning control
Everything´s fine now... If someone is using the arduino... the line Serial.write("tuner: channel "); should be Serial.println("tuner: value_ADC "); the println command makes a jump between lines necessary for the router to recognice the line "tunner: value". and the ro...
- Tue Feb 08, 2011 7:54 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Arduino tunning control
- Replies: 2
- Views: 9521
Arduino tunning control
Hi to everyone: First, Thanks Jeff for your tutorial and thanks again for your quick answers. My problem is the tunning control, I initiate the interface.sh routine in the router, at the same time I send an string with the arduino "tuner: 4" but nothing seems to happen. The serial message ...