Can I use a ancs service in nrf51822, connect to android device? Or I need another service in my device? PS:I USE S110 and SDK 10.0
Can I use a ancs service in nrf51822, connect to android device? Or I need another service in my device? PS:I USE S110 and SDK 10.0
Hey.
Android will not natively support ANCS, you will then need to write your own application to handle the ANCS service. You can use a different service like ANS (Alert Notification Service), but it will not help very much. As of today, Android does not have a native service similar to ANCS on iOS. You will therefore have to use the notification API in the Android SDK, and create your own app that is running in the background of your phone.
-Anders