Controlling Arduino Mega via EtherNet shield

Hello! I would like to control Arduino Mega via EtherNet Shield. Following instructions on this page- https://vvvv.org/contribution/arduino-network-firmata-updated

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)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.