Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 1.62 KB

README.md

File metadata and controls

48 lines (24 loc) · 1.62 KB

One Solution to setup new iot devices. Using Web Server to help user easily type in wifi and mqtt credentials.

The following things are required:

  1. Platform IO or Arduino IDE
  2. ESP32
  3. MQTT Broker

Instruction:

  1. Choose COM port (PlatformIO)

Choose Port

  1. Upload Filesyste Image to the ESP32 SPIFFS (PlatformIO)

Upload Filesystem Image via PlatformIO

Terminal Output:

Upload Filesystem Image via PlatformIO_Terminal done

  1. Upload Program to ESP32 (PlatformIO)

Terminal Output:

Upload Program PlatformIO_Terminal done

  1. Start Serial Monitor and wait for WebServer and IP

Serial Monitor

  1. Login to AP.

LogIn AP

  1. Open Browser. Type in IP shown in Serial Monitor. Submit Inputs and wait for result.

WebServer

Success:

WebServer_success

After success, esp will restart after 5s.