Hello
I want to know what is the command that I must add to the ble_uart code which exists in the SDK library to send hello word using the bleutooth in the nrf UART application .
Best regards.
Hello
I want to know what is the command that I must add to the ble_uart code which exists in the SDK library to send hello word using the bleutooth in the nrf UART application .
Best regards.
It's not a single "command".
Have you got the example running as-is?
Have you studied the example as-is - to see how it's working?
It's not a single "command".
Have you got the example running as-is?
Have you studied the example as-is - to see how it's working?
I tried to study the example and know his functionality, I find a ble_nus_data_send function to send the data through bleuttoth, I want to send hello word on segger to test this code with the nrf uart application.
Have you got the example running as-is?
the example does not run succefully there is a Fatal error 
Hello,
Were you able to run the example before you started modifying it? Instructions on how you can test the original example can be found in the in the SDK documentation here: UART/Serial Port Emulation over BLE
when i do the build of the solution I have got this error :

how can I solve it ?
It tells you where the other declaration is:

You need to make sure that the two match.