question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No compatible USB Bluetooth 4.0 device found on supported device (BCM20702A0 Bluetooth 4.0)

See original GitHub issue

Hi!

I’m trying to use noble, but I couldn’t run any example(

I’m running windows 10 (build 1607) on Lenovo Y50-70 touch. My bluetooth is BCM20702A0 Bluetooth 4.0.

I follows to the video https://www.youtube.com/watch?v=mL9B8wuEdms step by step but I fails on running any example.

throw new Error('No compatible USB Bluetooth 4.0 device found!');
    ^

Error: No compatible USB Bluetooth 4.0 device found!
    at BluetoothHciSocket.bindUser (D:\Programming\nodejs\node_modules\noble\node_modules\bluetooth-hci-socket\lib\usb.js:70:11)
    at BluetoothHciSocket.bindRaw (D:\Programming\nodejs\node_modules\noble\node_modules\bluetooth-hci-socket\lib\usb.js:28:8)
    at Hci.init (D:\Programming\nodejs\node_modules\noble\lib\hci-socket\hci.js:99:35)
    at NobleBindings.init (D:\Programming\nodejs\node_modules\noble\lib\hci-socket\bindings.js:83:13)
    at new Noble (D:\Programming\nodejs\node_modules\noble\lib\noble.js:50:18)
    at Object.<anonymous> (D:\Programming\nodejs\node_modules\noble\index.js:4:18)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)

Thanks in advance.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8

github_iconTop GitHub Comments

4reactions
sandeepmistrycommented, Oct 10, 2016

Do you have the USB id’s of your adapter?

If it’s not in the list here: https://github.com/sandeepmistry/node-bluetooth-hci-socket#compatible-bluetooth-40-usb-adapters

You’ll need to change this line to add them: https://github.com/sandeepmistry/node-bluetooth-hci-socket/blob/master/lib/usb.js#L66

Please submit a pull request with your changes if this makes things work.

0reactions
ChristianEdercommented, Nov 16, 2022

I am getting the same error (“No compatible USB Bluetooth 4.0 device found!”) although I have a Bluetooth adapter listed in the supported devices here (see screenshot below): https://github.com/noble/node-bluetooth-hci-socket#compatible-bluetooth-40-usb-adapters

I am using https://www.npmjs.com/package/node-ruuvitag/v/4.6.1, which in turn uses noble

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

7 Ways: Fix Broadcom BCM20702a0 Bluetooth Driver Error ...
There are no compatible drivers for this device. Tip: Broadcom BCM20702A0 is a device that enables specific Bluetooth components to communicate ...
Read more >
Microsoft Windows Update from Microsoft Windows 10 Update ...
New Bluetooth 4.0 USB driver BCM20702A0 from September 2014 is either not supported or fails to operate correctly on update to Microsoft ...
Read more >
How to fix BCM20702A0 Driver Error on Windows 10 / 11
Fix 6 – Uninstall all the Bluetooth and USB drivers · 1. Press Windows key+R to open Run. · 2. Now, type “devmgmt....
Read more >
Solved: bcm20702a0 bluetooth driver - HP Support Community
I Purchased an Insignia 4.0 adapter but when I check it in the Device Manager it says that the Driver is Unavailable and...
Read more >
Fix Broadcom BCM20702A0 driver error on Windows 11/10
There are no compatible drivers for this device. The problem here tends to no longer allow specific Bluetooth components to properly communicate ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found