robotastic / ANCS-Library

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

Would this work with the Blend Micro? #2

Open nkiest opened 10 years ago

nkiest commented 10 years ago

Would it work with this: http://redbearlab.com/blendmicro/ ? I am trying to do some small notification devices, that just blink when notifications come in, and the small board would be great.

robotastic commented 10 years ago

That is a great idea! I think it should work. It uses the same BLE chip as the arduino shield. If you give it a try, let me know how it goes.

On Tue, Sep 30, 2014 at 12:02 AM, nkiest notifications@github.com wrote:

Would it work with this: http://redbearlab.com/blendmicro/ ? I am trying to do some small notification devices, that just blink when notifications come in, and the small board would be great.

— Reply to this email directly or view it on GitHub https://github.com/robotastic/ANCS-Library/issues/2.

martinspaeth commented 9 years ago

@nkiest any progress in checking this out so far?

fooqri commented 8 years ago

It works, just need to change the REQN/RDYN pins as specified in the data sheet http://redbearlab.com/blendmicro/

use: Notif notif(6,7);