zprávy
The satellite's power supply depends entirely on solar cells, and its power resources are extremely limited (usually only tens to hundreds of watts). As the core processing unit, OBC's power consumption directly affects the overall endurance and mission execution efficiency of the satellite. Therefore, the balance between "low power consumption" and "high computing power" is the core goal of OBC power requirements.

The core power consumption component of OBC: the choice of FPGA
Among the electronic components of OBC, field programmable gate array (FPGA) is one of the components with the highest power consumption, and its technology selection directly determines the power consumption level of OBC. The following two types of FPGA are preferred:
Flash FPGA: it belongs to "non-volatile" FPGA, and it does not need to be reconfigured every time it is powered on, thus avoiding high current consumption in the configuration process; At the same time, flash FPGA adopts "real-time power-on" technology, which has no surge current peak, can start smoothly and reduce instantaneous power consumption.
Anti-fuse FPGA: It also has the characteristics of "real-time power-on", which has no surge current and strong radiation resistance (suitable for some long-term tasks). However, its disadvantage is one-time programming, unable to modify the configuration later, and low flexibility.
In contrast, the traditional SRAM FPGA needs to consume high configuration current every time it is powered on, and it is easily affected by radiation, which leads to configuration loss. Not only does it consume high power, but it also needs to design an additional "configuration backup" mechanism, which is not suitable for satellite OBC scenarios.
Key strategy of OBC power consumption optimization
In addition to component selection, OBC power consumption can be further reduced by the following strategies:
Practical considerations of power requirements
The power consumption requirements of satellites in different mission stages (such as launch, on-orbit operation and data transmission) are different: for example, OBC needs to work continuously to monitor the state of satellites in the launch stage, and the power consumption is relatively stable; In the data transmission stage, the power consumption will increase temporarily due to the need to process a large amount of data. Therefore, the power module of OBC should have "dynamic power supply capability", which can adjust the output current according to the task load and avoid the fault caused by voltage fluctuation.
In a word, the power requirements of OBC need to focus on "limited power supply": through the accurate selection of core components (FPGA) and the dynamic power consumption optimization strategy, the power consumption can be minimized while meeting the task computing requirements.