-
• #2
This might help.
It runs a background service that makes Bluetooth appear to chrome as web Bluetooth.
http://forum.espruino.com/conversations/305246/#comment13648705 -
• #3
Are you sure you're running the 'Espruino IDE' app and not accidentally running the Chrome Web app?
If you look in the console when running the Native IDE, it should say:
Initialising Serial - Initialising Serial Chrome Serial - Initialising Serial Chrome Socket - Initialising Windows NUS BLE <------------- - Initialising Serial Audio
But you don't seem to have that extra line. I just tried running the chrome app and it matches perfectly with your console log.
I've tried to connect to Puck.js from a newly reset Windows 10 laptop. Pairing was no problem but the Web IDE (native, v65.9) keeps saying "NO PORTS FOUND".
It does however show up in the Settings app as well as in the Device Manager under "Bluetooth".
What I tried already:
I also tried some methods to list all connected serial ports but always got back an empty list.
What could be the problem? What else could I try?
Here is the console output:
Thanks
Thomas