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

I want to send temperature (using existing sensor on nRF DK) data from server to client.

Hello,

I want to use existing Generic light switch model to send temperature sensor data from server to client.

using Light switch example of nRF Mesh V2.2.0.

Functionality of Light Switch:

  • The Button 1 on the client board turns ON LED 1 on the servers with Odd addresses.
  • The Button 2 on the client board turns OFF LED 1 on the servers with Odd addresses.
  • The Button 3 on the client board turns ON LED 1 on the servers with Even addresses.
  • The Button 4 on the client board turns OFF LED 1 on the servers with Even addresses 

Like wise without disturbing the existing functionality I want to send temperature data.

while pressing button 1 on client board It has to get temperature data from server and display it on RTT viewer. 

while pressing button 3 also on client board It has to get temperature data from server and display it on RTT viewer. 

along with that by pressing button 3 on server it has to send temperature data of the server to client.

please help me.

Related