-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VZLUSAT-2 support #1
Comments
Sure, it would be great! |
Perfect, so what steps are required to add support in tinyGS? We have SatNOGS Kaitai structs for beacon and data drop packets (https://gitlab.com/librespacefoundation/satnogs/satnogs-decoders/-/blob/master/ksy/vzlusat2.ksy), can that be reused here? I'll have to investigate whether SX127x/SX126x can even receive AX100 transmission, there's going to be a couple issues with the frame format (such as Golay-encoded length field). |
tinyGS expects a python file with the name There are 2 special properties: I probably won't have time to do it today but I was already taking a look to the kaitai and I can take care of it in the next days. |
Hey, would it be possible for tinyGS to support VZLUSAT-2? Here's the project website: https://www.vzlusat2.cz/en/ and SatNOGS DB entry (https://db.satnogs.org/satellite/99768). We also have SatNOGS decoders ready and tested.
It's using GOMSpace AX100 radio, so this will probably need work on both levels, in tinyGS and in RadioLib, but it would be a very nice proof of concept, since AX100 is commonly used for CubeSats.
The text was updated successfully, but these errors were encountered: