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

Parents Reply
  • Hi Jared,

    I cracked the methodology of how-to setup multiple service; However, I am not able to understand that how to switch from one service to another? For example, I want to add BLE keyboard service into customize code which has functionality of BLE MIDI service and i require to switch BLE keyboard service to BLE MIDI service to run one service at a time. How this can be done? 

Children
Related