Skip to content

Commit

Permalink
comments from Kyle
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
greg-fer committed Apr 3, 2024
1 parent 0cbc6d8 commit 93d7c5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion doc/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ nRF Connect Direct Test Mode is installed and updated using [nRF Connect for Des
## Supported devices

- nRF52840 DK
- nRF52833 DK (nRF52 DK)
- nRF52833 DK (nRF52 DK)

The application also supports third-party devices that are programmed with the DTM standard protocol and expose access to it through a serial port.
6 changes: 3 additions & 3 deletions doc/docs/using_dtm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In nRF Connect Direct Test Mode, you can control the reception and transmission characteristics of the Bluetooth connection through 2-wire UART, in accordance with the [Bluetooth Core specification](https://www.bluetooth.com/specifications/specs/core-specification-5-3/) (volume 6, part F).

!!! info "Tip"
When started, nRF Connect Direct Test Mode will automatically detect if the connected device has the right firmware programmed.
If you are using an nRF52840 DK or an nRF52833 DK, nRF Connect Direct Test Mode will automatically detect when started if the connected device has the right firmware programmed and will offer to program it.

It is recommended to use two devices for both scenarios:

Expand All @@ -20,7 +20,7 @@ It is recommended to use two devices for both scenarios:

To execute transmitting, complete the following steps:

1. Connect the **Device 1** to the computer using a USB cable. The device is assigned a `COM` port (Windows) or `ttyACM` device (Linux), which is visible in the Device Manager.
1. Connect the **Device 1** to the computer using a USB cable. The device is assigned a `COM` port (Windows), a `ttyACM` device (Linux), or `tty.usbmodem` (macOS), which is visible in the Device Manager.
1. Program or start (or both) the receiver on the **Device 2**.</br>
1. Start the Direct Test Mode app in nRF Connect for Desktop.
1. In the Direct Test Mode app:
Expand All @@ -36,7 +36,7 @@ To execute transmitting, complete the following steps:

To execute receiving, complete the following steps:

1. Connect the **Device 1** to the computer using a USB cable. The device is assigned a `COM` port (Windows) or `ttyACM` device (Linux), which is visible in the Device Manager.
1. Connect the **Device 1** to the computer using a USB cable. The device is assigned a `COM` port (Windows), a `ttyACM` device (Linux), or `tty.usbmodem` (macOS), which is visible in the Device Manager.
1. Program or start (or both) the transmitter on the **Device 2**.</br>
1. Start the Direct Test Mode app in nRF Connect for Desktop.
1. In the Direct Test Mode app:
Expand Down

0 comments on commit 93d7c5f

Please sign in to comment.