Replies: 2 comments 6 replies
-
There is not currently any support for BT Classic in MicroPython. This would be very nice to have, but not something that is currently planned. It probably wouldn't be too difficult to supporting a small number of profiles (e.g. SPP/RFCOMM, HID, maybe A2DP). Mostly the challenge is API design :) |
Beta Was this translation helpful? Give feedback.
3 replies
-
If you are interested in implementing your own BT Classic library @jimseng, a good start would be to check out @shariltumin's BT Classic module for ESP32: https://github.com/shariltumin/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.
-
Hi All
The Raspberry pi Pico now supports Bluetooth BLE and classic according to the Raspberry Pi folks however the only examples available in micropython are for BLE. I have not found a mycropython example of, for instance, Bluetooth Classic SPP for the Rpi Pico and after asking on the Rpi Pico forum it was suggested I try here. I'm not sure if it is supported in micropython. Can someone suggest otherwise and help me out or is it still on the todo list?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions