BlynkEthernet.h: No such file or directory

Hello Dear Blynkers,

I tried to upload on Arduino UNO with Ethernet shield (W5100) my first project (to switch on a led), but the result is always that:

In file included from My_First_Blynk_Project.ino:27:0:
/Users/AlessandroMacMini/Documents/Arduino/libraries/BlynkSimpleEthernet/BlynkSimpleEthernet.h:20:36: fatal error: Adapters/BlynkEthernet.h: No such file or directory
#include <Adapters/BlynkEthernet.h>
^
compilation terminated.
Errore durante la compilazione

I included library in all possible ways.
Any suggestion?
Thank you very much

Hello. Error is pretty clear. You didn’t install Blynk library correctly. Try to do that manually. Just copy zip to libs fodler of arduino ide and manually unpack.

https://www.arduino.cc/en/Guide/Libraries - check manual installation section.

Tanks for reply.
I copied Blynk_v0.3.3.zip in Arduino libraries folder, than manually unzipped it.
But the problem is the same:

My_First_Blynk_Project.ino:27:33: fatal error: BlynkSimpleEthernet.h: No such file or directory
compilation terminated.
Errore durante la compilazione

Hi guys,
I solved in this way(I hope this is helpful to others):

Download the blynk library from:
github.com/blynkkk/blynk-library
All works perfect immediately!!!

Probably the Blynk_v0.3.3 has a bug.

Thanks
See you in the community
I’m very happy !!!

1 Like

@Zamundo where from did you download wrong zip?

Download Blynk Library (Official site)

http://www.blynk.cc/getting-started/

A post was split to a new topic: Problems installing Blynk