Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Captive not working #32

Open
nissimzur opened this issue Jul 10, 2020 · 0 comments
Open

Captive not working #32

nissimzur opened this issue Jul 10, 2020 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@nissimzur
Copy link

nissimzur commented Jul 10, 2020

Expected Behaviour

I compile and flash ESP32firmwareCLion code, and see the AP captive on my phone. And connect to it successfully.
Buy no web page to assign my home AP is shown. I try to look for any site as www.abc.com, still nothing happens.

idf.py -p COM18 erase_flash -b 921600
idf.py fullclean
idf.py menuconfig
idf.py -p COM18 flash -b 921600 monitor

How it should work.

WRITE HERE

Current Behaviour

How it works now.
On the first connection to the Captive AP it needs to show the list of AP around, and let me enter the home AP password.

  • SPIFFS VFS module registered
  • TCP adapter initialized
  • DHCP server stopped
  • TCP adapter configured with IP 192.168.1.20
  • DHCP server started, NZ
  • Event loop initialized
    I (1178) phy: phy_version: 4182, f1ba940, Jun 4 2020, 19:40:07, 0, 0
  • Wifi adapter started

I (1191) esp_https_server: Starting server
W (1193) httpd: httpd_server_init: error enabling SO_REUSEADDR (109)
I (1195) esp_https_server: Server listening on port 443
I (1199) room_monitor: Starting HTTP Server
I (1204) room_monitor: Registering URI handlers

  • HTTPS server started
    I (3533) esp_netif_handlers: sta ip: 192.168.0.2, mask: 255.255.255.0, gw: 192.168.0.100
    I (378502) esp_netif_lwip: DHCP server assigned IP to a station, IP is: 192.168.1.22

WRITE HERE

Steps to Reproduce

Steps to reproduce the BUG
Just flash the code on any ESP32 wrover find the new AP on phone and log in.

WRITE HERE

Suggested solution

fix the bug?

Tips and suggestion for implementation

WRITE HERE

@PieroMacaluso PieroMacaluso self-assigned this Jul 22, 2020
@PieroMacaluso PieroMacaluso added the help wanted Extra attention is needed label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants