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

Periodic publish gets called twice

Hello,


I am using the nRF SDK for Mesh v.3.1.0.

To achieve periodic publishing, I set p_pubstate->publish_period.step_num = 1 instead of zero in the configure step in node_setup.c. This indeed results in periodic publishing, but app_gen_onoff_client_publish_interval_cb() gets called twice, even though retransmit_count i set to 0. Why is that? 

Parents
  • Hi,

    Can you check that all retransmit_count is set to 0?

  • Hi,

    When searching in the whole map structure, I can only find retransmit_count in node_setup.c - and I have set everyone to zero, even in the health client config step. Are there more instances of this setting that I am not aware of?

Reply
  • Hi,

    When searching in the whole map structure, I can only find retransmit_count in node_setup.c - and I have set everyone to zero, even in the health client config step. Are there more instances of this setting that I am not aware of?

Children
No Data