mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge 3a2820c44c
into dbf1e64e55
This commit is contained in:
commit
cfe5185603
|
@ -74,5 +74,16 @@ OTA firmware updates are available on iOS & iPadOS using the nRF Device Firmware
|
|||
4. Connect to your device
|
||||
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 you’ve downloaded the **nRF Device Firmware Update (nrF DFU)** app, not the nRF Connect app.
|
||||
2. **Adjust packet settings:** In the app’s 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.
|
||||
3. **Prevent screen timeout during upload**: The iPhone's auto-lock feature is often set to 30 seconds or 1 minute by default. When this happens, the screen will go black, and the phone may go to sleep, potentially interrupting the Bluetooth firmware upload. To avoid this, temporarily set the auto-lock to "Never" during the upload process to ensure that the phone stays awake and the upload completes without interruption.
|
||||
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
|
Loading…
Reference in a new issue