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?
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.
yess I already do the build of the project without any modification and I hhave got this error
Something fundamentally wrong there, then - the SDK examples should build & work "out of the box".
Which SDK are you using?
Perhaps time to download a fresh copy, and start again?
I am using SDK version 17.0.2 and it didn't work so I decided to use another version and I tried with version 15.0.0 and it didn't work too
Which error did you encounter with version 17.0.2? The "conflicting type of __putchar" error should only occur if you use an older SDK version (like 15.0.0) with a newer version of Segger Embedded Studio.
And which version of SES are you using?
Note that the supported version is stated in the SDK Release Notes:
EDIT
Some examples of what happens when you use the wrong SES versions for your SDK version:
And which version of SES are you using?
Note that the supported version is stated in the SDK Release Notes:
EDIT
Some examples of what happens when you use the wrong SES versions for your SDK version: