Skip to content

This is an example of a captive portal running on the esp32 Soc. We're using the ESPAsyncTCP library from MeNoDev.

Notifications You must be signed in to change notification settings

luanphamng/esp-captive-portal

Repository files navigation

Introduction

This is reference to create a esp captive portal Anytime the esp32 connected to wifi AP, a portal appeared After click on the link on the captive.html, user will be redirected to index.html

Libraries

You need to install these libraries to able to compile this project

Issue

  1. Can not flash on Ubuntu: Please give it permission by execute this command:
    $ sudo chmod 777 /dev/tty***
where *** is the id of your ESP32 connection
  1. Can not find build_command.json Remove output/build_command.json then rebuild

About

This is an example of a captive portal running on the esp32 Soc. We're using the ESPAsyncTCP library from MeNoDev.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published