Skip to content

spuggy0919/ESP32_WEB_CONTROL

Repository files navigation

ESP32 WEB CONTROL TUTORIAL

base on LilttleFS, ESPWebAsyncServer to create a Control Page,

It can use IO, log, sent msg, chart,...

NOTICES If you are not familier with ESP32, or Platform.IO.

Step by Step, 00 to 02.

Both ESP32 and ESP8266 supported.

Study from Littlefs and Wifi, then WebAsyncServer

study lorol/LittleFS library and others

study ESP WEB ASYNC SERVER library

combines aboves, index.html stores in Littlefs.,for client javascript and HTML

NOTICES If you are experts, Good, start from 03.

All of libraries and use Javascript, HTML skills

Modify your SSID and PASSWORD in main.cpp

// 1. *** modified your SSID, PASSWORD pair 
  if (!WiFiInit(WIFI_STA_AUTO_MODE,"SSID", "PASSWORD")) {
      Serial.println("Error:Wifi fail");
      return ;
  } 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published