Central UART as multu-NUS for nRF54L15

Hello everyone,

I've been testing the "central UART" with a "peripheral UART" (NUS) examples with two nRF54L15 DKs (nRF SDK v3.2.1 in VS Code).
So far, everything is working fine.

Now I'd like to extend this example to connect the "central UART" to two "peripheral UART" devices (multi-NUS).

I've looked at NordicMatt's Multi-NUS example:
https://github.com/NordicMatt/multi-NUS?tab=readme-ov-file 
This example is created for the nRF52/53 and for nRF SDK v2.6.1.

Porting the code to the nRF54L15 with SDK v3.2.1 seems quite complex.

Therefore, my question is:
Is there an example of using multiple NUS devices on the nRF54 with the nRF SDK v3.2.1? I suspect that many other users face the same requirements.

If not, is there a brief guide on how to extend the central UART interface to support multiple central peripherals for the nRF54?

Thank you in advance for any help!
Hein

Related