Skip to content

Commit

Permalink
Add SatYAMLs for Bluebird 01-05
Browse files Browse the repository at this point in the history
Frequency information and temporary NORADs taken from SatNOGS.
Decoder tested with a SatNOGS observation. These commercial satellites
are transmitting inappropriately (although with an FCC authorization)
in amateur radio spectrum. They are added to gr-satellites in the
spirit of self-monitoring of amateur radio spectrum.
  • Loading branch information
daniestevez committed Sep 14, 2024
1 parent 27b9b5d commit 7308979
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
14 changes: 14 additions & 0 deletions python/satyaml/Bluebird_01.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Bluebird 01
norad: 98804
data:
&tlm Telemetry:
unknown
transmitters:
2k4 FSK downlink:
frequency: 430.500e+6
modulation: FSK
baudrate: 2400
deviation: 600
framing: Light-1
data:
- *tlm
14 changes: 14 additions & 0 deletions python/satyaml/Bluebird_02.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Bluebird 02
norad: 98803
data:
&tlm Telemetry:
unknown
transmitters:
2k4 FSK downlink:
frequency: 432.300e+6
modulation: FSK
baudrate: 2400
deviation: 600
framing: Light-1
data:
- *tlm
14 changes: 14 additions & 0 deletions python/satyaml/Bluebird_03.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Bluebird 03
norad: 98802
data:
&tlm Telemetry:
unknown
transmitters:
2k4 FSK downlink:
frequency: 434.100e+6
modulation: FSK
baudrate: 2400
deviation: 600
framing: Light-1
data:
- *tlm
14 changes: 14 additions & 0 deletions python/satyaml/Bluebird_04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Bluebird 04
norad: 98801
data:
&tlm Telemetry:
unknown
transmitters:
2k4 FSK downlink:
frequency: 435.900e+6
modulation: FSK
baudrate: 2400
deviation: 600
framing: Light-1
data:
- *tlm
14 changes: 14 additions & 0 deletions python/satyaml/Bluebird_05.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Bluebird 05
norad: 98800
data:
&tlm Telemetry:
unknown
transmitters:
2k4 FSK downlink:
frequency: 439.500e+6
modulation: FSK
baudrate: 2400
deviation: 600
framing: Light-1
data:
- *tlm

0 comments on commit 7308979

Please sign in to comment.