Search found 3 matches
- Sat Mar 05, 2011 11:41 pm
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: LCD powered by a PIC issue
- Replies: 4
- Views: 11076
Re: LCD powered by a PIC issue
Hi Jeff, When I did my test with the LCD connected to my computer I sent "Name: My test radio" through the UART Letter by letter. But when I did the same thing with the WL520 the same sentence is sent in one shot, so I missed some data during the buffer processing. I just solve the issue w...
- Sat Mar 05, 2011 5:42 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: LCD powered by a PIC issue
- Replies: 4
- Views: 11076
Re: LCD powered by a PIC issue
Hello
I find the issue.
my Uart Interrupt function was not fast enough.
It's solve. I wil post my code and schematic when it will be 100% done.
Vincent.
I find the issue.
my Uart Interrupt function was not fast enough.
It's solve. I wil post my code and schematic when it will be 100% done.
Vincent.
- Thu Mar 03, 2011 11:35 pm
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: LCD powered by a PIC issue
- Replies: 4
- Views: 11076
LCD powered by a PIC issue
Hello everybody, First Thank you Jeff and everybody sharing information regarding this project. You did a great work. I decide to use a LCD 16x4 with a HD44780 chip but powered with a Microchip PIC 16F873. The program is working fine, I add a line shift function which is looking good. I use also a &...