So... good news and bad news. The bad news is that it doesn't recognise your BLE adaptor - I mentioned before that it has to talk directly to the adaptor, and it doesn't recognise that one as one it can talk to.
I'd be pretty sure that a CSR-based adaptor would work though (once Zadig is run).
However, if you're happy to do a little poking around I think it can be fixed with your current adaptor.
If you look in Program Files/EspruinoIDE there should be a file called package.nw
Rename it to package.zip and unzip it into that directory (so not into a subdirectory called package)
If you run the IDE it should still work
Open the file node_modules/bluetooth-hci-socket/lib/usb.js in the EspruinoIDE directory
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok - thanks. That's perfect!
So... good news and bad news. The bad news is that it doesn't recognise your BLE adaptor - I mentioned before that it has to talk directly to the adaptor, and it doesn't recognise that one as one it can talk to.
I'd be pretty sure that a CSR-based adaptor would work though (once Zadig is run).
However, if you're happy to do a little poking around I think it can be fixed with your current adaptor.
Program Files/EspruinoIDE
there should be a file calledpackage.nw
package.zip
and unzip it into that directory (so not into a subdirectory calledpackage
)node_modules/bluetooth-hci-socket/lib/usb.js
in the EspruinoIDE directoryFind the line that says:
and replace it with:
And if you run it now it should start working (hopefully!).