/esp8266-webserver

ESP8266 AJAX webserver

Primary LanguageC++

ESP8266-webserver

ESP8266 AJAX webserver

How to use?

Replace following variables with your own:

const char* ssid = "YOUR_SSID";
const char* password = "YOUR_PASSWORD";

How can i access to webserver?

There are two solutions for above question:

  • Set static ip address for ESP in your router config
  • Connect ESP's TX, RX to arduino and see ip address in arduino ide serial monitor

How to program my ESP with arduino?

ESP8266 programming guide

Where is schematic?

This project is so simple so i write it here without any images.

ESP VCC -> 3v3
ESP GND -> GND
ESP IO2 -> Your LED, servo motor or any other things that would be controlled via WIFI or global internet

Screenshot

Screenshot 2022-09-21 at 18-05-04 ESP web server