diff options
| author | dmlunar <root@lunar.sh> | 2025-01-22 16:47:21 +0200 |
|---|---|---|
| committer | dmlunar <root@lunar.sh> | 2025-10-15 23:42:50 +0200 |
| commit | 729f2a2c3ebfb2612d873caf453a1d7ca02180d9 (patch) | |
| tree | 7bab2fcc0c7f50eab3013348697bc06ddd71d551 /README.md | |
| download | varpa-729f2a2c3ebfb2612d873caf453a1d7ca02180d9.tar.gz varpa-729f2a2c3ebfb2612d873caf453a1d7ca02180d9.zip | |
varpa: initial public commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 72 |
1 files changed, 72 insertions, 0 deletions
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:<br> +[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 | +| | ++---------------------------------------+ +``` |
