This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

regd ble peripheral for nrf52833 without using ble nus service

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.

  • Hi, 

    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.

    Are you looking for UART Example which has a project file for pca10100/nRF52833?

    Is there a possibility that i take nrf52840 project and convert it to nrf52833 ?

    Yes, you can modify the board setting and SD from nRF52840DK to nRF52833. You also can duplicate pca10010/s113 projection to ble_peripheral example and modify the sources files. I have modified pca10100 project file (6215.pca10100_ble_app_template.zip) for ble_app_template from ble_app_uart. You can place it under nRF5_SDK_17.0.2\examples\ble_peripheral\ble_app_template and start from that. 

    Regards,
    Amanda

  • Hi Amanda,

    Thank you for the quick response.

    I tried to check the attached project. main.c is missing in the zip folder.

    regards

    Sandyee

  • Hi,

    Place the attached file under nRF5_SDK_17.0.2\examples\ble_peripheral\ble_app_template, and then it will use main.c under nRF5_SDK_17.0.2\examples\ble_peripheral\ble_app_template. 

    -Amanda

Related