I have a project where I'd like to use both the Ethernet shield (to post to my Twitter account) as well as an LCD shield (to see current status). When I stack the Ethernet shield on top of the Arduino and then stack the LCD shield on top of the Ethernet shield, the Ethernet shield doesn't work (although the LCD shield will work). Specifically, the Ethernet shield won't pick up an IP from my router. Does anyone know if the pins on the Ethernet shield conflict with the pins on an LCD shield?
A few stats:
I'm running an Arduino Deumilanove
The Ethernet shield I'm using is this one:
The LCD shield I'm using is this one (it requires pins 4, 5, 6, 7, 8, and 9)
I'm powering it via the USB port on my computer (do you think powering via a wall wart would make a difference?).
Any insights would be appreciated. I can post code if that would be of use.