Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Noble Fork #52

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Updated Noble Fork #52

wants to merge 4 commits into from

Conversation

Zebravado
Copy link

By using the updated noble fork there should be fewer bluetooth-hci-socket failures. If the socket continues to fail, install @abandonware/bluetooth-hci-socket while in fluffd directory. The folder may need to be copied into modules folder, have not had the chance to test yet. It definately does work if you overwrite the noble folder and copy the newer hci socket module into the main modules folder (they will be installed under a folder named @abandonware)

@@ -20,7 +20,7 @@

// System: HTTP server and Bluetooth Low Energy Library
const winston = require("./logger");
const noble = require("noble");
const noble = require("@abandonware/noble");
Copy link

@ffontaine ffontaine Nov 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR, it helped me a lot to make it work on a RPi 4.
However, it should be noted that package.json must also be updated:

	"dependencies": {
		"@abandonware/noble": "1.9.2-10",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants