update OTA instructions for iOS with packet settings

- Added detailed steps to enable "Packets Receipt Notification" in the nRF DFU app, which unlocks the ability to adjust the number of packets.
- Improved troubleshooting section to include advice on reducing the number of packets to improve upload stability.
- Clarified the upload process and estimated time for completion (around 10 minutes with ~1 kB/s upload speed).
This commit is contained in:
Hays Chan 2024-12-02 20:26:38 +08:00 committed by GitHub
parent eaf8f8ae33
commit 23b1d34b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,5 +51,16 @@ OTA firmware updates are available on iOS & iPadOS using the nRF Device Firmware
4. Connect to your device 4. Connect to your device
5. Upload the firmware 5. Upload the firmware
If the upload fails, here are some tips based on common issues:
1. **Ensure the correct app is used:** Double-check that youve downloaded the **nRF Device Firmware Update (nrF DFU)** app, not the nRF Connect app.
2. **Adjust packet settings:** In the apps settings, the default number of packets is often set to 23. If you experience upload failures, follow these steps to adjust the packet size:
1. Enable "**Packets Receipt Notification**" in the app settings.
2. After enabling this, the "**Number of Packets**" setting will become active, allowing you to reduce it. Try changing the number of packets to **5**.
3. Upload the firmware. Wait patiently. The upload speed is reported to be around 1 kB/s, so the process may take approximately 10 minutes to complete.
4. If it still fails, reduce the value by one and retry the upload.
*Note: Enabling "Packets Receipt Notification" is critical, as it unlocks the ability to modify the packet count. Reducing the packet size can significantly improve the upload stability and reduce the likelihood of failure.*
</TabItem> </TabItem>
</Tabs> </Tabs>