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
  • That is the gpio interrupt function i added in the client script in order to send every time the input changes to the server. As i said before client could change the input state with a very high  frequency but the server doesn't follow it. I didn't change any thing in the server script...I only defined for the net 1 client e 1 server to increase the speed of recognition and then sending

Children
Related