Terminal.ino

I guess I have lost my mind! I tried to use the example for the terminal.ino found here


I am using Arduino 1.6.5 with a mega 2560 R3 and Arduino PoE shield (although I am not using PoE). I am able to connect the board to the internet. I copied the example sketch and when I compile it I get an error-

Arduino: 1.6.5 (Windows 8.1), Board: “Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)”

sketch_oct26b.ino:27:33: fatal error: BlynkSimpleEthernet.h: No such file or directory
compilation terminated.
Error compiling.

This report would have more information with
“Show verbose output during compilation”
enabled in File > Preferences.
I downloaded the latest library from here


Here is a screen shot of my library folder

I am sure it is something simple that I am missing/doing wrong. Thanks for the help

It seems that you don’t follow the instructions from https://github.com/blynkkk/blynk-library/releases

The structure should look like this:
~\Arduino\libraries\Blynk
~\Arduino\libraries\BlynkESP8266_HardSer
~\Arduino\libraries\BlynkESP8266_SoftSer
~\Arduino\libraries\SimpleTimer

Thank you for the reply. Yes, sorry I did not understand the directions. Now that you have pointed out how to load the library correctly, I am able to compile the sketch. However, when I open the serial monitor, I see
[0] Blynk v0.3.1
[0] Getting IP…
[6597] My IP:192.168.1.112
[6597] Connecting to cloud.blynk.cc:8842
[8670] Login Timeout
[11670] Connecting to cloud.blynk.cc:8842
and blah blah blah
I am assigned to pin V1, I have the correct auth token. Although the dashboard is running, I am not getting the correct response
“Blynk v” BLYNK_VERSION “: Device started”
I am running the app on an iphone v9.0.2

Thanks

Pavel,
Well you can disregard my last message. I reset the sketch several times and now everything is working fine. Not really sure what is going on but it works.

Thanks

Brian

Hello, I met the same question with you. these files I already put into the libraries, but software still cannot work… I am using the intel1.0.4 arduino 1.5.3
Thank you .

Did you get it to work?

Hello. I had integrate the libraries like in the description, nevertheless it doesn’t work. But If you integrate the entire libraries as a .zip data, it will work.

(Arduino 1.6.4 with Arduino Uno Rev3 and an EthernetShield)