Just got my first nRF52DK (PCA10040) device today and the blinky sample simply works.
Since my ultimate purpose is to use it collect data from SPI then stream it to Android devices via BLE notifications, as a starting point I am wondering if I can quickly use an nRF52 sample to send notifications to an Android app in one way manner? If yes, which nRF52 sample should I use? I checked the ble_app_att_mtu_thoughput sample but found it seems needing two nRF devices to run (but I don't have extra nRF devices yet and I am more interested to know the result with Android devices).
I am wondering if someone has similar issue and already found an easy way to start with?