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

How to speed up NRF52832 mesh data

Dear Nordic.

We are using NRF52832. According to Mesh spec, It can send up to 380 bytes, So I sent Mesh Data(PAYLOAD) up to 380 bytes. It was successful, but the data was too slow.
It took about 3 seconds.

I found that it doesn't take long if the amount of data is small, but it takes longer as the amount of data increases.

Is there a way to speed up the data?
I referred to light_switch source.