esp-idf-provisioning-android icon indicating copy to clipboard operation
esp-idf-provisioning-android copied to clipboard

Android Provisioning application for ESP-IDF Unified provisioning

Results 37 esp-idf-provisioning-android issues
Sort by recently updated
recently updated
newest added

Once the ApplyWiFiConfigMsg has been sent to a device in SoftAP mode, the device applies the WiFi credentials and therefore we can no longer communicate with the device (the SoftAP...

If I write an error wifi password, the callback go to AUTH_FAILED correctly ``` @Override public void provisioningFailedFromDevice(final ESPConstants.ProvisionFailureReason failureReason) { requireActivity().runOnUiThread(() -> { switch (failureReason) { case AUTH_FAILED: //HERE...

![WXWorkCapture_17194791849362](https://github.com/espressif/esp-idf-provisioning-android/assets/6754540/cf7a9b09-14f7-465a-8156-da868275d79e) ![WXWorkCapture_17194780608794](https://github.com/espressif/esp-idf-provisioning-android/assets/6754540/4be33ccd-c13f-4070-a424-2761c3f7850a) hi,why will open a web page when connected device access point,and then can not sen wifi config info success,use SoftAPTransport,my device is esp32-s3

### Checklist - [X] Checked the issue tracker for similar issues to ensure this is not a duplicate - [X] Read the documentation to confirm the issue is not addressed...

- removing event bus library - cleaning up listener logic - updating app side logic after removing event bus

We used the app and tried to pair and connect with an esp32 c3 module with the ble master exxample provided by the esp-idf. The app found device. When we...

Hi, We are using the 2.1.2 version of the library in Android. When we try to fetch the SSID list or connect with WIFI using manually enter SSID and password...