ble-ancs icon indicating copy to clipboard operation
ble-ancs copied to clipboard

A NodeJS library for Apple Notification Center Service over BLE

Results 9 ble-ancs issues
Sort by recently updated
recently updated
newest added

What version of node should be installed to get all this working?

Seems like ble-ansc is still the only possible way to get ANCS on raspberry. Got the script working and I can connect to the BLE device but after a few...

Hi, Really like the project, want to integrate the function in my CarPC ( raspberry). When I run a test service, and connect my phone to the ANBR!Tusk Bluetooth device,...

Here's what it looks like in console: ``` ~/Documents/Coding/ble-ancs master ❯ sudo node examples/test.js on -> stateChange: poweredOn on -> advertisingStart: success able encryptChange!!! /home/paul/Documents/Coding/ble-ancs/index.js:45 this._peripheral.findServiceAndCharacteristics(SERVICE_UUID, [], function(error, services, characteristics)...

Hello, Im trying to connect with the Raspberry Pi 2 with bluetooth dongle. I'm shutting down bluetooth with `sudo service bluetooth stop` And starting the example test.js app with node....

I am having trouble getting the any of the examples working. I have tried off and on for the last few days and have had little success. when a run...

It seems to be only for OS X, which Able doesn’t support. Removes the warnings during `npm install`: ``` npm WARN optional dep failed, continuing [email protected] ```

This makes it easier to build a script upon index.js that sends all notifications to stdout, without being mixed with the output of index.js. To see debug messages, set the...

One advantage of [sandeepmistry/node-ancs ](https://github.com/sandeepmistry/node-ancs) is that the same code works on OS X and on Linux. This allows for developing on an OS X system while testing / deploying...