diff --git a/docs/getting-started/flashing-firmware/nrf52/index.mdx b/docs/getting-started/flashing-firmware/nrf52/index.mdx index e9ecd803..1052e98e 100644 --- a/docs/getting-started/flashing-firmware/nrf52/index.mdx +++ b/docs/getting-started/flashing-firmware/nrf52/index.mdx @@ -12,6 +12,9 @@ The nRF52 based devices have the easiest firmware upgrade process. No driver or ### Drag & Drop nRF52 devices use the [Drag & Drop](/docs/getting-started/flashing-firmware/nrf52/drag-n-drop) installation method to install firmware releases. +### Over-The-Air (OTA) +nRF52 devices are able to accept [OTA firmware updates](/docs/getting-started/flashing-firmware/nrf52/ota) from a mobile device over bluetooth. + ### Factory Erase You may wish to perform a [Factory Erase](/docs/getting-started/flashing-firmware/nrf52/nrf52-erase) prior to installing firmware to clear data that may change format and location between releases. diff --git a/docs/getting-started/flashing-firmware/nrf52/ota.mdx b/docs/getting-started/flashing-firmware/nrf52/ota.mdx new file mode 100644 index 00000000..9882687d --- /dev/null +++ b/docs/getting-started/flashing-firmware/nrf52/ota.mdx @@ -0,0 +1,50 @@ +--- +id: ota +title: nRF52 OTA Firmware Updates +sidebar_label: Over-The-Air +sidebar_position: 2 +--- + +import Tabs from "@theme/Tabs"; +import TabItem from "@theme/TabItem"; + +nRF52 devices are able to accept OTA firmware updates from a mobile device over bluetooth. + + + + + +:::info +As of this writing, the current release of the nRF DFU app (v2.3.0) is not compatible with Meshtastic firmware updates. +::: + +OTA firmware updates are available using the nRF Connect Android App __version 4.24.3__ available for download from the [Nordic Semiconductor GitHub page](https://github.com/NordicSemiconductor/Android-nRF-Connect/releases/tag/v4.24.3). + +1. Download the firmware release you wish to install from the [Meshtastic Download Page](/downloads) or [Meshtastic GitHub](https://github.com/meshtastic/firmware/releases). +2. Unzip the firmware folder +3. Open the nRF Connect App and select CONNECT on your device from the SCANNER tab +4. Select the DFU icon from the top-right of the screen +5. Select the correct device firmware file (will end with -ota.zip) +6. The update will start automatically + + + + + + +OTA firmware updates are available on iOS & iPadOS using the nRF Device Firmware Update App available through the [Apple App Store](https://apps.apple.com/us/app/nrf-device-firmware-update/id1624454660) + +1. Download the firmware release you wish to install from the [Meshtastic Download Page](/downloads), [Meshtastic GitHub](https://github.com/meshtastic/firmware/releases), or via the iOS or iPadOS app. +2. Unzip the firmware folder +3. Open the nRF DFU App and select the correct device firmware file (will end with -ota.zip) +4. Connect to your device +5. Upload the firmware + + + \ No newline at end of file