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

Sending data without using terminal UART_BLE_APP

I am looking a way to send a string without the terminal, ble_nus_string_send function only works in the uart_event_handle() and APP_UART_DATA_READY is only triggered when pressing enter in the terminal(termite). Can someone please post a solution

Related