noble-winrt
noble-winrt copied to clipboard
Noble Windows 10 bindings using the official C++/WinRT API
Fix service UUID filter issue (#18). by creating one watcher for each service UUID. For the advertisement, since Windows may receive the advertisement in two parts when doing active scan...
- Fixed issue with Noble integration - Moved to @abandonware/noble - Fixed error with crashing when WinRT fails to return name - Updated outdated libraries - Other fixes
Can anyone help with moving the project towards vs2019? I smashed a few by adding const to some variables, but I'm out of my depth.
The noble lib allows you to provide two parameters to startScanning() (an array of service uuids, and a boolean for allow duplicates). This binding does not discover anything when an...
No matter what I put in for the array of characteristic UUIDs it fails to discover characteristics and never calls the callback. The same code discovers all characteristics in noble-uwp....
workaround is to add a setTimeout delay like this in your JS code: ``` noble.on('stateChange', (state) => { console.log('BLE stateChange:', state); if (state === 'poweredOn') { setTimeout(() => { //start...
This function simply requests all services from windows, and then filters the list, instead of requesting specific services from windows. For some devices with many services, this is slower than...
Hi! It seems to me that BLE support on windows is somewhat limited and UWP-centric. This module allows development of electron apps. Thanks for all of your work!! :) Having...
I am trying to use noble-winrt in my electron app. I added the entry for `"noble-winrt": "Timeular/noble-winrt#master"` in my package.json When I try to run npm install, I get >...
Be careful, there is another NPM module that have the same name: https://www.npmjs.com/package/noble-winrt