I have been struggling with adding the ethernet shield 2 the device card address to the address code shown below.
byte mac[] = { 0xA8,0x61,0x0A,0xAE,0x85,0xC4 }; //this is one of my attempts.
The address on the card is A8:61:0A:AE:85:C4
I am attempting a simple project i.e. switching a LED on & off (D2 to Ground).
I would appreciate some help as it seems my computer is not finding the address.
The shield LED indicators appear to be functioning correctly.