Hello,
I wanted to replicate and build the LED Button Service using my own custom service. I used the template BLE project as a starting point.
I'm working on a characteristic and I want to have notifications on the nRF Connect app and show that the button is pressed/released just like how the lbs service works.
I am using nRF52 DK, and SDK v15.0.
When I build and run my application, I get the following error messages:
<info> app: Erase bonds!
<info> app: Fast advertising.
<info> app: Connected.
<info> app: Sending button change...
<error> app: ERROR 13 [NRF_ERROR_TIMEOUT] at C:\BLE Projects\nRF52\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_jade_test\main.c:712
PC at: 0x00030ED7
<error> app: End of error report
To get my setup up and running:
1. Please copy the ble_jade.zip.zip folder to SDK/components/ble/ble_services/
2. Please copy the ble_app_jade_test.zip.zip to SDK/examples/ble_peripheral/
3. On the Preprocessor, please also add the SDK/components/ble/ble_services/ble_jade
Thank you very much