• Thanks for the screenshots... Looks like you've done the right stuff, but that inbuilt adaptor isn't supported by the native IDE build. If you've added it to bluetooth-hci-socket/lib/usb.js and it's still not working then you may be out of luck unless you get an external BLE dongle.

    One other way to try (in case somehow it's still loading the old JS file from the archive) is to set the two environment variables:

    BLUETOOTH_HCI_SOCKET_USB_VID=0x0a5c
    BLUETOOTH_HCI_SOCKET_USB_PID=0x21e6
    

    However it worries me that your USB adaptor still isn't supported by the latest upstream bluetooth-hci-socket - which may be because it just doesn't work with it: https://github.com/sandeepmistry/node-bl­uetooth-hci-socket/blob/master/lib/usb.j­s#L68

    If you want to work around it without spending £5-10 on an external BLE dongle there's still the option of using your phone as a BLE adaptor: https://www.youtube.com/watch?v=H8L8ft83­0hI

About

Avatar for Gordon @Gordon started