Skip to content

Commit

Permalink
Add support for NEUTRON-1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed Nov 22, 2020
1 parent 63a7a15 commit 5006ce1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions python/satyaml/NEUTRON-1.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5006ce1

Please sign in to comment.