Hello,
Could someone point to a tutorial or doc, where I can learn how to subscribe to a group in mesh in code. I can do this using the nRF app, however, I would like to do this in code.
The purpose for this is that instead of the client asking for the temperature, I would like the server to periodically send the temperature.
I believe the way to do this is through:
bt_mesh_sensor_srv_pub(&sensor_srv, ctx,&chip_temp, &val);
I am unsure what to change ctx (if that even is the correct variable) for a group address or a specific address.