This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF5 SDK + nRF5 for Mesh

Hello guys, 

Let me explain you first. I want to build a BLE Mesh formed by some Microbits & nRF52833.

I have learnt how to use nRF5 SDK and basing on an example I have done a little BLE Mesh.

My question is if I can use both SDKs in the way of transmiting the values of characteristics. For example , let suppose I want to turn ON a led with BLE Mesh. At the same time I want to know the value of the readable GATT (state of led) like in BLE examples. 

Is this possible? Could you provide me some info about It?

Thank you,

Best regards :)

Parents Reply
  • I would like to ask you another thing because I am not sure if I have explained good. Sorry to ask you again...

    Let suppose that I run the on/off example of the ble Mesh. To do that I have to use Mesh app for provisioning.

    After that I want to Connect with nrf-connect app to see the values of the state of this led in a characteristic (like in BLE SDK , for example the blinky example).

    I have discovered that I am also to be able of creating GATT characteristics as a proxy , but i dont know How to read them.

    So my question is:

    Running a Mesh example , am I able to read the value of the led in the Server which I change with the client?

    Do i have to use both SDKs?

Children
Related