Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The esp-idf-provisioning-android app can pair with esp32 c3 module and can not connect #100

Open
rlin1788 opened this issue Aug 2, 2024 · 4 comments

Comments

@rlin1788
Copy link

rlin1788 commented Aug 2, 2024

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 tap the shown device name to connect, a pairing confirmation windows proped up. After we tap the pair, the app popped up a circle never went away, in a forever loop.

We tried to download the source code to build to see what happened but the code can not be built with a number of "reference files not found". Is the source supposed to built without errors?

@shahpiyushv
Copy link
Collaborator

This app is intended to be used with the wifi provisioning example or the new network provisioning examples, not any other BLE example. We understand that the app should atleast throw an error and exit, but it may anyways not work for you if you are trying something else with BLE.

Yes, of course, the sources are supposed to built without errors. If you can let us know how you tried to build and also share the error logs, we will be able to provide better info.

@rlin1788
Copy link
Author

rlin1788 commented Aug 2, 2024

@shahpiyushv Thank you for the quick response. Enclosed please find the build errors.

At least, the app should be able to pair and connect with esp32 c3 module, right?

QQ截图20240802223033
QQ截图20240802223132
QQ截图20240802223202
QQ截图20240802223218
QQ截图20240802223232
QQ截图20240802223245

@KhushbuShah25
Copy link
Contributor

Hi @rlin1788 , please do git clone of this repo using below command.
git clone https://github.com/espressif/esp-idf-provisioning-android.git
There are errors for git command which we have used to get commit id and display app version. If the source code is downloaded directly, then you will face this git related error so need to comment those lines or just use above command and clone repo.

@shahpiyushv
Copy link
Collaborator

@rlin1788

At least, the app should be able to pair and connect with esp32 c3 module, right?

As mentioned earlier, it will pair and connect only if you are using Wi-Fi provisioning manager or the new Network Provisioning Manager in your code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants