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

Send and receive a string over bluetooth mesh

Hi Team,

Iam working on nordic nRF52832 eval boards and trying to send a string from client to server over Bluetooth mesh using sdk v3.2.0.

i have created simple message model in both server and client, but the models are not getting provisioned.

Now i need to create simple message model in static provisioner code but i could not find any documentation.

Please help out..

Thanks,

Samatha

Parents Reply
  • HI,

    Iam working on light switch dimming example project, iam unable to send more than 7 bytes from client to server.

    in code they have defined below macro

     /** Longest allowed length for the Delta Set message. */
    #define GENERIC_LEVEL_DELTA_SET_MAXLEN 7

     I have modified the macro to 10, that time server is not able to receive more than 1 byte data(only receives 1 byte).

    so how can I send more than 7 bytes data from client to server?

    please help out..

    thanks in advance..

    Thanks,

    Samatha

Children
No Data
Related