Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When you start the {{app_name}}, the application main window appears with the **

Once you connect a device to the system, it becomes visible and available when you click on the **Select device** drop-down list. You can choose a device from the list of connected devices to perform further actions on the device such as programming.

![Select device drop-down menu](./screenshots/thingy91x_select_device.png "Select device drop-down menu")
![Select device drop-down menu](./screenshots/programmer_select_device_thingy91.png "Select device drop-down menu")

## Device panel sections

Expand Down
177 changes: 177 additions & 0 deletions doc/docs/programming_91dk.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions doc/docs/programming_dk.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The following devices have specific programming requirements or procedures:

| Device | Description |
|-----------------------------------|----------------------------------------------------------------------------------------------------------------------|
| nRF9160 DK | To program the nRF9160 DK, see [Updating the nRF9160 DK firmware using Programmer](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/working_with_nrf/nrf91/nrf9160.html#updating_the_dk_firmware_using_programmer). |
| Nordic Thingy:91 X | To program Nordic Thingy:91 X, see [Programming Nordic Thingy prototyping platforms](programming_thingy.md).
| Nordic Thingy:91 | To program Nordic Thingy:91, see [Programming Nordic Thingy prototyping platforms](programming_thingy.md).
| nRF91 Series DK | To program the nRF91 Series DK, see [Programming nRF91 Series DK firmware](programming_91dk.md). |
| Nordic Thingy:91 X | To program Nordic Thingy:91 X, see [Programming Nordic Thingy prototyping platforms](programming_thingy.md).|
| Nordic Thingy:91 | To program Nordic Thingy:91, see [Programming Nordic Thingy prototyping platforms](programming_thingy.md).|
| Nordic Thingy:53 | To program Nordic Thingy:53, see [Programming Nordic Thingy prototyping platforms](programming_thingy.md). |
| Nordic Thingy:52 | Nordic Thingy:52 can be programmed using the [general programming procedure](#general-programming-procedure), but only through J-Link and a 10-pin programming cable. |
| nRF52840 Dongle | To program the nRF52840 Dongle, see [Programming the nRF52840 Dongle](programming_nrf52840_dongle.md). |
Expand Down
1 change: 1 addition & 0 deletions doc/docs/revision_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Date | Description |
|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| November 2025 | Added the [Programming nRF91 Series DK firmware](programming_91dk.md) page.|
| August 2025 | - Updated the [supported hardware section](index.md#supported-hardware) with entries for nRF54LM20 and Nordic Thingy:91 X<br/>- Added the [Programming Nordic Thingy prototyping platforms](programming_thingy.md) page<br/>- Added the [General programming procedure](programming_dk.md) page<br/>- Added back the [Programming the nRF52840 Dongle](programming_nrf52840_dongle.md) page<br/>- Created the Programming devices section to include all the separate pages |
| January 2025 | - Updated the [supported hardware section](index.md#supported-hardware) with entries for nRF54L15, nRF54H20, and nRF9151<br/>- Added the Programming Nordic Thingy:53 section on the [Programming devices](programming_dk.md) page<br/>- Added the [Application source code](./index.md#application-source-code) section on the [Home](./index.md) page |
| November 2024 | Editorial changes |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/docs/screenshots/programmerapp_modemdfu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ nav:
- Overview and user interface: overview.md
- Programming devices:
- General programming procedure: programming_dk.md
- Programming nRF91 Series DK firmware: programming_91dk.md
- Programming Nordic Thingy prototyping platforms: programming_thingy.md
- Programming nRF52840 Dongle: programming_nrf52840_dongle.md
- Troubleshooting: troubleshooting.md
Expand Down