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
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.
Are there any news about this? We also have this error 94 problem, in our case even rebooting the phone does not solve the problem. The error is generated after entering in the "Enabling DFU mode" phase. We are using iOS NordicDFU library (4.16.0).
Are there any news about this? We also have this error 94 problem, in our case even rebooting the phone does not solve the problem. The error is generated after entering in the "Enabling DFU mode" phase. We are using iOS NordicDFU library (4.16.0).
Hi Johnny,
Please create a new ticket and add your log and description of the issue. This is an old ticket.