Hello People,
I am new to this ble mesh concepts, i am evaluating and want to check whether nrf52-mesh-light-switch-client-server-proxy can supports custom service? if so can anyone tell me how to achieve this.
Thanks.
Hello People,
I am new to this ble mesh concepts, i am evaluating and want to check whether nrf52-mesh-light-switch-client-server-proxy can supports custom service? if so can anyone tell me how to achieve this.
Thanks.
Hi.
What do you mean by a custom service?
You can take a look at Integrating Mesh into nRF5 SDK examples and check out the Coexistence examples to see how the nRF5 SDK features can be simultaneously used with nRF5 SDK for Mesh.
If you want to create a custom model for BLE Mesh, you can take a look at that here:
Mesh v3.2.0: Creating new models
Best regards,
Joakim
Okay, I want to create a custom service which has two characteristics wifi SSID & Password so that I can save wifi info.
Okay, I want to create a custom service which has two characteristics wifi SSID & Password so that I can save wifi info.
I see.
Then I suggest that you take a look at the coexistence examples that I linked to in my previous answer.
We don't have any example code that matches your usecase, so you will need to implement this yourself.
Best regards.
so finally i am able to build custom service with characteristic but i am able to send only single character. how to send whole string like "Hello World"