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

Multi BLE-Services in the modified Uart Example

Hello everybody,

I'll try to modify the ble uart example. The target is, to get data from two different nus Services (different characterisitv uuids). They are both initilised and I can subscribe both. Both services are based on the same structure but with other variables.

You can see both Services in the following picture.

When both Services are connected I can send data to ONLY ONE of the Services. If I want to send data first to the first Service and after that some other data to the second, the System is going into the HardFault. 

Maybe one of you has an idea, what's the Problem with it Slight smile

I'm using Keil v5, the NRF52832 with s132, sdk 15.3

Regards

Marius Slight smile

Related