Page 1 of 1

CYTRON ESP8266 WIFI SHIELD

PostPosted: Wed Mar 08, 2017 10:54 am
by gorgom
Hi,

I tried to compile WiFiThingSpeak example from Cytron ESPWiFi Shield. But the compilation is terminated.

Error message displayed:

C:\Users\gorugomu\Documents\Arduino\libraries\CytronWiFiShield-master\examples\WiFiThingSpeak\WiFiThingSpeak.ino:4:24: fatal error: ThingSpeak.h: No such file or directory

Where I can get ThingSpeak.h header file since there no such file in the CytronWiFiShield-master folder?

Thank you

Re: CYTRON ESP8266 WIFI SHIELD

PostPosted: Thu Mar 09, 2017 8:51 am
by Idris
Hi gorgom,

I just search "ThingSpeak" in Arduino Library Manager (Sketch - Include Library - Manage Libraries...) and found this. You can try to install and compile again.

ThingSpeak Arduino Library.png
ThingSpeak Arduino Library.png (10.11 KiB) Viewed 2572 times

Thanks.