Hello,
I am working with the nrf52832, softdevice s132, and I have configured my own service using this online tutorial :
I followed the tutorial and added this service to the ble_app_uart example under the peripheral folder. Earlier I was able to make either this custom service or the UART service work independently through modifying which service was initialized in services_init(). However, now for some reason even if I don't initialize the UART service in services_init(), the nrf connect app only shows the UART service and not the other one (custom service)
I have gone through the tutorials again and ensured the code is correct and yet I am facing this problem. I have not modified any code files since last time. Any suggestions would be helpful.
Thanks,
Ananye