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

Data throughput mesh

Hi guys I m trying to send a simple message every time a gpio interrupt occurs on the client in order to receive that on the server. I m using the ble mesh protocol and I used in particular the light switch example. I modified the client code in order to send a message on the gpio interrupt and it works fine with a good data throughput.. I will expect to receive the data on the server but here there is the problem. If the data frequency is bigger than about 6/7 Hz the server does not receive all the data. There is a way to overcome this limit? Which is for ble mesh the limit? Is there in the server software some elements I can change in order to overcome the receiving frequency? 

Related