Run a web server within a NodeMCU ESP8266
🙋♂️ Made by @abhijithvijayan
The ESP8266 that connects to an existing WiFi network (one created by your wireless router) is called Station (STA)
In STA mode ESP8266 gets IP from wireless router to which it is connected. With this IP address, it can set up a web server and deliver web pages to all connected devices under existing WiFi network.
- In your Arduino IDE, go to
File > Preferences
- Enter
https://arduino.esp8266.com/stable/package_esp8266com_index.json
into theAdditional Boards Manager URLs
field. Then, click theOK
button - Open the Boards Manager. Go to
Tools > Board > Boards Manager
- Search for
ESP8266
and press install button for theESP8266 by ESP8266 Community
- It should be installed after a few seconds.
- Choose board as
NodeMCU 1.0
and set erase toALL FLASH CONTENTS
. That’s it.
Give a ⭐️ if this project helped you!
Code released under the MIT License.