Component with lots of telemetry #1086
rawinza555
started this conversation in
General
Replies: 1 comment 3 replies
-
Anyone have an input on this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So there's a component in my project that have to handle the interface to power control unit. Our PCU has 23 output channels and have a built in BMS that monitor 15 battery cells and my team want to monitor pretty much all of them. I could either have like 50+ telemetry channels (and adjust the based id window accordingly) or only two or three of them and serialize them together and let ground control software handle the serialization and the display.
I'm wondering if having 50+ telemetry channels would have caused issues on the flight control software itself? Or is it a good practice to do this or serialize them so I don't need to have that much of the telemetry channels.
Almost forgot, each telemetry need to be in 32 bits float. I'm not sure if there is a way to implement this as a a part of a loop. something like
Beta Was this translation helpful? Give feedback.
All reactions