From 2e76e34a24af0d37548ff385267efab8bd906f11 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 25 Sep 2018 17:41:50 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 058e3126..1831d3d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# DigitalTxRxRPi +CubeSatSim + +RPi code using the Brandenburg Tech Digital Transceiver + https://brandenburgtech.wordpress.com/- + + - cw - Code that sends telemetry in CW (Morse code) using AO-7 format + - afsk - Code that sends a simple text message in 1k2 AFSK X.25 format + +# based on DigitalTxRxRP - RemoteSystemsTempFiles - used by Eclipse. - afsktx - A sample 'C' program that transmits an AFSK modulated signal. It transmits at UHF frequencies because that is the matching network installed on my Digital Transceiver for Raspberry Pi board (even though FSK is typically used at UHF frequencies). @@ -10,4 +18,4 @@ - receive - a sample application that receives text transmissions and prints them to the screen. - sandbox - a folder containing various test code to understand the operation of the AX5043. This folder can safely be ignored. - transmit - a sample application that transmits text strings. -- transmit2freq - A sample application that transmits text strings with the ability to specify the transmission frequency. \ No newline at end of file +- transmit2freq - A sample application that transmits text strings with the ability to specify the transmission frequency.