Custom Service Setup in Central in nRF Connect SDK

i am working with NRF52840 and i am using nRF Connect SDk.

can i get the help/documentation or guide to add the custom service.

can anyone compare and explain with nRF_SDK_17.0.2.

Parents
  • Hi

    I would recommend using logging to try and debug this to see where exactly it would fail. As I can't think of what exactly the issue would be from these error messages. Are you able to see where the device fails exactly when this error occurs? Try setting CONFIG_LOG=y in your project config file, and add some printk() lines to make sure that steps are completed successfully. You can also use the Debug extension in VS Code, we have a tutorial video available here.

    Best regards,

    Simon

Reply
  • Hi

    I would recommend using logging to try and debug this to see where exactly it would fail. As I can't think of what exactly the issue would be from these error messages. Are you able to see where the device fails exactly when this error occurs? Try setting CONFIG_LOG=y in your project config file, and add some printk() lines to make sure that steps are completed successfully. You can also use the Debug extension in VS Code, we have a tutorial video available here.

    Best regards,

    Simon

Children
Related