-
Notifications
You must be signed in to change notification settings - Fork 10
Description
we integrated micro-esb communication protocol to our system and while testing we found that same packet is transmitted multiple times approximately 90 times. Then we thought of testing your own micro-esb library from github and it was so buggy it has the same issue of multiple packet transmissions. I am attaching screen shots of experimental results. we will appreciate if you can resolve this issue ASAP.
IDE : keil u vision 5
SDK version : v8.1.0
softdevice is v5.2.1
i am transmitting tx_payload_data(8 bytes) continuously with increment tx_payload.data[1] every time if there is a succesfull transmission.
here is uesb configuration which is same in tx and rx
These are some of the output snaps during each transaction which i mentioned with counter "i"
First transcation
second transaction
.......
All the way upto 78 times. the same packet is recieved over and over again.