SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
By MANDHA AMARR
#193265
Hi everyone,

We are using the ESP 12E with Arduino UNO and Mega with SPI protocol but did not get any result.

In your forum is being mentioned how to use with ESP12E with arduino using SPI but i dont know from where to take "#Include<ESP8266WiFi.h> file.

Requesting you to kindly suggest or provide the #Include<ESP8266WiFi.h> file so that i can test the ESP12E in SPI Mode.


Regards,
Amar
By Valen
#193312
Have you read through the entire hookup-guide? An earlier section explains how to install the ESP8266 library into the Arduino IDE:
https://learn.sparkfun.com/tutorials/es ... uino-addon

That should install it onto your system and the IDE should be able to find it then.

If you only want to know what is inside that file ESP8266WiFi.h then the first link in that paragraph would point you to the source code on Github:

https://github.com/esp8266/Arduino

If you search a little bit further then you'd find the source code section:
https://github.com/esp8266/Arduino/tree ... 66WiFi/src