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

Add basic Bluetooth LE support for ESP32 #34

Merged
merged 1 commit into from
May 20, 2022
Merged

Add basic Bluetooth LE support for ESP32 #34

merged 1 commit into from
May 20, 2022

Conversation

bjoernQ
Copy link
Contributor

@bjoernQ bjoernQ commented May 20, 2022

This adds basic BLE support (on the same level as our ESP32-C3 implementation) and an example showing that

All other examples should work the same as before.

Same things as in #30 apply here - maybe this might be a bit flakier than the ESP32-C3 implementation. (i.e. sometimes a connect doesn't succeed on first try)

During implementation I discovered some interesting effects which are most probably not caused by the code here so I will create an issue for that.

This will fix #32

Copy link
Member

@jessebraham jessebraham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be working for me!

@bjoernQ bjoernQ merged commit 39ae988 into main May 20, 2022
@bjoernQ bjoernQ deleted the esp32_ble branch May 20, 2022 16:41
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

Successfully merging this pull request may close these issues.

ESP32: Implement BLE like we have it for ESP32C3
2 participants