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
  • Also i am able to send in the RX characteristic only test and able to see that data in COM port connection(Teraterm)

    able to send any data but able to see only test data not byte. But in the RTT logs i can see data is received. Also when send ign data from nRF to android app the data sent is failed.

    Sorry. One more point, as per the link you shared i have just build the code without any modifications mentioned in the documentaion.

    Will that be need for this to work.

Children
Related