A POC Code of doing ANCS with nrf51822-mKit. See README.txt for details.

Dependencies:   BLE_API mbed nRF51822

A sample code implementing ANCS client accessory with nRF51822-mKit. This is just a proof that this thing is indeed doable.

The code itself is complete mess. I'm not planing to furnish this, as the purpose (make sure it is doable) was achieved.

The next step possible step is (no timeline) 1. Implementing Gatt Client API in BLE API (forking?) 2. Do ANCS with that.

Please see README.txt for details.

debug.h

Committer:
devsar
Date:
2014-06-03
Revision:
0:1f985a7c0a8b

File content as of revision 0:1f985a7c0a8b:

extern char *error2string(uint32_t error_num);
extern char *event2string(ble_evt_t * p_ble_evt);
extern char *nrfevent2string(uint32_t evt_id);


// ANCS
extern char *eventid2string(uint8_t d);
extern char *eventflags2string(uint8_t d);
extern char *categoryid2string(uint8_t d);