Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fixes from _dev deployment check #435

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 9 additions & 18 deletions doc/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
# nRF Connect Cellular Monitor
# nRF Connect Programmer

nRF Connect for Desktop Cellular Monitor is a cross-platform tool for Nordic Semiconductor nRF91 Series devices. It is used for capturing and analyzing modem traces to evaluate communication and view network parameters.
nRF Connect Programmer is an app available from [nRF Connect for Desktop](https://nordic-dev.zoominsoftware.io/bundle/nrf-connect-desktop/page/index.html) that you can use to program firmware to Nordic devices. The application allows you to see the memory layout for both J-Link and Nordic USB devices. It also allows you to display content of HEX files and write it to the devices.

A cellular connection involves the interoperation of diverse components and scenarios. Sometimes not everything goes according to plan, and we need information about the environment. The modem of the nRF91 Series System in Package (SiP) collects data about the connection in a modem trace. With Cellular Monitor, you can access the trace data and use it to visualize and optimize the connection.
## Supported devices

## Cellular Monitor features

- Get started quickly by programming precompiled sample apps and modem firmware to the device
- Modem trace capture - live or playback modes
- Wireshark and serial terminal emulator interfaces
- Visualization of cellular connection status
- Packet event viewer
- Extensive modem connection status dashboard with mouse-over access to detailed information
- Auto-selection of trace database
- Play back trace files from Trace Collector, nRF Util Trace, Memfault, and Real Time Transfer (RTT)
- Modem credential management

Cellular Monitor replaces the deprecated nRF Connect for Desktop apps Trace Collector and LTE Link Monitor.

Cellular Monitor is installed and updated using [nRF Connect for Desktop](https://docs.nordicsemi.com/bundle/ug_nrf_connect_desktop/page/struct/nrftools_nrfconnect.html).
- Nordic Thingy:91
- Nordic Thingy:52
- nRF91 Series DKs
- nRF53 Series DKs
- nRF52 Series DKs and Dongle
- nRF51 Series DKs and Dongle
3 changes: 2 additions & 1 deletion doc/docs/programming_dongle.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ To program the nRF52840 Dongle:
- This step is not needed if the currently running application uses the DFU trigger library.
- If this is the first time the dongle is connected, a driver needed for the nRF52840 USB DFU feature is also installed as part of this step.

4. The status light (**LD2**) will start pulsing red, indicating that the dongle is powered up and in bootloader mode. After a few seconds, the computer recognizes the dongle as a USB composite device.
The status light (**LD2**) will start pulsing red, indicating that the dongle is powered up and in bootloader mode. After a few seconds, the computer recognizes the dongle as a USB composite device.

5. In the navigation bar in the Programmer app, click **Select device** and choose the serial number of the dongle from the drop-down list.
6. Drag and drop the HEX file into the **File Memory Layout** section. Alternatively, click **Add file** to add the files you want to program, using one of the following options:

Expand Down
10 changes: 5 additions & 5 deletions doc/docs/revision_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
| 2022-02-21 | Removed nRF9160 DK related content. Removed content is found in [Getting started with nRF9160 DK](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/working_with_nrf/nrf91/nrf9160_gs.html) |
| 2021-10-26 | Added **SW10** information to the following:</br> - Programming the nRF9160 DK</br> - Programming applications on nRF9160 DK</br> - Programming the nRF9160 DK cellular modem |
| 2021-08-12 | - Updated Programming applications on nRF9160 DK</br> - Removed Nordic Thingy:91™ related content. Removed content is found in [Getting started with Thingy:91](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/working_with_nrf/nrf91/thingy91_gsg.html)</br> - Editorial changes |
| August 2020 | Updated:</br> - nRF Connect Programmer</br> - Overview and user interface</br> - Programming a Development Kit or the nRF51 Dongle</br> - Programming the nRF52840 Dongle</br> - Programming the nRF9160 DK</br> - Programming Nordic Thingy:91</br> - Troubleshooting |
| May 2020 | Added Figure 5: Nordic Thingy:91 buttons on page 16 |
| April 2020 | - Updated [Supported devices](index.md) in nRF Connect Programmer</br> - Updated Overview and user interface</br> - Added Programming the nRF9160 DK</br> - Added Programming Nordic Thingy:91 on page 15 |
| Sep 2019 | Updated to match nRF Connect Programmer v1.2.3:</br> - Added Programming the nRF9160 DK cellular modem</br> - Updated Overview and user interface</br> - Updated Installing the Programmer app |
| May 2019 | Updated Installing the Programmer app |
| August 2020 | Updated:</br> - [nRF Connect Programmer](index.md)</br> - [Overview and user interface](overview.md)</br> - [Programming a Development Kit or the nRF51 Dongle](programming_dk.md)</br> - [Programming the nRF52840 Dongle](programming_dongle.md)</br> - Programming the nRF9160 DK</br> - Programming Nordic Thingy:91</br> - [Troubleshooting](troubleshooting.md) |
| May 2020 | Added Figure 5: Nordic Thingy:91 buttons |
| April 2020 | - Updated [Supported devices](index.md) in nRF Connect Programmer</br> - Updated [Overview and user interface](overview.md)</br> - Added Programming the nRF9160 DK</br> - Added Programming Nordic Thingy:91 |
| Sep 2019 | Updated to match nRF Connect Programmer v1.2.3:</br> - Added Programming the nRF9160 DK cellular modem</br> - Updated [Overview and user interface](overview.md)</br> - Updated [Installing the Programmer app](installing.md) |
| May 2019 | Updated [Installing the Programmer app](installing.md) |
| Feb 2019 | First release |

## Previous Versions
Expand Down