Bluetooth Classic #12170
-
Any idea when bluetooth classic will be available? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Thanks so much for all the develpoment work everyone. Like Guustaf I am looking forward to getting bluetooth classic on the Pico, running at the same time as wifi. Linking a legacy, classic bluetooth only, inverter onto the wifi network. Thanks GAR |
Beta Was this translation helpful? Give feedback.
-
@Guustaaf @gargar69 There is no-one currently working on this that I'm aware of. I have previously prototyped it, but it's a lot of work to get it all the way to completion. In some ways it's easier than BLE because you can use the already-implemented profiles from the host stack (e.g. A2DP, RFCOM, HID, etc), but this means that every profile has to have its own custom Python bindings implemented. It would be great to support it though. |
Beta Was this translation helpful? Give feedback.
-
FWIW, I am aware of an implementation for the ESP32 that may be worth looking at for inspiration or even implementation. Would be nice to arrive at a common API. |
Beta Was this translation helpful? Give feedback.
-
OK, not holding by breath then. Hopefully someone will do it. Thanks. |
Beta Was this translation helpful? Give feedback.
-
i need to connect nintendo switch joystick, any hero can make microptyhon support Bluetooth classic please? |
Beta Was this translation helpful? Give feedback.
@Guustaaf @gargar69 There is no-one currently working on this that I'm aware of. I have previously prototyped it, but it's a lot of work to get it all the way to completion.
In some ways it's easier than BLE because you can use the already-implemented profiles from the host stack (e.g. A2DP, RFCOM, HID, etc), but this means that every profile has to have its own custom Python bindings implemented.
It would be great to support it though.