Hi,
I’m evaluating the NUS (Nordic UART Service) as a way to stream and receive byte arrays.
I’ve noticed that there are two different implementations of the NUS service:
-
zephyr-sdk implementation
https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.2.0/subsys/bluetooth/services/nus/nus.c
(with the correspondingnus.hand Kconfig files) -
nrf-sdk implementation
https://github.com/nrfconnect/sdk-nrf/blob/v3.2.0/subsys/bluetooth/services/nus.c
(with its ownnus.hand Kconfig files)
Which implementation should be used?
What are the differences between the two?
Thanks,
Alessandro