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

Light HSL Model for changing colour in bulb!!

Hi,
    Iam working on a project based on BLE Mesh, Iam using nrf5_SDK_for_Mesh_v4.2.0_src. Iam trying to form a BLE Mesh network and control the light bulb. I would like to control ON/OFF, lightness and Colour of the bulb. I found ON/OFF and lightness model and example code in sdk and it is working fine. I was searching for Light HSL model for colour control but I don't find it in nrf5_SDK_for_Mesh_v4.2.0. How can I change the colour of the bulb?? is there any other model available for colour control??

Parents
  • Hi,

    We do not have implementations of the Light HSL or Light xyL models in the nrf5 SDK for Mesh. Those are the models specified in the Bluetooth mesh specification, for controlling colour. You can implement Bluetooth mesh specified models as well as vendor-specific models. See creating new models.

    For questions regarding future releases and roadmaps, please contact our sales representative for your area. If you do not know who that is, please ask in a private ticket or send a private message, stating where you are located. We will then provide the contact info.

    Regards,
    Terje

Reply
  • Hi,

    We do not have implementations of the Light HSL or Light xyL models in the nrf5 SDK for Mesh. Those are the models specified in the Bluetooth mesh specification, for controlling colour. You can implement Bluetooth mesh specified models as well as vendor-specific models. See creating new models.

    For questions regarding future releases and roadmaps, please contact our sales representative for your area. If you do not know who that is, please ask in a private ticket or send a private message, stating where you are located. We will then provide the contact info.

    Regards,
    Terje

Children
Related