Skip to content

This project is a part of an open-topic course, focusing on studying and simulating the operation of sun sensors, emphasizing both algorithm development and implementation on embedded systems using STM32.

Notifications You must be signed in to change notification settings

TheGotGithub/SunSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!


About

This project is a part of an open-topic course, focusing on studying and simulating the operation of sun sensors, emphasizing both algorithm development and implementation on embedded systems using STM32.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages