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

Sending reply in different data format in BLE Mesh

I want to send some data to client from server when I received data from client using server_set callback function.

Means I want to reply to client some other data then only set. like I can set dimming value using client in server node.

I want to send reply to client dimming status and temperature (by saadc) when this set function is called.

Also I am getting this server_set callback many time, but server send it one time.

How to do it?

Thank You

Bivay 

Parents
  • This blog post explains how to send replies in the different data formats in BLE Mesh. It also shows the difference between sending data as a complete packet and sending it partially by using some bytes of the packet. This cv helper blog post will be helpful for developers who are working on Bluetooth mesh applications and want to learn more about these types of operations that they can use while developing their applications.

Reply
  • This blog post explains how to send replies in the different data formats in BLE Mesh. It also shows the difference between sending data as a complete packet and sending it partially by using some bytes of the packet. This cv helper blog post will be helpful for developers who are working on Bluetooth mesh applications and want to learn more about these types of operations that they can use while developing their applications.

Children
No Data
Related