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

Hi I am trying to understand nrf_cli_ble_uart. when this example can be used?

I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.

How to solve this and what files should be used to achieve this requirement.???

Parents
  • Hello,

    To better understand the CLI library, please refer to the CLI library documentation found here.

    I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.

    SDK v15.2.0 includes an experimental example with the following description:
    The Command Line Interface over BLE (CLI BLE) Application is an example that showcases how BLE NUS can be used as a transport for a console.
    You may find its documentation here, while the example itself is available in the examples folder of the SDK.

    Hope this helps!
    Best regards,
    Oeyvind

Reply
  • Hello,

    To better understand the CLI library, please refer to the CLI library documentation found here.

    I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.

    SDK v15.2.0 includes an experimental example with the following description:
    The Command Line Interface over BLE (CLI BLE) Application is an example that showcases how BLE NUS can be used as a transport for a console.
    You may find its documentation here, while the example itself is available in the examples folder of the SDK.

    Hope this helps!
    Best regards,
    Oeyvind

Children
No Data
Related