Closed mmirann closed 2 years ago
The code of the bluetooth part comes from the project https://github.com/Micircle/scratch-node-link. Since openblock is not currently using bluetooth, we have not verified the correctness of this part of the code.
But this part of the code should be correct, if you are using windows, follow this instruction to use a supported Bluetooth 4.0 USB Adapter's and replace the driver for your adapter. https://github.com/noble/node-bluetooth-hci-socket#windows
Thank you for your answer! :)
First of all, thank you for providing a great open source. I checked that there was a Bluetooth communication code on the
openblock-link
, but when I actually operated it, the following error appeared when connecting the device like micro:bit.When I looked up the error on Google, Noble document explaining that support is limited to a fixed list of hardware. Is Bluetooth communication actually possible?