Skip to content

Commit 0b4d9da

Browse files
authored
Merge pull request #42 from NordicSemiconductor/doc_014_release_updates_2
doc: update docs for v0.1.4 release
2 parents da9c338 + 1aedc7d commit 0b4d9da

File tree

9 files changed

+45
-28
lines changed

9 files changed

+45
-28
lines changed

README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,38 @@
1-
# nRF Connect Boilerplate
1+
# nRF Connect Board Configurator
22

33
[![Build Status](https://dev.azure.com/NordicSemiconductor/Wayland/_apis/build/status/pc-nrfconnect-boilerplate?branchName=master)](https://dev.azure.com/NordicSemiconductor/Wayland/_build/latest?definitionId=10&branchName=master)
44
[![License](https://img.shields.io/badge/license-Modified%20BSD%20License-blue.svg)](LICENSE)
55

6-
_nRF Connect Boilerplate_ provides a starting point for developing apps that can
7-
be launched by
8-
[nRF Connect for Desktop](https://github.com/NordicSemiconductor/pc-nrfconnect-launcher).
6+
nRF Connect Board Configurator is an application that you can use to update the
7+
configuration of the board controller on Nordic Development kits. The board
8+
controller is the firmware running on the Interface MCU that controls the
9+
behavior of the DK.
10+
11+
**Note:** The current Board Configurator version is experimental. This means
12+
that the application is incomplete in functionality and will change in the
13+
future.
14+
15+
![screenshot](resources/screenshot.gif)
16+
17+
## Installation
18+
19+
nRF Connect Board Configurator is installed from nRF Connect from Desktop. For
20+
detailed steps, see
21+
[Installing nRF Connect for Desktop apps](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/installing_apps.html)
22+
in the nRF Connect from Desktop documentation.
23+
24+
## Documentation
25+
26+
Read the
27+
[nRF Connect Board Configurator](https://docs.nordicsemi.com/bundle/nrf-connect-board-configurator/page/index.html)
28+
official documentation.
929

1030
## Development
1131

1232
See the
1333
[app development](https://nordicsemiconductor.github.io/pc-nrfconnect-docs/)
1434
pages for details on how to develop apps for the nRF Connect for Desktop
15-
framework and specifically the description
16-
[how to create a new app project](https://nordicsemiconductor.github.io/pc-nrfconnect-docs/create_new_app),
17-
to understand how you may use this project.
35+
framework.
1836

1937
## Feedback
2038

doc/docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# nRF Connect Board Configurator
22

3-
nRF Connect Board Configurator is an application that you can use to update the board configuration on Nordic Development kits.
3+
nRF Connect Board Configurator is an application that you can use to update the configuration of the board controller on Nordic Development kits.
4+
The board controller is the firmware running on the Interface MCU that controls the behavior of the DK.
45

56
!!! note "Note"
6-
The current Board Configurator version is experimental. This means that the application is incomplete in functionality and verification and will change in the future.
7+
The current Board Configurator version is experimental. This means that the application is incomplete in functionality and will change in the future.
78

89
## Supported devices
910

doc/docs/installing.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
# Installing Board Configurator app
22

3-
Board Configurator is installed as an app for **nRF Connect for Desktop**. Before you can install the app, you must download and install [nRF Connect for Desktop](https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop) (version 4.3.0 or later).
4-
5-
To install the app:
6-
7-
1. Open nRF Connect for Desktop.
8-
2. Find the Board Configurator app in the list and click **Install**.
9-
10-
Once the app is installed, you can launch it by clicking **Open**.
11-
12-
For easy access, you can create a desktop shortcut by clicking the arrow-down button and selecting **Create shortcut**.
13-
14-
If a new version of the app becomes available, an **Update** button is displayed next to the **Open** button. Click this button to install the latest version.
15-
16-
To uninstall the app, click the arrow-down button and select **Uninstall**.
3+
For installation instructions, see [Installing nRF Connect for Desktop apps](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/installing_apps.html) in the nRF Connect for Desktop documentation.

doc/docs/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Opens the drop-down with the list of devices connected to the computer. You can
1414

1515
When you select a device, the following actions become available in the side panel:
1616

17-
- **Write config** - Writes the selected configurations to the development kit.
17+
- **Write config** - Writes the selected configurations to the development kit, overwriting the defaults.
1818

1919
## Configuration tab
2020

@@ -31,6 +31,10 @@ The Log panel allows you to view the most important log events, tagged with a ti
3131
- To hide or display the Log panel in the user interface, use **Show Log**.
3232
- To freeze Log panel scrolling, use **Autoscroll Log**.
3333

34+
## Feedback tab
35+
36+
The Feedback tab lets you send feedback about nRF Connect Board Configurator application to the application development team.
37+
3438
## About tab
3539

3640
You can view application information, restore defaults, access source code, and documentation. You also can find information on the selected device, access support tools, and enable verbose logging.

doc/docs/revision_history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
| Date | Description |
44
|------------|---------------|
5+
| 2024-02-15 | Updated documentation for the experimental [v0.1.4](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. |
56
| 2024-01-15 | First release, for the experimental [v0.1.0](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. |
-3.75 KB
Loading
-1.37 KB
Loading

doc/docs/updating.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Updating the board configuration
22

3-
In Board Configurator, you can update the configuration of a supported Nordic development kit.
3+
In Board Configurator, you can update the configuration of the board controller on a [supported Nordic Semiconductor Development Kit](index.md#supported-devices).
44

55
To update the configuration of a development kit, complete the following steps:
66

77
1. Open nRF Connect for Desktop and open nRF Connect Board Configurator.
88
1. Connect a development kit to the computer with a USB cable and turn it on.
99
1. Click [**Select Device**](./overview.md#select-device) and select the device from the drop-down list.</br>
10-
The button text changes to the name and serial number of the selected device and the configuration options for the selected device will appear, indicating that the device is connected.
11-
1. Change the setting of the wanted options in the [**Configuration**](./overview.md#configuration-tab) tab.
12-
1. Click [**Write config**](./overview.md#actions) to upload the config to the device.
10+
The application reads the Interface MCU configuration on the board.
11+
The button text changes to the name and serial number of the selected device and the configuration options for the selected device appear, indicating that the device is connected.
12+
13+
![Example of the configuration options](./screenshots/board_configurator_connected.png "Example of the configuration options")
14+
15+
1. Configure the settings in the [**Configuration**](./overview.md#configuration-tab) tab.
16+
1. Click [**Write config**](./overview.md#actions) to upload the config to the device.</br>
17+
The application overwrites the default board controller configuration with the updated settings.
18+
The **Write config** button is greyed out when the upload is ongoing.

resources/screenshot.png

98.1 KB
Loading

0 commit comments

Comments
 (0)