I'm using
SDK : nRF5_SDK_17.0.2
Example Project : ble_app_uart
Soft device :S113
The initial project builds successfully.
The example provided for ble_peripheral for nrf52833, uses ble nus service and uart.
I don't need ble nus service and i want to use uart for my application. I tried to disable ble nus but build fails.
i checked all ble_peripheral example, most of them support nrf52832 or nrf52840. I want the uart to be free.
Is there a possibility that i take nrf52840 project and convert it to nrf52833 ?
If yes, what are the steps need to be followed considering the softdevice also.
Let me know any link available to follow.