Hi,
I have two ENCJ60 modules with arduionos connected to a same wired network.
can I send some characters from one arduino & turn on/off relays on the other module in the same network?
Is there any example of doing it?
Thanks
Hi,
I have two ENCJ60 modules with arduionos connected to a same wired network.
can I send some characters from one arduino & turn on/off relays on the other module in the same network?
Is there any example of doing it?
Thanks
with UIPEthernet library you can use any Arduino networking example for Ethernet or WiFi library
"can I send some characters from one arduino & turn on/off relays on the other module in the same network?"
You should be able to do so. Run client code on one board and server code on the other board. Typically the server code will operate the relays.