Link NanoVNA-H references to nanovna-h.warehack.ing

This commit is contained in:
Ryan Malloy 2026-03-07 04:01:01 -07:00
parent 6314313e1f
commit 9a97d5b71a
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ import { Steps, Tabs, TabItem, Aside } from '@astrojs/starlight/components';
## Prerequisites ## Prerequisites
- An MCP client (Claude Code, Cursor, Zed, or any MCP-compatible app) - An MCP client (Claude Code, Cursor, Zed, or any MCP-compatible app)
- NanoVNA-H connected via USB - [NanoVNA-H](https://nanovna-h.warehack.ing) connected via USB
- Python 3.11+ (handled automatically by uvx) - Python 3.11+ (handled automatically by uvx)
## Installation ## Installation

View File

@ -11,7 +11,7 @@ hero:
link: /getting-started/quickstart/ link: /getting-started/quickstart/
icon: right-arrow icon: right-arrow
- text: View on Gitea - text: View on Gitea
link: https://git.supported.systems/rf/mcnanovna link: https://git.supported.systems/warehack.ing/mcnanovna
icon: external icon: external
variant: minimal variant: minimal
--- ---
@ -84,8 +84,8 @@ Then ask your assistant to analyze your antenna, measure a filter, or run a 3D p
<div class="hardware-section"> <div class="hardware-section">
<div class="hardware-text"> <div class="hardware-text">
<h3>NanoVNA-H</h3> <h3><a href="https://nanovna-h.warehack.ing">NanoVNA-H</a></h3>
<p>The NanoVNA-H (or H4) connects via USB serial and is auto-detected. No drivers needed on Linux — just plug in and go.</p> <p>The NanoVNA-H (or H4) connects via USB serial and is auto-detected. No drivers needed on Linux — just plug in and go. See the <a href="https://nanovna-h.warehack.ing">NanoVNA-H reference site</a> for hardware details.</p>
<h3>ESP32 Positioner</h3> <h3>ESP32 Positioner</h3>
<p>Optional dual-axis antenna positioner for automated 3D pattern measurement:</p> <p>Optional dual-axis antenna positioner for automated 3D pattern measurement:</p>

View File

@ -52,8 +52,8 @@ See [Multi-VNA Coordination](/mcnanovna/multi-vna/) for detailed tier comparison
| Device | Frequency Range | Notes | | Device | Frequency Range | Notes |
|--------|----------------|-------| |--------|----------------|-------|
| NanoVNA-H | 50 kHz - 900 MHz | Original hardware | | [NanoVNA-H](https://nanovna-h.warehack.ing) | 50 kHz - 900 MHz | Original hardware |
| NanoVNA-H4 | 50 kHz - 1.5 GHz | Extended range | | [NanoVNA-H4](https://nanovna-h.warehack.ing) | 50 kHz - 1.5 GHz | Extended range |
<Aside type="note"> <Aside type="note">
Other NanoVNA variants using the same USB serial protocol (VID 0x0483, PID 0x5740) should also work. Other NanoVNA variants using the same USB serial protocol (VID 0x0483, PID 0x5740) should also work.