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

Nimble blecent_test.py is missing after 5.1.1 (IDFGH-11685) #12795

Closed
3 tasks done
jbart12 opened this issue Dec 13, 2023 · 5 comments
Closed
3 tasks done

Nimble blecent_test.py is missing after 5.1.1 (IDFGH-11685) #12795

jbart12 opened this issue Dec 13, 2023 · 5 comments
Assignees
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@jbart12
Copy link

jbart12 commented Dec 13, 2023

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Hello, I'm working through the BLE Nimble Examples and the README directs my to use the python utility blecent_test.py, but it has been removed from the codebase in v5.1.1. Is there a reason it was removed? Is there an alternative? Thank you.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 13, 2023
@github-actions github-actions bot changed the title Nimble blecent_test.py is missing after 5.1.1 Nimble blecent_test.py is missing after 5.1.1 (IDFGH-11685) Dec 13, 2023
@rahult-github
Copy link
Collaborator

The newer IDF version deprecated the TTFW framework. This is why files referring to old framework were removed.

@jbart12
Copy link
Author

jbart12 commented Dec 14, 2023

I see, thank you. Is there a new framework that is used now? Is there a different example project I should be following? Thanks for your time.

@jbart12
Copy link
Author

jbart12 commented Dec 14, 2023

I would like to get an example project running where I can communicate between a host and two peripherals. Thank you.

@rahult-github
Copy link
Collaborator

pytest is the new framework that is to be used. here are the sample example files you can refer and develop on top of it as per your usecase / requirement.

pytest_bleprph.txt
pytest_blecent.txt

@jbart12
Copy link
Author

jbart12 commented Dec 18, 2023

thank you!!!

@jbart12 jbart12 closed this as completed Dec 18, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants