This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Enabling multiple different services to run together in nrf52832

Hello,

I followed the following tutorial to create my own service and characteristics. 

Now, I want to combine this custom service with the UART service so that I can run both my service and the UART Service together at the same time. Is that possible to do? I have combined the code for the custom service with the ble_app_uart example (under peripheral) and tried doing many things, but right now I am only able to advertise the UART service and nothing seems to happen for my custom service.

Any help or guidance will be helpful. I am using the S132 softdevice, and SDK 17.0.2

Thanks,

Ananye

Related