robotastic / ANCS-Library

Library to handle ANCS notifications with an AVR and Nordic's nrf8001
53 stars 8 forks source link

Use with Nordic nRF51822 SoC? #13

Open fooqri opened 8 years ago

fooqri commented 8 years ago

Nice Library, thanks for creating it! I have it working on a Blend Micro, but many of the new boards are using the nRF51822 instead of the nRF8001. Any suggestions on what it might take to get this working with the Nordic nRF51822?

Some example dev boards: https://www.adafruit.com/products/2829 https://www.adafruit.com/products/2995 http://redbearlab.com/blenano

sander commented 8 years ago

On BLE Nano, this example from Nordic works:

http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a00066.html

You can’t do ANCS yet with the Adafruit board, unless you reprogram the chip’s firmware (which is not supported).