diff --git a/CHANGELOG.md b/CHANGELOG.md index 215c690f..424c9a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Lucky-7 image receiver - Support for custom SIDS servers - Support for TTU-100 +- Support for NEUTRON-1 ### Changed - Replaced boost::bind() by C++ lambdas diff --git a/python/satyaml/NEUTRON-1.yml b/python/satyaml/NEUTRON-1.yml new file mode 100644 index 00000000..d778a46e --- /dev/null +++ b/python/satyaml/NEUTRON-1.yml @@ -0,0 +1,20 @@ +name: NEUTRON-1 +norad: 99793 +data: + &tlm Telemetry: + telemetry: ax25 +transmitters: + 1k2 BPSK downlink: + frequency: 435.300e+6 + modulation: BPSK + baudrate: 1200 + framing: AX.25 G3RUH + data: + - *tlm + 9k6 BPSK downlink: + frequency: 435.300e+6 + modulation: BPSK + baudrate: 9600 + framing: AX.25 G3RUH + data: + - *tlm