ESP8266 Connection problem - arduino

hi! Hi. I have problems with the ESP8266 wifi module when compiling. I realized all the instalacinoes of the libraries cayenne and the module wifi. But I always get the following error :
help pls :frowning:

C:\Users\Ricardo\Documents\Arduino\libraries\Cayenne-MQTT-ESP8266-master\src/CayenneMQTTESP8266.h:21:25: fatal error: ESP8266WiFi.h: No such file or directory
#include <ESP8266WiFi.h>

Can you post the code you are uploading?

-B

exampleesp8266.txt (1.7 KB)

Yeah right. I tried a lot but I could not upload any sketch to my arduino one + ESP8266, always the same error appears

Did you install the ESP board in the IDE? Run down through this guide to make sure everything is set up and up to date.

1 Like

I noticed between each directory that there is a backslash "", but between src & CayenneMQTTESP8266.h there is a forward slash “/”.

I too am plagued with this issue.

1 Like

@trefrosk @ricardo_ramos.l Have you seen this video yet? Perhaps it will help, it gives a good overview.

1 Like