Skip to content

Commit f730eb9

Browse files
committed
Add SatYAML file for GO-32
The information has been taken from https://www.pe0sat.vgnet.nl/satellite/amateur-radio-satellites/go-32/ A sample recording is not available See csete#132
1 parent 9da841c commit f730eb9

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
10+
- SatYAML file for GO-32
11+
912
### Changed
1013

1114
- Telemetry conversion formulas for BY02

python/satyaml/GO-32.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: GO-32
2+
alternative_names:
3+
- TECHSAT-1B
4+
norad: 25397
5+
data:
6+
&tlm Telemetry:
7+
telemetry: ax25
8+
transmitters:
9+
9k6 FSK downlink A:
10+
frequency: 435.325e+6
11+
modulation: FSK
12+
baudrate: 9600
13+
framing: AX.25 G3RUH
14+
data:
15+
- *tlm
16+
9k6 FSK downlink B:
17+
frequency: 435.225e+6
18+
modulation: FSK
19+
baudrate: 9600
20+
framing: AX.25 G3RUH
21+
data:
22+
- *tlm

0 commit comments

Comments
 (0)