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.
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: