We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da841c commit f730eb9Copy full SHA for f730eb9
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+### Added
10
+- SatYAML file for GO-32
11
+
12
### Changed
13
14
- Telemetry conversion formulas for BY02
python/satyaml/GO-32.yml
@@ -0,0 +1,22 @@
1
+name: GO-32
2
+alternative_names:
3
+ - TECHSAT-1B
4
+norad: 25397
5
+data:
+ &tlm Telemetry:
+ telemetry: ax25
+transmitters:
+ 9k6 FSK downlink A:
+ frequency: 435.325e+6
+ modulation: FSK
+ baudrate: 9600
+ framing: AX.25 G3RUH
+ data:
15
+ - *tlm
16
+ 9k6 FSK downlink B:
17
+ frequency: 435.225e+6
18
19
20
21
22
0 commit comments