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
Search found 6 matches
- 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: 20298
- 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: 20298
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
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
- Tue Aug 16, 2011 11:42 pm
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: More LCD Problems
- Replies: 8
- Views: 33744
Re: More LCD Problems
Hi guys,
could you more explain how to burn fuse bits for this project?
thanks
lookat
could you more explain how to burn fuse bits for this project?
thanks
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: 20298
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...
- 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: 20298
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: "...
- 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: 20298
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...