ANCS-Library icon indicating copy to clipboard operation
ANCS-Library copied to clipboard

Would this work with the Blend Micro?

Open nkiest opened this issue 11 years ago • 3 comments

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.

nkiest avatar Sep 30 '14 04:09 nkiest

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 [email protected] 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.

robotastic avatar Sep 30 '14 10:09 robotastic

@nkiest any progress in checking this out so far?

martinspaeth avatar Nov 21 '14 21:11 martinspaeth

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);

fooqri avatar Dec 18 '15 20:12 fooqri