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

NCS:BLE Cental multi-connection with throughput peripheral and peripheral_hids_mouse

I am working on the nRF5340DK and NCS v1.5.0

Acording to this example https://github.com/NordicMatt/multi-NUS, I used the Throughput sample as the fundermental project. Then after added the Connection Context Library (CCL) , I continue ported the Central HIDS sample in my project with CCL.Here is my project:1602.throughput_hid.7z

And once programming the project to the nrf5340_DK,while programming the Throughput sample to another nrf5340_DK and the Peripheral HIDS mouse to a nrf52840_DK, The central log came like this:

My question is:

1.Whether this way that my project combine the the Throughput sample and the Central HIDS sample with CCL is feasible or not ?

2.If possible,It seemed that the multi-connection exited some problem.What is the reason?

  • 1.Whether this way that my project combine the the Throughput sample and the Central HIDS sample with CCL is feasible or not ?

     It is feasible, how much effort is needed, I am not sure at this point.

    2.If possible,It seemed that the multi-connection exited some problem.What is the reason?

     Not sure which App you are using for the connection? Is the opcode and the status from the central side or the peripheral side? It would get much easy to debug if you get a detailed sniffer trace when this problem occurs, then you can analyze in more detail the cause of the error and possible can think of some workaround.

    I have not checked your project as it seems to involve quite a but of debugging to narrow down the problem, and we normally do not start debugging into custom made solutions unless we suspect that something is wrong with our solution.

  • Hi there:

    I'm here to tell you the ticket has been solved.Thanks for your support.

    Best wishes

    Leo

Related