diff --git a/src/assets/hardware/NanoVNA-H-2.jpg b/src/assets/hardware/NanoVNA-H-2.jpg new file mode 100644 index 0000000..2238522 Binary files /dev/null and b/src/assets/hardware/NanoVNA-H-2.jpg differ diff --git a/src/assets/hardware/NanoVNA_Rev3.4_PCB.jpg b/src/assets/hardware/NanoVNA_Rev3.4_PCB.jpg new file mode 100644 index 0000000..eaa3a4b Binary files /dev/null and b/src/assets/hardware/NanoVNA_Rev3.4_PCB.jpg differ diff --git a/src/assets/screenshots/default-display.png b/src/assets/screenshots/default-display.png new file mode 100644 index 0000000..e03b020 Binary files /dev/null and b/src/assets/screenshots/default-display.png differ diff --git a/src/assets/screenshots/logmag-s11-s21.png b/src/assets/screenshots/logmag-s11-s21.png new file mode 100644 index 0000000..9d774ca Binary files /dev/null and b/src/assets/screenshots/logmag-s11-s21.png differ diff --git a/src/assets/screenshots/markers-multiple.png b/src/assets/screenshots/markers-multiple.png new file mode 100644 index 0000000..5c620c5 Binary files /dev/null and b/src/assets/screenshots/markers-multiple.png differ diff --git a/src/assets/screenshots/measure-lc-match.png b/src/assets/screenshots/measure-lc-match.png new file mode 100644 index 0000000..83f1670 Binary files /dev/null and b/src/assets/screenshots/measure-lc-match.png differ diff --git a/src/assets/screenshots/multi-trace.png b/src/assets/screenshots/multi-trace.png new file mode 100644 index 0000000..867a030 Binary files /dev/null and b/src/assets/screenshots/multi-trace.png differ diff --git a/src/assets/screenshots/phase-trace.png b/src/assets/screenshots/phase-trace.png new file mode 100644 index 0000000..2733436 Binary files /dev/null and b/src/assets/screenshots/phase-trace.png differ diff --git a/src/assets/screenshots/smith-chart.png b/src/assets/screenshots/smith-chart.png new file mode 100644 index 0000000..41d3544 Binary files /dev/null and b/src/assets/screenshots/smith-chart.png differ diff --git a/src/assets/screenshots/swr-trace.png b/src/assets/screenshots/swr-trace.png new file mode 100644 index 0000000..3186e4a Binary files /dev/null and b/src/assets/screenshots/swr-trace.png differ diff --git a/src/assets/screenshots/wideband-smith-logmag.png b/src/assets/screenshots/wideband-smith-logmag.png new file mode 100644 index 0000000..2f65e53 Binary files /dev/null and b/src/assets/screenshots/wideband-smith-logmag.png differ diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 8aea94c..bf0cc1b 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -16,7 +16,13 @@ hero: variant: minimal --- -import { Card, CardGrid } from '@astrojs/starlight/components'; +import { Card, CardGrid, Tabs, TabItem } from '@astrojs/starlight/components'; +import { Image } from 'astro:assets'; +import smithChart from '../../assets/screenshots/smith-chart.png'; +import swrTrace from '../../assets/screenshots/swr-trace.png'; +import lcMatch from '../../assets/screenshots/measure-lc-match.png'; +import multiTrace from '../../assets/screenshots/multi-trace.png'; +import nanoVNA from '../../assets/hardware/NanoVNA-H-2.jpg'; ## What is this? @@ -41,6 +47,29 @@ Two MCP servers that let AI assistants control RF test equipment: +## What Can It Do? + +Your AI assistant gains direct access to professional RF measurement capabilities: + +
The NanoVNA-H (or H4) connects via USB serial and is auto-detected. No drivers needed on Linux — just plug in and go.
+ +Optional dual-axis antenna positioner for automated 3D pattern measurement:
+