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.

Revision:
0:1f985a7c0a8b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debug.h	Tue Jun 03 04:25:33 2014 +0000
@@ -0,0 +1,10 @@
+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);
+