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

Android Master Control Panel not updating characteristic value

I've got a test app on my nRF51 DK that calls sd_ble_gatts_hvx as fast as possible to test maximum data rate for the Notify of a characteristic. This all works great. The maximum data rate with a 20 byte payload is 13.33Kbytes/sec when measured against a 10 second timer. Impressive.

I'm putting the data rate (divided by 100) into one of the bytes of the characteristic so that I can conveniently see it by connecting with my Android phone and using the Master Control Panel (MCP).

The problem is that MCP is not updating the characteristic value reliably. Sometimes the byte value that I'm sending comes through but most often not. I can see with printfs in my code that all is well on that side and sometimes MCP works too, but not often. Is this a known issue? Is there a workaround?

Parents Reply Children
No Data
Related