esp8266 initial user Access Point configuration
Go to file
Luis David López Tello Villafuerte dc54793f69 updated README.md and POST request now receives UID, SSID and PASSWORD 2021-02-21 23:00:01 +01:00
doc updated README.md and POST request now receives UID, SSID and PASSWORD 2021-02-21 23:00:01 +01:00
include updated README.md and POST request now receives UID, SSID and PASSWORD 2021-02-21 23:00:01 +01:00
src updated README.md and POST request now receives UID, SSID and PASSWORD 2021-02-21 23:00:01 +01:00
.gitignore Initial commit 2021-02-02 20:28:11 +01:00
LICENSE Initial commit 2021-02-02 20:28:11 +01:00
README.md updated README.md and POST request now receives UID, SSID and PASSWORD 2021-02-21 23:00:01 +01:00
platformio.ini initial webpage and HTTP GET and POST requests 2021-02-02 20:34:21 +01:00

README.md

esp8266 Acess Point

This project is meant to be used as part of esp8266_WeatherStation and esp8266_NeoPixel

Access Point configuration through web page

The goal of this project is to provide a finished product experience and initial
WiFi connection configuration of a esp8266 device.

Initially the device will have SSID esp8266_AP with password esp8266_AP
and configuration portal will be available at: 192.168.5.1/start.html

Initial screen

  • UID (Unique ID) is an identifier necessary to distinguish the device (important for MQTT)
  • SSID is the name of the WiFi network the device will connect to
  • Password corresponds to the access key to that network

Demo

Demo

Once the Submit button is pressed the device will reset in station mode and automatically connect to the configured network (Just like a more finished product would)