README.md
March 18, 2024 Β· View on GitHub
π esp8266-web-server
Run a web server within a NodeMCU ESP8266
πββοΈ Made by @abhijithvijayan

Station (STA) Mode
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.
Publishing to ESP8266 NodeMCU
- In your Arduino IDE, go to
File > Preferences - Enter
https://arduino.esp8266.com/stable/package_esp8266com_index.jsoninto theAdditional Boards Manager URLsfield. Then, click theOKbutton - Open the Boards Manager. Go to
Tools > Board > Boards Manager - Search for
ESP8266and press install button for theESP8266 by ESP8266 Community - It should be installed after a few seconds.
- Choose board as
NodeMCU 1.0and set erase toALL FLASH CONTENTS. Thatβs it.
Show your support
Give a βοΈ if this project helped you!
Licence
Code released under the MIT License.