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

Hello All I have interfaced the sensor with SAADC and received the values and now I want to send these values over Bluetooth and update the values on one of the characteristics on nRF connect App. Is there a similar example on it or could someone guide?

I already had a look at the custom characteristic tutorial and have completed it. Populating the Sensor value with characteristic is the next step where I am facing trouble. Thank you !

Parents Reply
  • I am getting the values of sensor using add every 1second. and I have stored it in a local variable in saadc callback function.

    Now this value that's getting updated how do I pass it to characteristic. The one shown in tutorial is some function regarding inbuilt sensor. In timer timeout handler how do I get the saadc value ?

    Apologies for not asking question in expected manner

    Kind Regards,

    NSS

Children
Related