Plese Help

Hello ,
I m new on Nodemcu …
i did downloaded library successful and manage to go in . I have got Auth Token. Router SSD and Password swell.managed to copy in NodeMcu . When I m tring to upload or verify its giving me an error.
Arduino: 1.8.11 (Windows 10), Board: “Arduino Uno”

NodeMCU:41:10: error: ESP8266WiFi.h: No such file or directory

#include <ESP8266WiFi.h>

      ^~~~~~~~~~~~~~~

compilation terminated.

exit status 1
ESP8266WiFi.h: No such file or directory

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

Please Help

If you’re trying to compile the code for a NodeMCU board then you shouldn’t choose Arduino Uno as the board type.
You won’t see NodeMCU as an available board type until you install the ESP core into the Arduino IDE. Instructions on how to do that are here:

Pete.

1 Like

Thanks Pete . its work xx

2 Likes

another Help I am trying on my macbook. I did download driver for it from https://www.silabs.com/ its shows successfully DONE after restart computer still not show me PORT ?
Thanks for you help.