You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
while it works, it seems to break every other platform
recently I tried noble-winrt https://github.com/Timeular/noble-winrt on windows 10 and basic stuff worked just fine so might be worth trying this one on windows
Afraid not - that sounds specific to node-ble so it might be worth asking on their GitHub.
I should point out that just adding a BLE UART to VS Code is probably not ideal. The CLI at https://github.com/espruino/EspruinoTools does a bunch of extra transforms to the JS code before it is sent, so ideally you would use that (it's what the IDE uses internally) - it also has a node-ble implementation already (while it works, it seems to break every other platform so has been disabled: https://github.com/espruino/EspruinoTools/blob/master/core/serial_node_ble.js.broken)