From 729f2a2c3ebfb2612d873caf453a1d7ca02180d9 Mon Sep 17 00:00:00 2001 From: dmlunar Date: Wed, 22 Jan 2025 16:47:21 +0200 Subject: varpa: initial public commit --- README.md | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..21ab998 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +# VARPA Project + +``` + _ _____ ___ ___ ___ + | | / / _ | / _ \/ _ \/ _ | + | |/ / __ |/ , _/ ___/ __ | + |___/_/ |_/_/|_/_/ /_/ |_| +``` + +This repository contains the source code +for: + +> `VARPA`: `A Variable Power Amplifier` + +An open source programmable VHF power amplifier. + +# RF Primer + +If you are new to the topic, you can read:
+[https://journal.lunar.sh/2024/rf-primer.html](https://journal.lunar.sh/2024/rf-primer.html) + +# License + +``` +This code may not be copied, reproduced, or distributed +without prior written permission. + +All rights reserved. Copyright (c) 2025. + +Note: +The content in this repository is strictly intended for +educational purposes only. +``` + +See `LICENSE.txt` for more info. + +# Info + +``` +|----- ( File Structure ) +|----- /firmware C firmware source. +|----- /pcb PCB files for VARPA system modules. +|----- /scripts Calibration script and TUI application. +|----- /resources Datasheets and misc resources. +|----- VARPA.pdf Compiled Latex project report. +|----- SUMMARY.pdf Project summary paper. +|----- LICENSE.txt VARPA license. +``` + +# Signature + +``` ++---------------------------------------+ +| .-. .-. .-. | +| / \ / \ / \ + | +| \ / \ / \ / | +| "_" "_" "_" | +| | +| _ _ _ _ _ _ ___ ___ _ _ | +| | | | | | | \| | /_\ | _ \ / __| || | | +| | |_| |_| | .` |/ _ \| /_\__ \ __ | | +| |____\___/|_|\_/_/ \_\_|_(_)___/_||_| | +| | +| | +| Lunar RF Labs | +| https://lunar.sh | +| | +| Research Laboratories | +| Copyright (C) 2022-2025 | +| | ++---------------------------------------+ +``` -- cgit v1.2.3-70-g09d2