Search found 6 matches

by lookat
Wed Aug 17, 2011 9:07 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Connection between router and display not working
Replies: 7
Views: 13358

Re: Connection between router and display not working

connection is working with flashing hex file with this command:

avrdude -c usbtiny -p atmega168 -U flash:w:main.hex:i -U hfuse:w:0xDF:m -U lfuse:w:0xC7:m
by lookat
Tue Aug 16, 2011 11:54 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Connection between router and display not working
Replies: 7
Views: 13358

Re: Connection between router and display not working

Finally i found new info for me:

I need to burn fuses
hfuse 0xDF
lfuse 0xC7

I hope this will help:
avrdude -c usbtiny -p atmega168 -U lfuse:w:<0xc7>:m
avrdude -c usbtiny -p atmega168 -U hfuse:w:<0xdf>:m
by lookat
Tue Aug 16, 2011 11:42 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: More LCD Problems
Replies: 8
Views: 20465

Re: More LCD Problems

Hi guys,

could you more explain how to burn fuse bits for this project?

thanks

lookat
by lookat
Mon Aug 01, 2011 7:37 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Connection between router and display not working
Replies: 7
Views: 13358

Re: Connection between router and display not working

Hi rosbif, could you more explain what you did? I flash AT with AVR_wifiradio_interface HEX file and then I tried "make fuse" command. In both cases I got succesfull flashing info. .... avrdude: verifying ... avrdude: 3534 bytes of flash verified avrdude: safemode: Fuses OK avrdude done. T...
by lookat
Sun Jul 17, 2011 10:21 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Connection between router and display not working
Replies: 7
Views: 13358

Re: Connection between router and display not working

You are right I can manage router through FTDI cable. But whe connect to microconroller, nothing happend. I am working with your firmware. I tried manually command to send some string to /dev/tts/0. stty 9600 < /dev/tts/0 echo "currentsong" | nc localhost 6600 | grep -e "^Title: "...
by lookat
Mon Jun 13, 2011 9:36 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Connection between router and display not working
Replies: 7
Views: 13358

Connection between router and display not working

Hi all, my wifi radio is working fine, but I cannot send any info to LCD. MPD is working fine, I flashed atmega correctly. Display is showing the wifi radio project info. But the connection between router and display doesn`t work. How can I debug the connection? The cable (GND-TX-RX) is ok. In route...