Hello,
I had been looking at BLE mesh documentation as well as the examples on the SDK and looks every node should have a dedicated function. generic on/off server controlling one switch, sensor node reading one sensor and I think that's the BLE specification. I am looking for a way to control more things in one node ie 4 wall sockets on a single node, temperature and humidity sensors on a single node. Is there a low level interface to receive and send string instead so that the every node will parse the string? or is there a better way to handle what I want?
My purpose is to use a single BLE module for multiple functions
Regards,