Skip to content

robertfoss/esp8266_nodemcu_wifi_setup

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 33 commits ahead, 1 commit behind reischle:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

DEPRECATED by nodemcu enduser_setup module

ESP8266 NodeMCU WiFi Setup

Alt text

This script allows and end users to easily configure an ESP to connect to a local WiFi.

  • Start ESP.
  • Connect to the "SetupGadget" WiFi through your internet enabled thing of choice.
  • Submit credentials of your local WiFi.
  • The ESP reboots and connects to your local WiFi.

This is magic! How can I replicate it?

A guide to building NodeMCU can be found here.

  • In dhcpserver.h, #define USE_DNS 1
  • Build NodeMCU.
  • Flash NodeMCU.
  • Upload all .lua files and index.html.
  • Reboot ESP.

Thank you

This is based on Andy Reischles Captive Portal.

About

A very simple, esp8266 based standalone captive-portal-like, access point serving local files only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 57.4%
  • HTML 42.6%