I am working with the nRF52 DK, using SDK v14.2.0 and SoftDevice S132.
After removing all BSP functions from the BLE UART example, I am setting up LED1 and LED2 of the nRF52 DK as followed
#define LED1_PIN_NUMBER 17
#define LED2_PIN_NUMBER 18
…
I have been working on "merging" SDK for Mesh's lightswitch client example and SDK v14.2.0 UART server example, mostly following the document on this site , with some changes where applicable.
I ended up with a firmware where the NUS application works…