Page 2 of 2

Re: ESP8266 with Cytron UNO DHCP failed

PostPosted: Sat Oct 08, 2016 1:52 am
by bengchet
Hi,

From the error log you have shown, your path to the BlynkiESP8266 library seems also incorrect.
/Users/Mac/Documents/Arduino/libraries/BlynkESP8266_Lib/BlynkApiArduino.h

Inside /Users/Mac/Documents/Arduino/libraries/BlynkESP8266_Lib, there should not be a file called BlynkApiArduino.h included in that folder.

My suggestion is,

1) Check if in /Users/Mac/Documents/Arduino/libraries, there is a folder called Blynk, inside should be including many folders and files, and one of them is BlynkApiArduino.h file. That folder is for Blynk main library. You should be able to see it because you have downloaded it from library manager recently.

2) Delete BlynkESP8266_Lib folder currently you have, download the file attached on previous posts and extract it to /Users/Mac/Documents/Arduino/libraries, same directory as where Blynk folder is placed. Inside the folder there should be only 4 files, ESP8266.cpp, ESP8266_Lib.h, keyword.txt and readme.md.

Re: ESP8266 with Cytron UNO DHCP failed

PostPosted: Sat Oct 08, 2016 11:21 am
by jim0
Hi Bengchet,

Downloaded file from earlier post and followed your advise but getting these errors still:

Arduino: 1.6.12 (Mac OS X), Board: "Arduino/Genuino Uno"

/Users/Mac/Documents/Arduino/Projects/Blynk/latestblynk2/latestblynk2.ino:2:25: fatal error: ESP8266_Lib.h: No such file or directory
#include <ESP8266_Lib.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.


I can't locate the ESP8266_Lib.h or the files you mentioned in point 2 from the downloaded folder.

Re: ESP8266 with Cytron UNO DHCP failed

PostPosted: Mon Oct 10, 2016 3:17 pm
by bengchet
Hi,

It should be able to locate the file if you place Blynk_ESP8266Lib folder in directory same as Blynk library. Perhaps you can try try open a new sketch, copy the code, save the sketch at Desktop, then try to compile.

Re: Cytron ESPWiFi Shield with Blynk

PostPosted: Wed Jan 17, 2018 7:59 pm
by hmgrwn
Hi BengChet,

I am currently trying to run the Blynk sketch with the esp8266 library you provided in this thread. This upload was successful but my Serial monitor outputs: [599] Connected to XXXXXX [1613] ESP is not responding.

Am i missing anything here? Working with a CT-uno and ESP-WIFI shield with ESP-WROOM-02.
Thank you,
Ken

Re: Cytron ESPWiFi Shield with Blynk

PostPosted: Wed Jan 17, 2018 8:25 pm
by bengchet
Hi,

You can check with this thread

Re: Cytron ESPWiFi Shield with Blynk

PostPosted: Thu Jan 18, 2018 12:19 am
by hmgrwn
Sweet got it working, thanks!