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? 

Parents Reply
  • Actually I don't transimitt anything. I say better : I used the same send function in the client to have a message start from the client to the server. What before was made by the button now was obtained by a gpio interrupt:on both the edge resulting in the sending to the server. I m only interested in the interrupt and which is the fastest frequency the server can receive. I tested that client can send also 200 Hz but now the server could not receive 200 Hz packet.. Which is the problem? 

Children
Related