Re: [Zephyr-devel] #BluetoothMesh Lighting Model implementation #bluetoothmesh


Johan Hedberg
 

Hi Vikrant,

On Wed, Jun 06, 2018, vikrant8051 wrote:
is there any one who tried to implement Lighting Models (page 296 of
Mesh_Model_Specification v1.0.pdf) using Zephyt #BluetoothMesh API ?

I want to control three things -> Light On Off, Light Lightness
(intensity), Light CTL (cool to warm white) using single message. This is
possible only with Lighting Models.

Also want to build remote using #nRF52840_PDK which support Lighting Client
Models.

FYI, this is Mynewt implementation,
https://github.com/apache/mynewt-core/blob/master/apps/blemesh_light/src/light_model.c
MyNewt's Bluetooth Mesh is essentially the same as Zephyr's mesh, since
it was ported from Zephyr. Most likely you can take any model
implementation from there and use it directly (or with minor changes)
with Zephyr. In fact, I'd welcome if someone wants to port any missing
mesh models from the MyNewt tree to Zephyr.

Johan

Join users@lists.zephyrproject.org to automatically receive all group messages.