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

Maximum number of generic level messages that a node can handle

Hi,

I am using 15.2.0 SDK and 3.0.0 Mesh SDK for development.

On the Nordic nRF Mesh App, we made certain changes to the generic level slider such that it send out live Level messages at certain intervals with a transition time. 

I was testing it using a generic level server example (experimental_dimming -- dimming server example)

When I start moving the slider, the development board is receiving the messages properly and I can see it on the debug terminal.

When I try to move the slider forward and backward fastly, the LED responds but after few seconds, it receives the message but doesn't set the level.

The debug window shows something like this:

The node doesn't respond to any of the messages once this happens. I tried to do it slowly but observed the same after sometime.

Is there any limit on the number of messages a node can process within a certain amount of time? Or what might be causing this weird behavior?

Thank you.

Related