-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/esp32: enable BLE and NimBLE host support for ESP32-C3 #18510
cpu/esp32: enable BLE and NimBLE host support for ESP32-C3 #18510
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking forward to ESP32-S3 BLE support now 😃
@benpicco May I squash? |
Of course :) |
10f007c
to
58eaee4
Compare
KConfig doesn't match 😕 |
Hm, I tried the feature immediatily before I left for vacation and forgot to enable it in Kconfig. |
58eaee4
to
aba5e35
Compare
I added |
See PR #18517. |
@benpicco Thanks for reviewing and merging. |
Contribution description
This PR enables the Bluetooth 5 including advertising extension and NimBLE host support for ESP32-C3.
BLE and NimBLE host support for ESP32-C3 including advertising extension was already tested when BLE and NimBLE host support was tesed for ESP32 in PR #18439.
Testing procedure
The easiest way to test the PR is to use an ESP32 node and an ESP32-C3 node and flash
tests/nimble_autoconn_gnrc
and test it.Use command
ble info
to check that a connection between the two nodes is established after some seconds.Node 1:
Node 2:
Issues/PRs references