Hello
I want to work my Arduino with another Arduino using the network
I want to be able to press a switch in one side and to be able to turn on a led in the other side.
of course I'm using ethernet shield in both side
Thanks ,
Hello
I want to work my Arduino with another Arduino using the network
I want to be able to press a switch in one side and to be able to turn on a led in the other side.
of course I'm using ethernet shield in both side
Thanks ,
Your question is ?
who do i do this ?
The Arduino with Ethernet shield can be a server, responding to requests, or a client, making requests.
In your case, one of the Arduinos needs to be a client and one needs to be a server.
The one with the switches should ask the one with the lights to turn them on.
yes-this is what I want to do .
the logic is correct
maybe I can get some help on how to to this?
Thanks ,
maybe I can get some help on how to to this?
The IDE comes with sample server code. Have you tried running that, and accessing the Arduino via a browser?
The IDE comes with sample client code? Have you tried standing up a dummy server that the client can access?
When you have good server code, and good client code, changing the server (to the Arduino) that the client accesses is trivial.
O.K
I'll try to do this - and if I have an more question about it I'll ask
Thanks ,
(for now.....)