You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated nRF Connect for Desktop app names to match the application.
Dropped `nRF Connect` from the name and added `app` after.
Reasons in NCD-1066.
Signed-off-by: Grzegorz Ferenc <[email protected]>
Copy file name to clipboardExpand all lines: applications/serial_lte_modem/doc/slm_description.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -407,18 +407,18 @@ To connect to an nRF91 Series DK with a PC:
407
407
1. Verify that ``UART_0`` is selected in the application.
408
408
It is defined in the default configuration.
409
409
410
-
2. Use `nRF Connect Serial Terminal`_ to connect to the development kit.
410
+
2. Use the `Serial Terminal app`_ to connect to the development kit.
411
411
See :ref:`serial_terminal_connect` for instructions.
412
-
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor`_ app to open the Serial Terminal.
413
-
Using the Cellular Monitor app in combination with the nRF Connect Serial Terminal shows how the modem responds to the different modem commands.
412
+
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor app`_ to open the Serial Terminal app.
413
+
Using the Cellular Monitor app in combination with the Serial Terminal app shows how the modem responds to the different modem commands.
414
414
You can then use this connection to send or receive AT commands over UART, and to see the log output of the development kit.
415
415
416
-
Instead of using nRF Connect Serial Terminal, you can use PuTTY to establish a terminal connection to the development kit, using the :ref:`default serial port connection settings <test_and_optimize>`.
416
+
Instead of using the Serial Terminal app, you can use PuTTY to establish a terminal connection to the development kit, using the :ref:`default serial port connection settings <test_and_optimize>`.
417
417
418
418
.. note::
419
419
420
420
The default AT command terminator is a carriage return followed by a line feed (``\r\n``).
421
-
nRF Connect Serial Terminal supports this format.
421
+
The Serial Terminal app supports this format.
422
422
If you want to use another terminal emulator, make sure that the configured AT command terminator corresponds to the line terminator of your terminal.
423
423
When using PuTTY, you must set the :ref:`CONFIG_SLM_CR_TERMINATION <CONFIG_SLM_CR_TERMINATION>` SLM configuration option.
424
424
See :ref:`slm_config_options` for more details.
@@ -642,8 +642,8 @@ If you have an nRF52 Series DK running a client application, you can also use th
642
642
|test_sample|
643
643
644
644
1. |connect_kit|
645
-
#. :ref:`Connect to the kit with nRF Connect Serial Terminal <serial_terminal_connect>`.
646
-
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor`_ app to open the Serial Terminal.
645
+
#. :ref:`Connect to the kit with the Serial Terminal app<serial_terminal_connect>`.
646
+
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor app`_ to open the Serial Terminal app.
647
647
If you want to use a different terminal emulator, see :ref:`slm_connecting_91dk_pc`.
648
648
#. Reset the kit.
649
649
#. Observe that the development kit sends a ``Ready\r\n`` message on UART.
Copy file name to clipboardExpand all lines: applications/serial_lte_modem/doc/slm_testing.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,8 +377,8 @@ TLS client
377
377
Before completing this test, you must update the CA certificate, the client certificate, and the private key to be used for the TLS connection in the modem.
378
378
The credentials must use the security tag 16842755.
379
379
380
-
To store the credentials in the modem, use the Cellular Monitor app.
381
-
See `Managing credentials`_ in the Cellular Monitor User Guide for instructions.
380
+
To store the credentials in the modem, use the `Cellular Monitor app`_.
381
+
See `Managing credentials`_ in the Cellular Monitor app documentation for instructions.
382
382
383
383
You must register the corresponding credentials on the server side.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf53/features_nrf53.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Features of nRF53 Series
10
10
The nRF53 Series System-on-Chips (SoC) integrate a high-performance Arm® Cortex®-M33 dual-core processor with a 2.4 GHz RF transceiver, in addition to advanced security features.
11
11
All nRF53 Series SoC support Bluetooth® 5.1 and Bluetooth Mesh, in addition to multiprotocol capabilities.
12
12
13
-
To get started with the nRF5340 DK, download and run the `Quick Start`_ application from `nRF Connect for Desktop`_.
13
+
To get started with the nRF5340 DK, download and run the `Quick Start app`_ in `nRF Connect for Desktop`_.
14
14
15
15
For additional information, refer to the following resources:
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf53/thingy53_application_guide.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Updating firmware image for Thingy:53
28
28
*************************************
29
29
30
30
You can program the firmware on the Nordic Thingy:53 using an external debug probe and 10-pin JTAG cable, as described in :ref:`thingy53_building_pgming`, using either :ref:`Visual Studio Code <thingy53_build_pgm_vscode>` or :ref:`command line <thingy53_build_pgm_command_line>`.
31
-
You can also update applications running on both the network and application core using the built-in MCUboot bootloader and `nRF Connect Programmer`_ or the `nRF Programmer`_ app for Android and iOS.
31
+
You can also update applications running on both the network and application core using the built-in MCUboot bootloader and the `Programmer app`_ for desktop or the `nRF Programmer`_ app for Android and iOS.
32
32
You can also update the prebuilt application images that way.
33
33
34
34
See :ref:`thingy53_gs_updating_firmware` for details about updating firmware image.
@@ -54,7 +54,7 @@ You can program the precompiled firmware image using one of the following ways:
54
54
In this scenario, the Thingy is connected directly to your PC through USB.
55
55
For details, refer to the :ref:`thingy53_app_mcuboot_bootloader` section.
56
56
57
-
See the :ref:`thingy53_gs_updating_usb` section in the :ref:`ug_thingy53_gs` guide for the detailed procedures on how to program the Thingy:53 using `nRF Connect Programmer`_.
57
+
See the :ref:`thingy53_gs_updating_usb` section in the :ref:`ug_thingy53_gs` guide for the detailed procedures on how to program the Thingy:53 using the `Programmer app`_.
58
58
* Update the firmware over-the-air (OTA) using Bluetooth LE and the nRF Programmer mobile application for Android or iOS.
59
59
To use this method, the application that is currently programmed on Thingy:53 must support it.
60
60
For details, refer to :ref:`thingy53_app_fota_smp` section.
0 commit comments