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

Ble mesh code removing version part

Hi all,

I am using ble mesh code for synchronizing leds in mesh network. I need mesh part, but itshould not integrated with version. So i can able change state of led, according to my wish.
Can any one tell me how do simple mesh code without using version, fifo etc. So that if a device send data it should be received by all other connected devices. But each devices should be able to act as master and slave.

I tried with doing some alteration ble mesh code to remove version part, but it is did't work.

Please help me it's urgent.

Regards Manjunath N N

Parents
  • what you told i agree, but my requirement is to synchronize led in network. If i use this mesh code it value is updated with version this is not need for me. Because of version i am facing some problems,

    I need only simple write function rbc_mesh_value_set(2, mesh_data, 1), so it should send to at least 3 devices.

    Note: If any new node enter into mesh, it should not update automatically unless until any old nodes send the data.

    for this requirement any sample code like mesh OR is their any possible to change mesh code.

    please tell me how to do this.

Reply
  • what you told i agree, but my requirement is to synchronize led in network. If i use this mesh code it value is updated with version this is not need for me. Because of version i am facing some problems,

    I need only simple write function rbc_mesh_value_set(2, mesh_data, 1), so it should send to at least 3 devices.

    Note: If any new node enter into mesh, it should not update automatically unless until any old nodes send the data.

    for this requirement any sample code like mesh OR is their any possible to change mesh code.

    please tell me how to do this.

Children
Related