Hello! I would like to control Arduino Mega via EtherNet Shield. Following instructions on this page- Arduino Network Firmata - UPDATED | vvvv
How to know what ip of Server i want to conect to**???** :
//replace with ip of server you want to connect to, comment out if using
‘remote_host’
#define remote_ip IPAddress(1, 1, 1, 3)
I got Arduinos IP(192, 168, 0, 106) and paste it here:
//replace with arduinos ip-address. Comment out if Ethernet-startup should use dhcp. Is ignored on Yun
#define local_ip IPAddress(192, 168, 0, 106)