Robin Mueller
Robin Mueller
I just checked the venv folder for an install and I do not see the tests anymore, so this should be fine now.
sounds reasonable. The naming scheme comes from out internal terming, but it probably would be a good idea to use the standard names in the library.
Oh, i know where this naming scheme comes from as well: It is probably adopted from the PUS A naming scheme..
The library is deliberately kept low-level. So far, I did not have any plans to have similar examples in this library. However, I have an example app in the more...
Ground-to-satellite communication in general is a very broad topic, influenced by many factors - What Mission Control System is used? - What Communication hardware is used? - How does the...
Closed, unless you have more questions :)
Oh, that is good to know. I have not thought of this case. So this becomes potentially problematic if you just save the future, drop it and then re-run the...
I also had issues with high complexity due to generic error traits when writing generic libraries. The way I solved this: Define an error non-exhaustive error enumeration which tries to...
We are currently doing a project where Cyphal runs on a STM32L4xx for a project that will hopefully fly on an upcoming mission. This might be a good foundation for...
I guess everything helps. embassy has become really popular in the Embedded Rust domain so I think an example using it would be great.