Using;NRF52832,
SDK17,
Flutter 3.10.5 ,
nordic_dfu: 6.0.1,
iOS 16.5.1
iPhone 14 Pro Max
Using my developer device I can successfully update DFU,
However on my QA team device they consistently get an error 94
Using;NRF52832,
SDK17,
Flutter 3.10.5 ,
nordic_dfu: 6.0.1,
iOS 16.5.1
iPhone 14 Pro Max
Using my developer device I can successfully update DFU,
However on my QA team device they consistently get an error 94
We managed to resolve this by rebooting the iPhone, perhaps turning on and off the Bluetooth may have worked also.
I would still like a response on how to decipher error code and how frequently we can expect to see this error.
Hi Ryan,
Error 94 was printed on your app ? And if you use our nRF Connect to do DFU it worked ?
I'm not so sure what error 94 is in this case. Could you check in your app what is the error code come from, either from the phone side or from the DFU target ?
Hi Hung
94 was from nordic_dfu 6.0.1 Flutter library
I could managed the update using nRF connect as soon as it attempt to connect.
await NordicDfu().startDfu(deviceId, zipFile.path, onProgressChanged: _onDfuProgressChanges, onDfuCompleted: _onDfuCompleted, onError: _onDfuError);
Thanks Ryan for the info. I will get our app developer to take a look. They are on vacation now and will be back in about 3 weeks.