I am just starting with the Nordic DK52. I am following the beginners tutorial for a custom service. But I am encountering 2 problems:
1) In step 4 it displays a RTT debug output. But I don't see the GAP_EVT output's, only the following output:
Executing our_service_init().
Service UUID: 0xABCD
Service UUID type: 0x02
Service handle: 0x000E
This is because lines were added for this output in the code. However for the gap_evt output lines, I can't see anything in the code for it, nor does it show any output in the RTT output.
For this tutorial I am using SDK nRF5_SDK_15.0.0_a53641a.
2) After I enter the code in step 5 and 6, I still see "unkown service" when I discover the services in NrfConnect (android app V4.24.1).
I also don't see the output as shown in the image
I followed all the steps correctly and inserted the code as mentioned.