Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.5 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.5 KB

STM32-Based CubeSat Sun Sensor Prototype with COTS Components

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:

image

Algorithm

In this section, fundamental algorithms necessary for data reading and basic processing analysis are discussed:

  1. Sun Spot Detected (find ROI): This algorithm focuses on detecting the sun spot and finding the Region of Interest (ROI).

  2. Sun Spot Centroid: This algorithm calculates the centroid of the detected sun spot.

  3. Sun Angles: This algorithm determines the angles of the sun relative to the CubeSat.

Implement

This section involves further development and adaptation of the aforementioned algorithms to work efficiently on the STM32 (ARM Architecture) platform.

Interface

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!