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

CLI UART + NUS

Hello,

I'm trying to make CLI working with UART and BLE (NUS) backend simultaneously. Starting point is CLI example from SDK 14. What should I enable in sdk_config.h and how shuould I intialize CLI with UART and NUS in my app? In ble_app_cli CLI NUS is working alongside with RTT backend. How can I use UART instead of RTT?

Related