Sign up ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

Is it possible to connect two Ethernet shields to arduino? And if yes, how can I distinguish them in the code?

share|improve this question

migrated from electronics.stackexchange.com Jan 7 at 22:34

This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts.

    
You need to move the SS pin for one of the shields (Arduino pin 10). That way you can select which shield you want to talk to. –  Gerben Jan 8 at 19:11
    
I don't think you can do this because the Ethernet.begin statement isn't an instance of Ethernet so I don't think you can do this. –  unknowndomain Feb 2 at 23:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.