Skip to content

opens a access point. The assigned ips are displayed via webui

Notifications You must be signed in to change notification settings

KaiBroeker/ESP8266-ap_with_clientip-webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ESP8266-accesspoint_with_webui

The script opens a access point on the ESP and displays the assignd IPs via webui. I needed a easy solution to connect a few devices on places without infrastructure and with low power consumption. I used the sample script from ESP8266 examples and modified it.

Needed libraries:

There are no additional libraries needed for this project. Only the esp libraries are required.

Run the script:

Just download the file and change the wifi settings (wifi-ssid and wifi-password)

const char *ssid = "Mobile";
const char *pass = "password";

Compile and upload the file to your ESP and you are done :)

Connect to the AP:

Search on your devices for the access point and connect with the wifi-password.
After connecting the webinterface can be reached over 192.168.4.1

have fun!

About

opens a access point. The assigned ips are displayed via webui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages