Skip to content

Commit

Permalink
Merge pull request #251 from NordicSemiconductor/doc_rename_app_other…
Browse files Browse the repository at this point in the history
…_edits

doc: rename app + other edits
  • Loading branch information
greg-fer authored Nov 14, 2024
2 parents bc3b074 + 5cfc5cd commit 89b90ca
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# nRF Connect RSSI Viewer
# RSSI Viewer app

[![Build Status](https://dev.azure.com/NordicSemiconductor/Wayland/_apis/build/status/NordicSemiconductor.pc-nrfconnect-rssi?branchName=main)](https://dev.azure.com/NordicSemiconductor/Wayland/_build/latest?definitionId=9&branchName=main)
[![License](https://img.shields.io/badge/license-Modified%20BSD%20License-blue.svg)](LICENSE)

nRF Connect RSSI Viewer is a tool that shows dBm per frequency in the 2400-2480
MHz range, and allows you to tweak settings like sweep delay and animation
duration.
The RSSI Viewer app in nRF Connect for Desktop is a tool that shows dBm per
frequency in the 2400-2480 MHz range, and allows you to tweak settings like
sweep delay and animation duration.

![screenshot](./doc/docs/screenshots/rssi_viewer_showcase.gif)

## Installation

nRF Connect RSSI Viewer is installed from nRF Connect from Desktop. For detailed
The RSSI Viewer app is installed from nRF Connect from Desktop. For detailed
steps, see
[Installing nRF Connect for Desktop apps](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/installing_apps.html)
in the nRF Connect from Desktop documentation.

## Documentation

Read the
[nRF Connect RSSI Viewer](https://docs.nordicsemi.com/bundle/nrf-connect-rssi-viewer/page/index.html)
[RSSI Viewer app](https://docs.nordicsemi.com/bundle/nrf-connect-rssi-viewer/page/index.html)
official documentation, which includes information about the
[application UI](https://docs.nordicsemi.com/bundle/nrf-connect-rssi-viewer/page/overview.html).

Expand Down
8 changes: 4 additions & 4 deletions doc/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# nRF Connect RSSI Viewer
# {{app_name}}

nRF Connect RSSI Viewer is a cross-platform tool that shows dBm per frequency in the 2.4 GHz range. It scans the 2400-2480 MHz range, records signal level on the Bluetooth Low Energy channel frequencies, and presents the results.
The {{app_name}} is a cross-platform tool that shows dBm per frequency in the 2.4 GHz range. It scans the 2400-2480 MHz range, records signal level on the Bluetooth® Low Energy channel frequencies, and presents the results.

You can use the tool with a sniffer device to look for interferers, check how channels are used, and to tweak settings like sweep delay and animation duration.

RSSI Viewer is installed and updated using [nRF Connect for Desktop](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/index.html).
The {{app_name}} is installed and updated using [nRF Connect for Desktop](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/index.html).

## Supported devices

Any of the nRF52 Series boards can be used as the sniffer with the RSSI Viewer application.
Any of the nRF52 Series boards can be used as the sniffer with the {{app_name}}.
When you [select the device](overview.md#select-device), the tool will reprogram the connected board to act as the sniffer.
2 changes: 1 addition & 1 deletion doc/docs/installing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Installing RSSI Viewer app
# Installing the {{app_name}}

For installation instructions, see [Installing nRF Connect for Desktop apps](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/installing_apps.html) in the nRF Connect for Desktop documentation.
6 changes: 3 additions & 3 deletions doc/docs/overview.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Overview and user interface

After starting RSSI Viewer, the main application window is displayed.
After starting the {{app_name}}, the main application window is displayed.

![RSSI Viewer application window](./screenshots/rssi_overview.png "RSSI Viewer application window")
![{{app_name}} window](./screenshots/rssi_overview.png "{{app_name}} window")

The available options and information change after you **Select Device**.

Expand All @@ -18,7 +18,7 @@ Dropdown to list the devices attached to the computer. When you select a [suppor

When a device is selected, sniffing in the 2.4 GHz range starts automatically and the side panel options become available.

![RSSI Viewer application window after selecting a device](./screenshots/rssi_viewer_working.gif "RSSI Viewer application window after selecting a device")
![{{app_name}} window after selecting a device](./screenshots/rssi_viewer_working.gif "{{app_name}} window after selecting a device")

### Controls

Expand Down
10 changes: 4 additions & 6 deletions doc/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: nRF Connect RSSI Viewer documentation
site_name: RSSI Viewer app documentation
site_url:
use_directory_urls: false

Expand Down Expand Up @@ -30,7 +30,7 @@ extra_css:
- stylesheets/style.css

copyright:
Copyright © 2023
Copyright © 2019-2024

markdown_extensions:
- abbr
Expand All @@ -42,9 +42,6 @@ markdown_extensions:
- pymdownx.keys
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
toc_depth: 4
Expand All @@ -56,8 +53,9 @@ plugins:

extra:
test: This is a test abbreviation snippet
app_name: RSSI Viewer app

nav:
- Home: index.md
- Installing RSSI Viewer app: installing.md
- Installing the RSSI Viewer app: installing.md
- Overview and user interface: overview.md
2 changes: 1 addition & 1 deletion doc/zoomin/custom.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
manual.name=nrf-connect-rssi-viewer
booktitle=nRF Connect RSSI Viewer
booktitle=RSSI Viewer app
shortdesc=Documentation for the nRF Connect RSSI Viewer application.

0 comments on commit 89b90ca

Please sign in to comment.