UCAnFly .- CSP with Small Fragmentation Protocol errors #719
Closed
MembrilloAmarillo
started this conversation in
Satellite teams
Replies: 1 comment 17 replies
-
What produces this error? I don't think this error comes from gr-satellites. |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
We are developing a cubesat and using gr satellites for the gnu radio v3.10. We are using GOMSPACE AX100 transceiver and for the GS testing a adalm pluto sdr and the gnu radio mentioned above. In this case, we are using the CSP (cubesat space protocol) to establish connection between the transceiver and our GS. We successfully make ping commands to the transceiver but anything else apart from that gives us errors (time out, and I/O error, mostly). Now to add actual information about the gnu radio flow:
That is for TX from the ground station, modulation is meant to mean GMSK Modulation. For RX from the ground station we would use the symmetrical blocks.
Given that setup (please ask us if you need any more information about the flow we use) we can successfully ping the transceiver or the on board computer. However when trying to command some data download that cannot be stored in a single CSP Packet it activates the Small Fragmentation Protocol which sadly fails every time displaying an error, "csp: SFP missing X bytes".
We are wondering if maybe the problem comes from not having into account something that the gnu radio blocks needs in order to satisfy said communication.
We are a bit lost on why this could happen, we tried to send the same commands through CAN and KISS and there where no problems, so we kind of discarded that it is a problem outside the gnu radio configuration. We also tried changing and simplifying the blocks and processes we had but it ended up in not even having successful pings to the transceiver.
We would very much appreciate your help, thank you in advance.
//////////////////////////////////////////////////////////////////////
The first PDU is our command and the other three are the response, which ended up giving the error SFP missing X bytes
Beta Was this translation helpful? Give feedback.
All reactions