Hi everyone,
I successfully compiled and loaded the experimental_ble_app_uart onto my pca10028 board. I downloaded and installed the nRF toolbox on my nexus 7 tablet. Connecting and sending uart data from the tablet to the board works fine. However, the other direction poses me problems. In Android, I get a null pointer from
mRXCharacteristic.getDescriptor(CLIENT_CHARACTERISTIC_CONFIG_DESCRIPTOR_UUID);
Also, with mRXCharacteristic.getDescriptors() I get an empty answer. It works for the TX-Characteristic, though! What could be wrong? Thanks for any help.