Page 1 of 1

ESP Provisioning Tool on windows platfoem is not working

Posted: Mon Mar 25, 2024 9:48 am
by rahulss06
Hello Team,

I am trying to provisioning example code with ESP provisioning tool on windows. but could not able to run the provisioning process.
Setup used as below.
1. ESP32 PICO dev kit - flashed with examples\provisioning\wifi_prov_mgr code with deafult setting
2. ESP32 mini Dev kit - flashed with tools\esp_prov code.
3. ESP_IDF 5.1

I wanted to perform the provisioning through BLE. esp_prov is running with command
"python esp_prov.py --transport ble --service_name PROV_261FCC --sec_ver 1 --pop abcd1234 --ssid myssid --passphrase mypassword"

getting the message as "BLE client is running in console mode"
As per the further message on terminal its due to platform not being supported or dependencies not being met, would like to know what should be done to make the system supported to run this code, or how do I remove dependencies ?

Log files for both code is attached.

Thanks.

Re: ESP Provisioning Tool on windows platfoem is not working

Posted: Tue Apr 02, 2024 7:17 am
by rahulss06
Hello team,

Any update or solution to this ??