ESP8266WiFi.h: No such file or directory #42

The text was updated successfully, but these errors were encountered:

g1ra commented Apr 15, 2015

Yes. That was the problem.

Meanwhile I cloned https://github.com/ekstrand/ESP8266wifi into libraries.
Do you use ekstrand’s ESP8266?

esp-07v2

Now should work (?) after I figure out how to connect the board.
What is the recommended way to upload a sketch to ESP8266? May I use a FTDI serial to USB adapter?
I have a ESP-07 module .
This :

g1ra commented Apr 15, 2015

efifi commented May 24, 2015

where do you find this file — ESP8266WiFi.h

you can see it in the IDE when selecting the correct board but i cannot find it in my windows file structure?

marcoschwartz commented May 25, 2015

Well you don’t need to locate it yourself — when you select the correct board in the IDE it gets available by default.

lesjaw commented May 28, 2015

so basiically we cant use ESP8266WiFi.h if we choose arduino as board?

i really want to use that library, because my esp8266 attached to my arduino, i want to make a IR transmitter, which is connected to my Wifi network. since esp8266 self lack of real pwm pin

marcoschwartz commented May 29, 2015

Yes indeed. Well from what I know the ESP8266 PWM works just fine, I used it just this morning 🙂 From the official GitHub repository:

analogWrite(pin, value) enables software PWM on the given pin. PWM may be used on pins 0 to 15. Call analogWrite(pin, 0) to disable PWM on the pin. value may be in range from 0 to PWMRANGE, which is currently equal to 1023.

And of course it’s supported by aREST 🙂

marcoschwartz commented Aug 27, 2015

Closing this issue as it’s not aREST — related

vijaykumarmishra commented Aug 22, 2016

ESP8266_SoftSer.h: No such file or directory(progamme to remote control car)
program i tried too much blynk libraries but no one work.
please help me .
email me a solution at rockingvijay996@gmail.com

marcoschwartz commented Aug 22, 2016

Hello, are you sure it’s a problem with aREST? aREST doesn’t use ESP8266_SoftSer.h and also you are mentioning Blynk 🙂

vijaykumarmishra commented Aug 22, 2016

I am taking program to control remote control car by blynk app but it not
work
Please suggest me what to do.

On Aug 22, 2016 10:02 PM, "marcoschwartz" notifications@github.com wrote:

Hello, are you sure it’s a problem with aREST? aREST doesn’t use
ESP8266_SoftSer.h and also you are mentioning Blynk 🙂

marcoschwartz commented Aug 22, 2016

Sorry, this is only for aREST related issues. For Blynk you can go to their GitHub repository 🙂

ghost commented Sep 8, 2016

fatal error: ESP8266HTTPClient.h: No such file or directory

Hi.I have same probrem.

Looks like you didn’t select "Generic ESP8266 WiFi board" in the Arduino IDE.
Of course I selected Generic ESP 8266 board,also I already tried other version
1.65 and 2.3.0 rc2.

PLEASE LET ME KNOW THIS PROBLEM SOLUTION.

fatal error: ESP8266HTTPClient.h: No such file or directory

Thank you in advance buddy.

marcoschwartz commented Sep 8, 2016

Again, this is the aREST repository, which has nothing to do with Blynk. Please only post issues with aREST. Thank you.

Netzsolutions commented Apr 30, 2018

Thanks for your pro-active responses. I was going through few forums and saw your ones. I was getting some error due to non availability of esp8266wifi.h; and I believe I got the issue. I believe I was not selecting the right board. I will try today. Thanks

imvickykumar999 commented Aug 8, 2020

Well you don’t need to locate it yourself — when you select the correct board in the IDE it gets available by default.


Источник: github.com