diff options
author | Stephen D <webmaster@scd31.com> | 2023-10-26 18:26:17 -0300 |
---|---|---|
committer | Stephen D <webmaster@scd31.com> | 2023-10-26 18:26:17 -0300 |
commit | dcc0777f612d06c9fdcf5b630347690d151d22c5 (patch) | |
tree | eb7b480d5551d1b964e56990e5db6bbadd4f0327 /README.md | |
parent | 26cbc021b0beb8e43ffab32da909c9485a901d94 (diff) | |
download | pi-hardware-dcc0777f612d06c9fdcf5b630347690d151d22c5.tar.gz pi-hardware-dcc0777f612d06c9fdcf5b630347690d151d22c5.tar.bz2 pi-hardware-dcc0777f612d06c9fdcf5b630347690d151d22c5.zip |
basic boardmaster
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7aded4 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# pi-hardware + +This board is a 1W CATS transmitter, designed to sit on top of a Raspberry Pi. It's fairly dumb - the RF4463 transceiver is connected directly to the Pi via SPI. A few passive components are used for line filtering, as well as to provide a TX LED. + +Since the board is so simple, there's no reason it couldn't be used for other projects. It's essentially an Si4463 HAT for a Raspberry Pi. + +![3d model of the board](board.png) |