Replies: 1 comment 2 replies
-
|
Hi @roypyp, Ill answer you questions detailed by number below.
There is a switch that you may need to toggle which could help with power consumption/usage with the nos3 eps. It is a good example of how to put the spacecraft into a high power consumption mode, and watch the telemetry values graph over time.
I am curious if you are using the EPS sim out of the box from NOS3 or if you are running a modified version. Either way I think your goal is to simulate battery draw and you would like to see the values change accordingly. let me know, and I hope this gives you some direction. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running the NOS3 simulation framework connected to the '42' dynamics simulator on a Raspberry Pi 5. I have a few questions to understand the behavior I'm seeing and would appreciate any guidance.
Investigating Subsystem Interaction:
My simulation shows a dynamic battery voltage, which seems to confirm the connection to the '42' simulator is working. However, when I command a power-consuming component to activate (using a reaction wheel as an example), I see no corresponding change in the battery voltage.
To make this work, is the general approach to define the power consumption model for each individual component directly within the '42' input files?
Understanding Fixed Telemetry:
Even though the main battery voltage is dynamic, many other values in the EPS telemetry packet (like
BATT_TEMPERATURE,SA_VOLTAGE, and all the switch currents) appear to be fixed. If the dynamic voltage proves the link to '42' is live, why would these other values be static? Does this also point to an incomplete thermal or solar model in our '42' configuration?Raspberry Pi Specifics:
Finally, are there any known issues or special configuration changes required when running the full NOS3 stack and the '42' simulator on a Raspberry Pi 5?
Thank you for your help and clarification.
Beta Was this translation helpful? Give feedback.
All reactions