Bluetooth classic for micropython using BTStack #16504
Unanswered
LeoStefa02
asked this question in
ESP32
Replies: 1 comment 3 replies
-
You may also be interested in esp32-bluetooth-classic-micropython. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to micropython but I understood that it's possible to add new features adding external C modules. The BTStack project of BlueKitchen GmbH (https://github.com/bluekitchen/btstack) offers a port for the ESP32 so I was wandering if it is possible to add what BTStack offers in micropython especially the HFP (hands free profile). I managed to use the a2dp profile in python using the C code from ESP-IDF and adding it as an external module. The fact is that the code I wrote for the module is not well written and maybe it's possible with some more experienced fellow to do a better work.
This code initiate bluetooth for a2dp and then connect to a device. For a project I need to use the HFP but the code offered by ESP-IDF doesn't work so BTStack is needed. I managed to use the code from BTStack for HFP but using it in micropython would be awesome.
Beta Was this translation helpful? Give feedback.
All reactions