-
Notifications
You must be signed in to change notification settings - Fork 7
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
Is there any BLE/Bluetooth connection available for Firmata connection? #8
Comments
We did implement a serial profile for micro:bit v1, yes. I presume this was ported over along with the other services for v2. If not, it's probably not a difficult job.... |
I think this question might be more about being able to connect to a firmata client via BLE? Independently of the micro:bit board? This library at the moment has only been tested on a serial connection, but I think the transport could be changed in these functions to send and receive data via other transports like Bluetooth: microbit-firmata/firmware/source/mbFirmata.cpp Lines 85 to 106 in fd57211
|
Microbit built in with bluetooth/BLE connectivity. Is that possible using wireless channel to replace the USB serial port?
The text was updated successfully, but these errors were encountered: