implementing custom service

product details:

nRF52840 custom board

nRFConnectSDK 2.2.0

we want to implement custom service interacting with the Android app.

Where we will receive on command from Android app and we will do some processing and sending the data back to the android app.

For this what and all we need to do.

for ex: service

what characteristics and what descriptors are needed and their properties.

All we need to know is how to write custom service and for our requirement what we need to add.

Parents Reply
  • Hi

    Sorry i was completely occupied with multiple objects. Did not get time to look into this.

    Got some breathing time. This we are planing initially as POC.

    THe requirement is: Custom service where

    1.From APP to NRF initially one request comes to send the data

    2.As the request comes the data will be sent from NRF to Android App.

    3.One main thing is this service and characteristics should run parallelly with the SMP service which as part of other PRIVATE case is handled.

    SO DFU and this custom service should work parallelly.

    For Both to work, how two services need to be implemented and what should be the custom service characteristics.

Children
Related