Missing files for W5500 Ethernet Shield for Arduino

Arduino Mega with W5500 Ethernet Shield
If you look at the second screenshot it seems like your library is missing a file “Ethernet2.h” and possibly more like “EthernetClient2.h.”

Try to download Ethernet2 from the library manager

I found a work around. Just used the normal library and then only needed to import CayenneEthernet.h. Connected just fine. I would rather do this since I want to play around with Cayenne but still run the Arduino Web Server at the same time.

1 Like