This project aims to develop a Sun Sensor prototype for CubeSats using off-the-shelf components. The main contents are divided into three major parts:
In this section, fundamental algorithms necessary for data reading and basic processing analysis are discussed:
-
Sun Spot Detected (find ROI): This algorithm focuses on detecting the sun spot and finding the Region of Interest (ROI).
-
Sun Spot Centroid: This algorithm calculates the centroid of the detected sun spot.
-
Sun Angles: This algorithm determines the angles of the sun relative to the CubeSat.
This section involves further development and adaptation of the aforementioned algorithms to work efficiently on the STM32 (ARM Architecture) platform.
This section focuses on studying the interface with CMOS and selecting the appropriate controller.
Note: This README is a work in progress and will be updated with more detailed information. Stay tuned for further updates!