Skip to content

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)

// 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