Skip to content

Commit

Permalink
doc: Update testing steps of Peripheral UART sample
Browse files Browse the repository at this point in the history
NCSDK-29646
Updates to sample docs after comparing the testing the
sample section of the getting started guide with
Testing sample steps of the Peripheral UART sample.

Signed-off-by: divya pillai <[email protected]>
  • Loading branch information
divipillai authored and nordicjm committed Nov 27, 2024
1 parent 52007be commit 37bd18d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/bluetooth/peripheral_uart/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ To perform the test, complete the following steps:
You can write to the UART RX and get the text displayed on the COM listener.
#. Type "0123456789" and tap :guilabel:`SEND`.
Verify that the text "0123456789" is displayed on the COM listener.
#. Tap the three-dot menu below the device name, and select **Enable CCCDs**.
This enables the notifications on the UART TX characteristic on the peripheral (DK) to allow sending UART characters to the phone or tablet.
#. To send data from the device to your phone or tablet, enter any text, for example, "Hello", and press Enter to see it on the COM listener.
Observe that a notification is sent to the peer.
#. Disconnect the device in nRF Connect for Mobile.
Expand Down Expand Up @@ -309,6 +311,8 @@ To perform the test, complete the following steps:
You can write to the UART RX and get the text displayed on the COM listener.
#. Type "0123456789" and tap :guilabel:`SEND`.
Verify that the text "0123456789" is displayed on the COM listener.
#. Tap the three-dot menu below the device name, and select **Enable CCCDs**.
This enables the notifications on the UART TX characteristic on the peripheral (DK) to allow sending UART characters to the phone or tablet.
#. To send data from the device to your phone or tablet, enter any text, for example, "Hello", and press Enter to see it on the COM listener.
Observe that a notification is sent to the peer.
#. Disconnect the device in nRF Connect for Mobile.
Expand Down

0 comments on commit 37bd18d

Please sign in to comment.