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

How to make a ANCS function on serialization codecs

As title.

I want to make a ANCS function on serialization codecs. But I think that is not support on original serialization source code.

How can I make a ANCS function codecs in original source code? Can you give me some suggestions?

My project use 51422,ST MCU and connect with iphone.

Thank you.

  • The serialized interface for the S110 enables you to run any profiles/services through the serialized interface. So I would recommend starting with the ANCS example for the nRF51 and move the services over to the ST MCU. Then you must ensure that the GAP/GATT calls are going through the serialized interface. This might be better to understand if you compare the standard the HRS example with the serialized HRS example.

Related