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

Integrating Command Line Interface (CLI) Example

Hi guys. I want to make use of CLI in my existing project based on ble_app_uart. I was looking at the diferences of there sdk_config.h and there is a lot of stuff happening.

I cound not find anyting regarding this in documentation or on web.

  • Hi,

    There are some documentation of the CLI interface available here.

    What you need to include in your sdk_config.h file will depend on what transport you want to use for the CLI. You will need the nrf_cli part, and one of the supported transports: nrf_cli_uart, nrf_cli_rtt or nrf_cli_cdc_acm (last one can be found in this post. You will also have to include drivers/libraries for the transport you will use into the project.

    Please provide some more details on the transport you want etc. if you need more help!

    Best regards,

    Jørgen

Related