Hi there. I want to start first i am new to BLE Mesh. I have checked pretty much everything on the Bluetooth SIG and there are some questions. I have flashed the nRF52840 Dongle with the light switch examples. And i am very happy how stable and good it works. So here is a list of questions:
1. Can i define a custom model thats not part of the default ones?
2. Can i define a custom element thats not a default element?
3. How much data can be passed over the mesh let say from the phone to all the nodes. For example the following string: "Hey this is a custom message to be passed over the mesh".
4. Let say thats possible. Can i define a custom characteristics on the Proxy Node and write to it and after that message to be passed over the mesh on all the nodes?
5. If none of that works what would be the best way to implement this over BLE Mesh and can it be done right now.
Have in mind that the main platform for communication with the proxy would be Android or IOS phone.
Would appreciate a lot if someone can answer my questions. I have done some tests my self and found a lot of answers but would be best to get some more knowledge from the community.
The rest of the documentation and the samples you provided is great and i can't wait to know more about it.
Thanks