Skip to content

Commit

Permalink
CHESTER: Improve HARDWARIO Monitor article
Browse files Browse the repository at this point in the history
Signed-off-by: hubmartin <[email protected]>
  • Loading branch information
hubmartin committed Mar 12, 2024
1 parent 5c1248b commit c4f4a5f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions chester/platform-connectivity/hardwario-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Image from '@theme/IdealImage';

**HARDWARIO Monitor** is a graphical multiplatform computer program to **configure** and **manage** CHESTER devices.

Download it on the [**GitHub Releases**](https://github.com/hardwario/hiomonitor/releases) project page, please click on **Assets** and choose the binary for your platform.
[**Download HARDWARIO Monitor**](https://github.com/hardwario/hio-monitor/releases) on GitHub project page.

<div class="container">
<div class="row">
Expand All @@ -26,10 +26,18 @@ After you start the application, you have connection options on **the left side*

You need **J-Link** programmer to use this option. We use **J-Link RTT** (Real Time Transfer) to transfer logs and shell to the **CHESTER**.

Connect **J-Link** to the **CHESTER**, note the correct pin 1 orienation (black dot on the CHESTER APP SWD connector).
Connect **J-Link** to the **CHESTER** using J-Link connected to the [**APP/BLE SWD connector**](../../chester/developer-tools/segger-j-link#segger-j-link-to-app-port-connection).

Then click on the **Attach** button on the right side of the window.

You can import a batch of console commands with the 📄 **Batch** button on the right side of the window and select a text file with commands that will be sent to the CHESTER line by line. It can be for example used to deploy configuration on multiple units.

### Console functions and shortcuts

* ꜛ up and ꜜ down arrows - go through the command history
* `Ctrl` + `R` - Open list of last used commands. By typing parts of the commands, you can search this list.
* Search - in the bottom right corner 🔍 click and enter text to search, hit enter. Key `n` searches forward, `Shift` + `n` searches backward, F5 or clicking on the `Undo` button in the right column disables search mode.

## Bluetooth

You can connect to the **CHESTER Shell** over Bluetooth. This is useful to change device configuration.
Expand Down

0 comments on commit c4f4a5f

Please sign in to comment.