Skip to content

Commit

Permalink
Apply code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Nordic committed Jul 1, 2021
1 parent a686a9c commit 3a734c5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions examples/lighting-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ manually after powering up the device by pressing **Button 4**.

### Bluetooth LE rendezvous

In CHIP, the commissioning procedure (called rendezvous) is done over Bluetooth
In CHIP, the commissioning procedure is done over Bluetooth
LE between a CHIP device and the CHIP controller, where the controller has the
commissioner role.

Expand Down Expand Up @@ -165,6 +165,15 @@ This section lists the User Interface elements that you can use to control and
monitor the state of the device. These correspond to PCB components on the
platform image.

> **Important**:
>
> Please note that the following elements are missing on the nRF52840 Dongle:
> **Button 2**, **Button 3**, **Button 4**, **SEGGER J-Link USB port** and
> **NFC port with antenna attached**. Logs from a nRF52840 Dongle can be
> collected using **nRF USB port** instead of **SEGGER J-Link USB port**.
> Functionalities associated with the remaining missing elements are
> inaccessible.
**LED 1** shows the overall state of the device and its connectivity. The
following states are possible:

Expand Down Expand Up @@ -460,7 +469,7 @@ directory:
### Flashing on the nRF52840 Dongle

Visit
[Programming and Flashing nRF52840 Dongle](https://docs.zephyrproject.org/latest/boards/arm/nrf52840dongle_nrf52840/doc/index.html#programming-and-debugging)
[Programming and Debugging nRF52840 Dongle](https://docs.zephyrproject.org/latest/boards/arm/nrf52840dongle_nrf52840/doc/index.html#programming-and-debugging)
to read more about flashing on the nRF52840 Dongle.

<hr>
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ LE advertising manually after powering up the device by pressing **Button 4**.

### Bluetooth LE rendezvous

In this example, the commissioning procedure (called rendezvous) is done over
In this example, the commissioning procedure is done over
Bluetooth LE between a CHIP device and the CHIP controller, where the controller
has the commissioner role.

Expand Down
2 changes: 1 addition & 1 deletion examples/pigweed-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ directory:
### Flashing on the nRF52840 Dongle

Visit
[Programming and Flashing nRF52840 Dongle](https://docs.zephyrproject.org/latest/boards/arm/nrf52840dongle_nrf52840/doc/index.html#programming-and-debugging)
[Programming and Debugging nRF52840 Dongle](https://docs.zephyrproject.org/latest/boards/arm/nrf52840dongle_nrf52840/doc/index.html#programming-and-debugging)
to read more about flashing on the nRF52840 Dongle.

<hr>
Expand Down
2 changes: 1 addition & 1 deletion examples/pump-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LE advertising manually after powering up the device by pressing **Button 4**.

### Bluetooth LE rendezvous

In this example, the commissioning procedure (called rendezvous) is done over
In this example, the commissioning procedure is done over
Bluetooth LE between a CHIP device and the CHIP controller, where the controller
has the commissioner role.

Expand Down
2 changes: 1 addition & 1 deletion examples/pump-controller-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LE advertising manually after powering up the device by pressing **Button 4**.

### Bluetooth LE rendezvous

In this example, the commissioning procedure (called rendezvous) is done over
In this example, the commissioning procedure is done over
Bluetooth LE between a CHIP device and the CHIP controller, where the controller
has the commissioner role.

Expand Down

0 comments on commit 3a734c5

Please sign in to comment.