ArduinoGeneral

can i connect dfrobot ethernet shield and lcd shield?

userHead Account cancelled 2016-01-12 10:47:58 1849 Views1 Replies
can i connect dfrobot ethernet shield w5200 and lcd shield?, the ethernet shield use these pin
Code: Select all
#define SS    10   //Gadgeteer PIN 6
#define nRST 8 //Gadgeteer PIN 4
#define nPWDN 9 //Gadgeteer PIN 5
#define nINT 3 //Gadgeteer PIN 3

can i change them? because the lcd need pin 8,9 and 10..
2016-01-19 14:30:06 The pins are SPI interface for arduino Uno, so it may not feasible to change them. May be you could use and IIC interface LCD like this one.
http://www.dfrobot.com/index.php?route= ... ption=true


Or buy a additional module:
http://www.dfrobot.com/index.php?route= ... ption=true
userHeadPic Leff