This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

S130 SDK 11 add custom service & Char

I am trying to Migrate from Sdk 6 to Sdk 11.

Here i am facing problem in discovering Custom Characteristics. I can successfully add service and 2 characteristics without any error in my code routine.

But in Android Phone app i can't see any Custom Characteristics.

When debugging i found out, I can successfully add service and my two characteristics even i am getting NRF_Success from their routine but still i can't see custom Characteristics in my Phone app(Nordic Master control panel).

I am attaching image of my phone app where you can refer and even attaching my ble_sbs.c routine c ble_sbs.cfile for your reference.

I tried different android phones but same result. ScreenShot for reference.

Please help me out since i am new to this Sdk... image description

Parents
  • Honestly I'm not sure what else to suggest. Can you run the Nordic sniffer if you have an additional card with a Nordic IC on it to see the traffic? or maybe the log from the Master Control Panel (PC version) ? Something that gives us a bit more information. Also can you post the handles you get back for your service and the 2 characteristics? they should be in p_sbs->service_handle, write_handles and notify_data_handles

Reply
  • Honestly I'm not sure what else to suggest. Can you run the Nordic sniffer if you have an additional card with a Nordic IC on it to see the traffic? or maybe the log from the Master Control Panel (PC version) ? Something that gives us a bit more information. Also can you post the handles you get back for your service and the 2 characteristics? they should be in p_sbs->service_handle, write_handles and notify_data_handles

Children
No Data
Related