@karunt
I tried your solution but for me when I use esp_wifi_get_config api
both password and ssid are empty
I am simply calling the esp_wifi_get_config(ESP_IF_WIFI_STA,&wifi_cfg);
Do i need to send or use any other wifi api before this ?
Any help would be appreciated.
I am using IDF v 5.0.1
Search found 6 matches
- Mon Jul 01, 2024 9:35 am
- Forum: ESP-IDF
- Topic: How to retrieve WiFi provision ssid and password stored by provisioning manager in nvs flash
- Replies: 3
- Views: 33332
- Sun Jun 30, 2024 1:25 pm
- Forum: ESP-IDF
- Topic: Esp_wifi_get_config returns empty station ssid and password
- Replies: 0
- Views: 488
Esp_wifi_get_config returns empty station ssid and password
Hello, I have an old project that was complied using ESPIDF - d60ba848-dirty The project stored Station wifi credentials using esp_wifi_set_config api and later recovered it using esp_wifi_get_config. I am now building a new project using the espidf v5 where I plan to do a OTA update and recover the...
- Wed Jun 22, 2022 6:55 am
- Forum: ESP-IDF
- Topic: BT address type changes
- Replies: 2
- Views: 2432
Re: BT address type changes
Hi Florin,
I am facing the same issue you have described. Were you able to find the solution ? Your help would be highly appreciated.
Thank you
RD
I am facing the same issue you have described. Were you able to find the solution ? Your help would be highly appreciated.
Thank you
RD
- Wed Jun 02, 2021 11:00 am
- Forum: General Discussion
- Topic: HELP. (ESP32) with mbedtls_ssl_handshake returned -28800
- Replies: 1
- Views: 4687
HELP. (ESP32) with mbedtls_ssl_handshake returned -28800
Hello, I have a project where I have used ESP32 to connect with Amazon AWS cloud. Everything was working good but suddenly my device is not able to connect to the aws cloud. The error logs show the following Failed! mbedtls_ssl_handshake returned -28800 I then converted -28800 to hex generates 7080 ...
- Mon Oct 10, 2016 11:48 am
- Forum: General Discussion
- Topic: Can WiFi, BLE and BT be used in parallel with a host MCU
- Replies: 3
- Views: 10896
Re: Can WiFi, BLE and BT be used in parallel with a host MCU
Thank you for the reply.
Also I wanted to know, Is it possible to use Bluetooth classic(BT) and Bluetooth Low Energy at the same time with the current available software ?
Also I wanted to know, Is it possible to use Bluetooth classic(BT) and Bluetooth Low Energy at the same time with the current available software ?
- Thu Sep 29, 2016 7:46 am
- Forum: General Discussion
- Topic: Can WiFi, BLE and BT be used in parallel with a host MCU
- Replies: 3
- Views: 10896
Can WiFi, BLE and BT be used in parallel with a host MCU
Hello I am new to the EPS32 chip and I plan to use the new Wroom-32 module in mz project. I wanted to know the following , 1)can I use the wifi and bluetooth at the same time ? 2)Is the chip(EPS32) Apple verified ? that is can I use it with Apple devices ? 3)where can I find the commands to control ...