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
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
You just want to send a string that you have defined in your code? If so, you can use the ble_nus_string_send() function. Does that solve your problem?
You just want to send a string that you have defined in your code? If so, you can use the ble_nus_string_send() function. Does that solve your problem?