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

change uart example

hello there i have ble_uart code . when i run on nrf51 dk and when i see it on mastercontrol pannel app. i got that type of screen shot!!
means when i write into characteristics, it doesn't give me options about data type.... output.rar

if i want this this type of option then?? what should i change in code??!![image description]

Parents
  • Hi,

    You can have that option as in "desired_output.jpg" if you don't use NUS service/characteristic UUID. When you use NUS UUID our nRFConnect app automatically detect the data type and don't give you option to do other type.

    So if you modify the NUS UUID (NUS_BASE_UUID) to your own UUID (anything you random generate, checkout "UUID generator") can be used. Then the nRFConnect won't detect it as UART service and you should have all the options.

Reply
  • Hi,

    You can have that option as in "desired_output.jpg" if you don't use NUS service/characteristic UUID. When you use NUS UUID our nRFConnect app automatically detect the data type and don't give you option to do other type.

    So if you modify the NUS UUID (NUS_BASE_UUID) to your own UUID (anything you random generate, checkout "UUID generator") can be used. Then the nRFConnect won't detect it as UART service and you should have all the options.

Children
Related