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

Sending LC command

Hi,

I am a beginner in BLE Mesh. I am trying to create a Mesh network for residential purpose using Tuneable lights, switch and sensors.

Mesh SDK version : 4.2

On the switch side, I am using CTL client model and LC client. So, using button 1 of the nRF52-DK I want to send 3 values:

1. LC Mode = ON

2. OCC Mode = ON

3. Light OnOff = ON

But on setting these values from the Client, on the server side I am receiving just 2 commands, i.e, LC mode = ON and OCC Mode = ON.

I am unable to figure out what I am missing. Please suggest.

Regards,

Zolu

Parents Reply
  • Hi Mttrinh,

    Light LC Light OnOff = ON

    I am using LC Client model.

    I am trying to achieve the following:

    On pressing button 1 of the Dev-kit(client side), I should be able to:

    1. turn on the controller i.e, Light LC Mode = 1

    2. turn on occupancy i.e, Light LC Occupancy Mode = 1

    3. turn on the lights i.e Light LC Light OnOff  = 1, on the server side.

    So, on sending these 3 values, I am receiving just 2 values on the server.

    I don't know but is that due to the message size? Please suggest.

    Regards,

    Zolu

Children
No Data
Related