Page 1 of 1

ESP-AT Wifi Password Retrival

Posted: Wed Feb 26, 2025 5:57 pm
by mkilinc
Hello,

Is it possible to obtain wifi password after an ESP provisioned using BluFi?
`AT+CWJAP?` doesn't return password, only ssid.

Best regards,
Mesih

Re: ESP-AT Wifi Password Retrival

Posted: Tue Mar 18, 2025 3:33 am
by esp-at
Hi~
Since the password is sensitive data, we do not directly provide the AT command to retrieve it.
If you do need it, you can add the AT command yourself and use the esp_wifi_get_config() interface to obtain the password.