Mu should support connecting to BLE enabled [Circuit|Micro]Python devices #1333
Replies: 3 comments 9 replies
-
MicroPython also has a WebREPL interface that could be interesting to interface with, to program a MicroPython device over Wifi. I've thought about that for a while, but not had any good ideas for how to actually add it to the user-interface |
Beta Was this translation helpful? Give feedback.
-
Note, we already use Bleak underneath the Blinka version of bleio and I think it works reasonably well. @dhalbert would have a better idea. |
Beta Was this translation helpful? Give feedback.
-
@WayneKeenan (https://github.com/TheCellule/python-bleson) and @ukBaz (https://github.com/ukBaz/python-bluezero) also have a lot of experience with Python and Bluetooth on the desktop. Do you have any recommendations? We would really appreciate your input. |
Beta Was this translation helpful? Give feedback.
-
Mentioned by @tannewt given CircuitPython devices should soon have such capabilities and the micro:bit v2 should be able to support this (@carlosperate, am I right?).
A quick Google for Python packages for interfacing with BLE devices leads to Bleak.
Please add ideas, UI suggestions and technical hiccups. ;-)
cc/ @kattni @DaveSprague @makermelissa @fmorton
Beta Was this translation helpful? Give feedback.
All reactions