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

When provisioning my ESP32 device with QR, if I put in the JSON object `"security" : 0`, it will not connect. I've checked that the app has deactivated the secure...

I'm trying to provision with SoftAP, letting this library establish the WiFi connection as well (using `device.connectWiFiDevice(name, password)`. Most of the time I'm getting the above error. Rarely it succeeds,...

手机App 在扫码配网的过程中概率性出现Espressif::BLETransport: onConnectionStateChange, New state : 0, Status : 133 然后报连接失败的信息,请问这是设备端问题导致的还是App的原因? 2022-09-28 09:35:32.581 19965-19965/com.espressif.wifi_provisioning I/ViewRootImpl: jank_removeInvalidNode jank list is null 2022-09-28 09:35:32.584 19965-19965/com.espressif.wifi_provisioning E/ESP:ESPProvisionManager: Search for BLE devices 2022-09-28 09:35:32.598...

It would be nice if ESPDevice.connectBLEDevice would wait for service discovered. When calling `espDevice.scanNetworks` just after `espDevice.connectBLEDevice`, service discovery is not complete and no wifi networks are returned.

Sometimes, randomly, I'm getting "Write to BLE failed" error in the onFailure callback of scanNetworks. From there, I always got this error when retrying to call scanNetworks. ![image](https://user-images.githubusercontent.com/33634848/148928870-5ab44e7f-41c3-4679-9c43-092e7041885a.png) ``` I/chromium:...

I am using BLE to provision an ESP32 device. It is nice that the BLE connection stays active while the device goes through its paces of connecting to e.g. Wi-Fi....

Added wifi network selection, which is filtered for 2.4ghz wifi networks. * Cleaned up imports * Updated java to 1.8 * Tidy up exception handling Interested in feedback on this...

While debugging the application with a custom provisioner firmware code, I noticed it may occasionally send a second request via BLE while still waiting for the previous one's response. When...

I am testing provisioning on an Android 6.0, Android 8.0, and an iOS device. I am using the ESP BLE provisioning app to do so. On iOS it works fine....

I have created a custom endpoint to handle our custom provisioning needs over BLE transport. When the esp response is smaller than 600 bytes, every thing is fine. But if...