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

Led blink in mesh network

Hi all,

I can able to blink led in mesh synchronously, but some time it fails in synchronization. when a new node enters into mesh it takes current mesh value, but for me it should not happen. when i send data through this function rbc_mesh_value_set(1, mesh_data, 1) it is calling often 30 seconds, then only new node should receive value( led start blink with mesh synchronously), otherwise it is in rest state.

But problem here when new node enters into mesh, it immediately updated, if not even call this rbc_mesh_value_set() also. I do not know from where it is updating.

my requirement is, it should not update unless until i send message packet.

I tried to stop radio, fifo and i made version to constant at that time this application is not working. how to sop this functionality.

can anyone please help on this.

Regards Manjunath N N

Related