Page 1 of 1

ESP SoftAP Provisioning still broken ?

Posted: Thu Feb 03, 2022 8:48 am
by iw2lsi
Hi,

I'm trying to provisioning an ESP32 device using the wifi_prov_mgr example in SoftAP mode, but it fails on iOS 15.2.1 exactly as reported by another user here https://github.com/espressif/esp-idf-pr ... /issues/41

I'm using the lastest version of ESP Provisioning for iOS which seems to be v2.0.14...

The device reports:

Code: Select all

I (27843) wifi:new:<1,0>, old:<1,1>, ap:<1,1>, sta:<0,0>, prof:1
I (27845) wifi:station: 82:5f:1b:4e:dc:4c join, AID=1, bgn, 20
I (29063) esp_netif_lwip: DHCP server assigned IP to a station, IP is: 192.168.4.2
W (30856) wifi:<ba-add>idx:4 (ifx:1, 82:5f:1b:4e:dc:4c), tid:0, ssn:0, winSize:64
while on iOS I'm getting: "ERROR: Device could not be connected: Please try again."

I have all the permissions enabled.

Anyone else is having the same problem ?

Giampaolo