During the stability test, the sensors failed to publish status message

Hi,

We setup a mesh network with 26 sensor devices, configured these 26 devices into one group.  From the mesh gateway device, it sends group message to these 26 devices each five seconds. After received the group message, each sensor will publish its status to these group. 

After running this stability test for about 2~3 hours, we found that among these 26 sensors,there are one or two sensors will not able to publish its status with following error found in LOG.

"Unable to publish status message, status: 4"

Parents
  • Hi,

    What SDK are you running and what version? Are you running a unmodified example?

    From the mesh gateway device

    What is this gateway? Can you elaborate?

    After received the group message, each sensor will publish its status to these group. 

    What you mean by these group? 

    Are you doing provisioning using our nRF Mesh app?

    Also, is it the same devices that keep running into this issue or is it random? Are you testing on a DK?

  • Hi Mttrinh,

    In our system, we have two type of hardware: the sensors and the gateways. All the hardware using nRF52840 with the V5.0 Mesh SDK.  The sensor device is running modified genericONOFF model.

    In the test, we provisioned 25 sensors and 1 gateway in one mesh network, and the 25 sensors are configured into a group  named A. Then the gateway will repeat such a pattern: wait 5 seconds and send a group genericON message to A group,5 seconds later it will send a group genericOFF message to A group. 

    Once the sensor devices get the group message, it will publish a ON/OFF message to the gateway.

    The issue is random, during our test it needs about 6 hours, about 2 of the 25 will happen.

Reply
  • Hi Mttrinh,

    In our system, we have two type of hardware: the sensors and the gateways. All the hardware using nRF52840 with the V5.0 Mesh SDK.  The sensor device is running modified genericONOFF model.

    In the test, we provisioned 25 sensors and 1 gateway in one mesh network, and the 25 sensors are configured into a group  named A. Then the gateway will repeat such a pattern: wait 5 seconds and send a group genericON message to A group,5 seconds later it will send a group genericOFF message to A group. 

    Once the sensor devices get the group message, it will publish a ON/OFF message to the gateway.

    The issue is random, during our test it needs about 6 hours, about 2 of the 25 will happen.

Children
Related