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

bug in micro-esb

Hello Nordic Team,

I am sorry to say this, our development team found a major glitch in micro-esb communication protocol. we are in stage of pre-production of medical sensors. 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

Parents
  • As mentioned in the comments, converting to the SDK 11 version of the esb i recommended. This includes all the source files, not a library file like before. The SDK 11 esb is based on the micro-esb on github.

    The symptoms you describe can indicate that the sender expects an ACK, but does not get one. It should not retransmit 90 times if it is configured to send 3 times though.

    -Anders

Reply
  • As mentioned in the comments, converting to the SDK 11 version of the esb i recommended. This includes all the source files, not a library file like before. The SDK 11 esb is based on the micro-esb on github.

    The symptoms you describe can indicate that the sender expects an ACK, but does not get one. It should not retransmit 90 times if it is configured to send 3 times though.

    -Anders

Children
No Data
Related