I am currently running two Nanos with the ENC Ethernet modules and tonight was the first time I had them both running at the same time.
Running Vixen3 I got a strange result in that one would operate and then stop while the second would start up and run for a bit. My show will run from off a Pi.
I am running static IP one is 10.0.0.151 and the other is 10.0.0.152. I eventually will have a third one, .153
Dumb question. Is this bit of the code important, I did not change it from default?
// Set a different MAC address for each...
const byte mymac[] = { 0x74, 0x69, 0x69, 0x2D, 0x30, 0x17 };
I have done an ARP -A and both the ENC modules have the same MAC. Is this an issue?
Running Vixen3 I got a strange result in that one would operate and then stop while the second would start up and run for a bit. My show will run from off a Pi.
I am running static IP one is 10.0.0.151 and the other is 10.0.0.152. I eventually will have a third one, .153
Dumb question. Is this bit of the code important, I did not change it from default?
// Set a different MAC address for each...
const byte mymac[] = { 0x74, 0x69, 0x69, 0x2D, 0x30, 0x17 };
I have done an ARP -A and both the ENC modules have the same MAC. Is this an issue?