Skip to content

Commit

Permalink
CHESTER: Move hiomon to platform, add screenshot
Browse files Browse the repository at this point in the history
Signed-off-by: hubmartin <[email protected]>
  • Loading branch information
hubmartin committed Jan 9, 2024
1 parent 52bb25e commit 8751c77
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@ import Image from '@theme/IdealImage';

# HARDWARIO Monitor

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

This tool is early alpha. We suggest to use the [HARDWARIO Monitor](../platform-connectivity/hardwario-manager.md) mobile app for CHESTER management.
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.

:::
<div class="container">
<div class="row">
<div class="col col--8">
<div><Image img={require('./hardwario-monitor.png')} /></div>
</div>
<div class="col col--12">
</div>
</div>
</div>

HARDWARIO Monitor can be downloaded in [GitHub Releases](https://github.com/hardwario/hiomonitor/releases) project page, please click on **Assets** and choose the binary for your platform:

- **Windows**
- **Linux**
- **macOS** (soon to be released)

After you start the application, you have connection options on **the left side** of the application to connect to the CHESTER using:

Expand All @@ -26,9 +30,15 @@ You need **J-Link** programmer to use this option. We use **J-Link RTT** (Real T

Connect **J-Link** to the **CHESTER**, note the correct pin 1 orienation (black dot on the CHESTER APP SWD connector).

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

## Bluetooth

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

If you cannot pair the device from the **HARDWARIO Monitor** application, you have to pair it with the system Bluetooth dialog first. Then go back to the **HARDWARIO Monitor** application
and connect to the device again.

## Flash

You can flash firmware to the **APP MCU** with the **J-Link**. Just copy the **unique ID** from the released firmware and it will be downloaded and flashed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions sidebars-chester.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const sidebars = {
collapsed: true,
items: [
'platform-connectivity/hardwario-manager',
'platform-connectivity/hardwario-monitor',
'platform-connectivity/cellular-networks',
'platform-connectivity/bluetooth-low-energy',
'platform-connectivity/lorawan-radio',
Expand Down Expand Up @@ -103,9 +104,7 @@ const sidebars = {
},
collapsed: true,
items: [
'developer-tools/command-line-tools',
'developer-tools/hardwario-monitor',
'developer-tools/segger-j-link',
'developer-tools/command-line-tools', 'developer-tools/segger-j-link',
'developer-tools/power-profiler-kit-ii'
],
},
Expand Down Expand Up @@ -142,8 +141,7 @@ const sidebars = {
id: 'platform-security/index',
},
collapsed: true,
items: [
],
items: [],
},
'ordering-codes',
'product-certification',
Expand Down

0 comments on commit 8751c77

Please sign in to comment.