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

Read temperature value/data from nRF52 Development kif into nRF Mesh mobile Application

Hi,

        I have a requirement, using the latest mesh sdk 'nrf5_SDK_for_Mesh_v5.0.0_src' on nRF52 Development kit(PCA10040), I want to generate the temperature data from DK and read this temperature value anywhere(say a new page implemented in the app to display temperature data) into the nRF Mesh app available for the android device

Best Regards,

  • Hi,

    I want to generate the temperature data from DK and read this temperature value anywhere(say a new page implemented in the app to display temperature data) into the nRF Mesh app available for the android device

    Unfortunately, we do not have any examples or guides for this. This is something you have to implement yourself. The nRF Mesh app is open source, you can find the source code for the app on our Github. Take a look at the light switch example from the nRF5 SDK for Mesh to see how data are being sent over mesh.

Related