Observation 14183111: FrontierSat (69015) - Why is there no data demodulated?

this is my secret sauce based on satnogs manual docker installation

cd ~/station-4451
cat docker-compose.yml
(look at volume:)
    volumes:
      - type: 'bind' 
        source: '/home/linux/satyaml'
        target: '/usr/lib/python3/dist-packages/satellites/satyaml'
cat station.env
GR_SATELLITES_ENABLED=true
GR_SATELLITES_APP=gr_satellites
GR_SATELLITES_KEEPLOGS=true

restart the docker

then i download latest satyaml from gr-satellites satyaml repo and save on /home/linux/satyaml folder

btw commercial sat ussualy not included on daniestevez repo, so you should create this satyml file by yourself. @PE0SAT repo also provide very good for start, but some sat still use temporary norad id. so you should update this.

name: FRONTIERSAT
norad: 69015
data:
  &tlm unknown Telemetry:
    unknown
  &csp csp Telemetry:
    telemetry: csp
transmitters:
  9k6 FSK downlink:
    frequency: 436.150e+6
    modulation: FSK
    baudrate: 9600
    deviation: 2400
    framing: AX100 ASM+Golay
    data:
    - *tlm

here my satyaml directory:
satyaml.zip (221.7 KB)
(sha256sum: f4ef63160ceef83df34480600ae3a8f2df688672bcb7fabcf15c722eee407583)

and the result:

with this secret sauce, and with all your best antenna setup lna etc, im sure your decoded frames will increase significantly and better than mine. :smiley:

73!