Georg Vienna

Results 36 comments of Georg Vienna

I started a rewrite using C++/WinRT and `node-addon-api` at https://github.com/Timeular/noble-winrt

I tried it with the [sample](https://github.com/sandeepmistry/noble/wiki/Getting-started#getting-notified-on-characteristic-value-change) from noble and it does not work for me with latest noble-uwp from master (with noble and usb adapter it works). `InitializeSecurity()` is called...

After following @MCMrARM's guide to copy the WIFI firmware files I get the following error when the firmware files are loaded (`dmesg | grep brcm` output): ``` usbcore: registered new...

@slayer1021 @kenken64 Which node version are you using? How are you installing `noble-mac`? You might want to take a look at [abandonware/noble](https://github.com/abandonware/noble) which has the bindings of this repo integrated.

@blamay Could you specify `noble-mac` as [external](https://webpack.js.org/configuration/externals/) in webpack, then it should work...

@elafargue Worked so far for me. Can you post a snippet of your code? Are you sure that you call write with the correct arguments? Maybe have a look at...

@satoshi999 It should work with mac os mojave. As you can see [here](https://github.com/Timeular/noble-mac/blob/master/src/ble_manager.mm#L54-L61) `advertisement.localname` is set to either the local name provided by the advertisement or the peripheral name provided...

Hi, thanks for the PR. Did you know that noble-mac is now included in [abandonware/noble](https://github.com/abandonware/noble/pull/8)? You might want to check that out!

@mikeeq Thanks a lot for this project :+1: Incompatible model: - Macbook Pro 15,2 i5 - BCM4364/3 (P-maui-X3_M-HRPN_V-m__m-7.7.txt) dmesg | grep brcmfmac: ``` [ 5.500453] usbcore: registered new interface driver...

@mikeeq Is `modprobe -r brcmfmac; modprobe brcmfmac debug=2097150`working for you?