I’ve been receiving Norbi (Norby) LoRa telemetry via a separate system ( https://t.me/s/FOSSASAT_DATA?q=kk6now ) but I never thought of looking at its GFSK datastream. In this observation, it appears to have been decoded.
As @pierros said, for decoding frames from NORBI we will need a decoder. If you are interested, it seems that pdf in this post Soyuz 2-1b Fregat-M 2020-09-28 describes the encoding, so it should be possible to create a kaitai struct that will generate NORBI decoder and allow frames to be decoded and maybe feed a dashboard in dashboard.satnogs.org.
PS I’ve added the LoRa transmitter in DB as we didn’t have it.
Thanks Scott @K4KDR for all your efforts on Norbi. I’ve imported your KSY file into the IDE.
Any suggestions on how to get data out of SatNOGS into the Kaitai online IDE? It appears the IDE only imports raw files and not an ASCII text representation.
To view “real” data based on the definitions in the KSY file, I have always grabbed the proper portion of the decode (starting with ‘8EFFFFFFFF’ shown below from a CSV export from SatNogs DB) and piped it thru ‘xxd -r -p’ to create the type of hex file that the Kaitai online IDE requires:
… no doubt there are less mechanical / hands-on ways to do it, but this has served me well when I want a convenient way to view meaningful values from the raw data.
Sorry for the confusion. I was struggling to find a way to download (export) the frame as a binary file from the data tab. I accidentally discovered one can do so by clicking on the url of the file.
My suggestion was to add a “data” button in addition to the “audio” and “waterfall” buttons in the Downloads section (on the left side of the screen.)
Upon reflection, this presents a problem when there are multiple frames present in an observation. Do you create a zip file containing all frames, each in a separate file?
The current method works fine, but I believe it’s undocumented.
Oh! I thought you were talking about the “Data” tab in the DB entry of the satellite but you were talking about the “Data” tab in Network observations. Unfortunately in Network there isn’t such a functionality, please open an issue in https://gitlab.com/librespacefoundation/satnogs/satnogs-network/-/issues for adding this feature.