daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
758 stars 156 forks source link

Update MONITOR-2.yml #530

Closed janvgils closed 5 months ago

janvgils commented 5 months ago

Monitor-2 has AFSK and FSK, the FSK part is unknown. So removed the FSK part and added the AFSK

gr_satellites MONITOR-2.yml --wavfile 7842017.ogg --samp_rate 48e3

-> Packet from 1k2 AFSK downlink
Container: 
    header = Container: 
        addresses = ListContainer: 
            Container: 
                callsign = u'CQ' (total 2)
                ssid = Container: 
                    ch = False
                    ssid = 0
                    extension = False
            Container: 
                callsign = u'RS39S' (total 5)
                ssid = Container: 
                    ch = False
                    ssid = 0
                    extension = True
        control = 0x04
        pid = 0x01
    info = b'230711233731;U1BS=8088;U2BS=8000;U3BS=8000;IAB=-64;ISUN=560;TCPU=15;T1AB=1;T2AB=1;T3AB=6;T4AB=6;TRF=-1;fBCK=1F;f1cd=3;f1sp=13;f2cd=0;f2sp=12' (total 140)
daniestevez commented 5 months ago

Ok. Sounds good. Will merge when the CI finishes building.