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

Not compatible with Window11 #335

Open
atuljain-kiwi opened this issue Jun 3, 2024 · 0 comments
Open

Not compatible with Window11 #335

atuljain-kiwi opened this issue Jun 3, 2024 · 0 comments

Comments

@atuljain-kiwi
Copy link

I am attempting to connect the Cubitt kitchen weight scale using the @abandonware/noble package. The connection works on Windows 10, but the same code does not work on Windows 11. While iterating over the characteristics, the data event is not being triggered.

characteristic.on('data', (data, isNotification) => {
console.log(data);
});

Please suggest the solution ?

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

No branches or pull requests

1 participant