Hello
i have the kit with 4 CYBT-213043-MESH
I am using the vendor specificr code to send messages to other meetings through the MESH NETWORK
I want the board with the specific vendor code to read the voltage level of a 3.3v battery and send this battery voltage level message to other boards through the mesh network,
Do you have an example code to use?
Solved! Go to Solution.
Hi,
We don't have a modified version of mesh_vendor_specific code to read and publish the battery voltage.
mesh_vendor_specific_app is an application which demonstrates how to implement custom (vendor) mesh model.
SIG has defined a Generic Battery model in the mesh spec. The implementation is demonstrated in mesh_battery_server/client under snip mesh category. (Link)
Please refer spec for more details. https://www.bluetooth.com/specifications/mesh-specifications/
Thanks,
-Dheeraj