I want to try "Provisioning" with "esp32" and "android", can you help me?
Posted: Wed Jun 17, 2020 3:08 am
https://github.com/espressif/esp-idf-pr ... ng-android
now, include library no problem
but, I don't know how to use "ESPProvisionManager", "espDevice".
I have no idea how to declare the parameters and what to enter. In particular, I really don't know the parameters of "ransportType, SecurityType, BleScanListener".
What I want is to get AP information from a smartphone and deliver AP information to ESP32 through BLE.
Please help me...
now, include library no problem
Code: Select all
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Code: Select all
implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.0'
I have no idea how to declare the parameters and what to enter. In particular, I really don't know the parameters of "ransportType, SecurityType, BleScanListener".
What I want is to get AP information from a smartphone and deliver AP information to ESP32 through BLE.
Please help me...