Help uploading sketch

Hi,

I am using an Arduino with W5100 Ethernet shield, but then I try and upload the sketch that I’m given on Cayenne site, I get a compile error. This is the error:

Arduino: 1.6.5 (Windows 8.1), Board: “Arduino Uno”

In file included from C:\Users\Dee\Documents\Arduino\libraries\Cayenne/CayenneEthernet.h:24:0,
from sketch_apr12a.ino:21:
C:\Users\Dee\Documents\Arduino\libraries\Cayenne/BlynkSimpleEthernet.h:18:22: fatal error: Ethernet.h: No such file or directory
#include <Ethernet.h>
^
compilation terminated.
Error compiling.

The thing I don’t understand is that I have the Ethernet library installed. Why cant it find the file?

Thanks,

Damien.

Hello, do you see the directory listed when you go from arduino IDE menu SKETCH-> Import Library → Do you see the library listed there?

Yeah the library is in the import library list.

Cheers

Hi @d_seedler,

Wanted to follow up here, did you get your project working?

-B