This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to add APP_UART to Beacon examlple project (SDK 15.0)

I've setup, compiled and run the BLE Beacon project an have made some changes. Now I need to enable the UART. Simply adding UART files to the project does not work due to missing defines.  I've searched without success.  What is the procedure for adding and enabling the UART into the Beacon example project?

Thanks

Parents Reply
  • First, there is no CMSIS configurator in Segger Embedded Studio for linux.

    I edited file  ble_app_beacon/pca10040/s132/config/sdk_config.h and enabled every relevant definition. The build fails because the conditional:

                 #if NRF_MODULE_ENABLED(APP_UART)

     is FALSE.  There is no APP_UART defined in sdk_config.h 

    Adding #define APP_UART 1 into sdk_config.h  does not work.

    What needs to be done to enable the UART?

    Thanks

Children
No Data
Related