John Mangan
TVWBB Member
And here is a closeup of the contrast pot attached to the LCD.
Also, the schematic doesn't show it because I guess it is implied but there are no lines for power and ground to the 74HC164 (on the schematic), and the chip has to be powered.Originally posted by Ed Pinnell:
74HC164N Pin8 you have labeled as going to Arduino D5. I show it going to Arduino D4.
Originally posted by Ed Pinnell:
74HC164N Pin8 you have labeled as going to Arduino D5. I show it going to Arduino D4.
Doh! I guess I should have looked at the datasheet a bit closer. As you can see from my picture, I definitely did not have pin 7 grounded or pin 14 going to VCC. That said, I did have pin 9 going to VCC as shown in your schematic. That can't be right is it? I don't dare fire this up having two ties back to VCC. It has to be me reading the schematic wrong.Originally posted by Bryan Mayland:
Also, the schematic doesn't show it because I guess it is implied but there are no lines for power and ground to the 74HC164 (on the schematic), and the chip has to be powered.
Pin 7 - Ground
Pin 14 - VCC (5V)
Originally posted by Bryan Mayland:
The reason your web server is giving you garbage is probably because you haven't uploaded you webpages into the DataFlash. You're getting 6612 bytes of the "index.html" that isn't there.
There's a separate sketch needed that allows you to upload files into the flash, buuuuuut I think I've broken it in an attempt to make it better. I'll have to check when I get home, but I'll have something for you tomorrow, even if it is a bit rough.
Originally posted by Bryan Mayland:
And yeah I have pin 5 of my LCD tied to something according to the pictures, but I must have missed it on the schematic. Bad me!
Originally posted by Ed Pinnell:
I just wanna say that, after spending most of this day hunched over a soldering iron, I think maybe I might come across as an a$$-kisser for thanking the guy(s) that made this possible for me.
Originally posted by Ed Pinnell:
...but the difference between guys like Bryan and John and me is that I know the pictures are blurry and out of focus but I don't care enough to do it right. And I appreciate someone (like both John and Bryan) who take the time to do the documentation the justice that this project deserves. I just want it to work is all I really care about, so I try to show my appreciation for you guys that really breathe life into a project like this. 'Nuff said.
Yes both go to VCC. Pin 9 is the "clear" pin, which I just hold at "logic high" at all times. It is perfectly normal, I swear it!That said, I did have pin 9 going to VCC as shown in your schematic. That can't be right is it? I don't dare fire this up having two ties back to VCC. It has to be me reading the schematic wrong.
Originally posted by Ed Pinnell:
I think you might be throwing the baby out with the bath water by re-wiring everything, John!!! That is a very drastic worst case solution...just think what would happen if they took that approach every time they had a problem with the Space Shuttle! By re-wiring the whole project you have every likelihood of introducing new bugs into your project.
Originally posted by Ed Pinnell:
<BLOCKQUOTE class="ip-ubbcode-quote"><div class="ip-ubbcode-quote-title">quote:</div><div class="ip-ubbcode-quote-content">Ah, so you're using the TX/RX to communicate with the Linksys? The board really is smaller than the pictures make it seem, it depends on the size of the LCD you are using. I went with a 4 line because of the number of probes I have and didn't piggyback it. I used a ribbon cable to put it beside the LCD.
Can't wait to find out more about the WRT idea.
Just curious, is there an advantage to open-WRT vs DD-WRT?
If all goes according to plan you should see some OK messages going in the log and then flashfiles.h will be dumped. It should match what is in HeaterMeter-r39 with the exception of "mockup.html" is replaced with "". That's fine. You can now close the app and reupload HeaterMeter-r39 to the Arduino and the web pages should work now!