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.

cloned noble did not work with npm install

See original GitHub issue

I cloned nobel to continue with understanding bluetooth. I had previously cloned node-bluetooth-hci-socket, which did not complain about missing pre-req or bluetooth adapter.

However, with npm install followed by node examples\advertisement-discovery.js, I got a

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

npm install …\node-bluetooth-hci-socket and another attempt gave me

peripheral discovered (dff5a5ec431b with address <df:f5:a5:ec:43:1b, random>, connectable true, RSSI -67:
        hello my local name is:
                Puck.js 431b
        can I interest you in any of the following advertised services:
                ["6e400001b5a3f393e0a9e50e24dcca9e"]

Hello dear puck, where do we go now: windows 10 with Zandig and noble are working.

Edit: I had the same experience with https://github.com/NordicSemiconductor/secure-dfu-web-bluetooth and solved with same method and this https://github.com/NordicSemiconductor/secure-dfu-web-bluetooth

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
sandeepmistrycommented, Feb 21, 2017

Intel Wireless Bluetooth 7265 0x8087 0x0a2a

Support for this was added in https://github.com/sandeepmistry/node-bluetooth-hci-socket/commit/ae33b4f58bf4209f6545e7ec60f3c5015196d2db (Jan 15) which has not been published to npm yet. The current version published on npm is 0.5.1 which was published Sept 6th, 2016.

This should be resolved with the next npm release of node-bluetooth-hci-socket

0reactions
fedyfaustocommented, Nov 28, 2018

i get the same prolem but i can not fix with the Zadig

Intel Wireless Bluetooth 8265 | 0x8087 | 0x0a2b

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to perform npm install after cloning a repo from github
Firstly try to remove(delete) package-lock.json file and run npm install again. This file is used to lock the configuration down to child and ......
Read more >
thebookins/xdrip-js - Gitter
cloning the xdrip-js repo myself and trying to install did not error with sudo npm run global-install. but then jumping back to logger...
Read more >
If I clone a repo from Github, can't I just do "npm install ... - Reddit
I was able to get it working by just deleting the package-lock.json file and running npm install but I didn't like not knowing...
Read more >
metawear - NPM Package Overview - Socket - Socket.dev
This requires that you get Noble to work under those OSs yourself. We do not ... You need to make sure you have...
Read more >
Npm Install Issue (Robotic Add On) - bugs - Vuforia Spatial Toolbox ...
I tried cloning the folder using both git and GitHub Desktop, and by just downloading it as a zip file, but all threw...
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