Android-nRF-Connect-Device-Manager icon indicating copy to clipboard operation
Android-nRF-Connect-Device-Manager copied to clipboard

Question: Timeout while updating firmware

Open archie94 opened this issue 10 months ago • 1 comments

On certain device when we try to update device firmware we get a timeout with the following

ERROR msg = Transaction 67 timed out without receiving a response

Generally a bluetooth toggle and retry fixes it.

What can be the issue here?

archie94 avatar Apr 08 '24 02:04 archie94

@philips77 do you have any idea on this one?

archie94 avatar Apr 10 '24 17:04 archie94

Hi, Sorry for the late response. I must have missed the question. It may be, that some recent changes improved the situation. Did you try versions 2.0.x? Also, you may decrease number of buffers used using smaller windows capacity. Setting it to 1 will make the library always await notification before sending a new packet, making upload slower, but this issue should never happen. But you may try with value 2 or 3.

philips77 avatar Sep 06 '24 12:09 philips77