Search found 1 match

by anerbenartzi
Sun Jun 16, 2019 9:06 am
Forum: ESP-IDF
Topic: WIFI_MODE_AP ( softAP ) does not provide an ip address, phone continually says "obtaining ip address"
Replies: 0
Views: 1787

WIFI_MODE_AP ( softAP ) does not provide an ip address, phone continually says "obtaining ip address"

TL;DR: My Android phone cannot obtain an ip address from ESP32 in WIFI_MODE_AP. I followed the code presented in: https://techtutorialsx.com/2017/07/29/esp32-idf-setting-a-soft-ap/ (note, the tutorial should be updated to include a call to nvs_flash_init()) It is the a "hello world" program for putt...