The cubesat is a nano satellite that helps us to monitor parameters on space ,it will monitor the Weather , Cosmic radiation , Earth’s magnetic field etc.....
A CubeSat is a small satellite with a form factor of 10 cm (3.9 in) cubes, weighing no more than 2 kg (4.4 lb) per unit. These miniaturized satellites often use commercial off-the-shelf components for their electronics and structure. CubeSats are deployed into orbit from the International Space Station or launched as secondary payloads. They serve purposes such as Earth observation, amateur radio, and technology demonstrations. The CubeSat standard has encouraged engineering collaboration, student training, and scientific research.
To Monitor the Weather ,Cosmic Radiation ,Earth Magnetic field etc....
- Arduino mega 2560 pro
- Arduino nano
- Bme 280
- Mpu 6050
- Mq 7
- Hmc5883l Magnetometer
- Photodiode
- IR Sensor
- Thermoelectric coolers
- Ntc thermistor
- Brushless motor
- UV sensors
- Heat sink
- NRF24L01
The CubeSat is a small satellite designed for space missions that typically operates at altitudes between 350 and 700 kilometers above Earth's surface. It is equipped with a range of sensors to monitor various environmental parameters in space. The sensors collect data, which is then processed by an Arduino Mega 2560 Pro microcontroller. Processed data is transmitted via an NRF24L01 wireless module for communication.
- Temperature: Measures the ambient temperature in space.
- Humidity: Measures the relative humidity in the surrounding environment (if applicable).
- Pressure: Measures the atmospheric pressure (useful for understanding atmospheric layers and trends).
- Accelerometer: Measures the CubeSat’s acceleration along three axes, helping to determine its orientation and movement.
- Gyroscope: Measures the rate of rotation around three axes, which aids in attitude control and stabilization.
- Carbon Monoxide Detection: Provides data on CO levels, which can be important for understanding space vehicle interactions and environmental conditions.
- Magnetic Field Strength: Measures the strength and direction of the magnetic field in space, aiding in orientation and navigation.
- Light Intensity: Measures the intensity of visible light, helping to understand the light environment in space.
- UV Radiation: Measures ultraviolet radiation levels, which can be important for understanding solar radiation effects.
- Solar Wind Intensity: Converts solar wind's intensity into a voltage signal, providing data on space weather conditions.
- Data Acquisition: Collects raw data from all sensors.
- Data Processing: Processes the raw sensor data to extract meaningful information, such as calculating average values or detecting anomalies.
- Data Formatting: Prepares the processed data for transmission by formatting it into a suitable protocol.
- Data Transmission: Sends the processed data to a ground station or another satellite system for further analysis and monitoring.
- Frequency and Range: Operates on a specific frequency band, ensuring data is transmitted over the required distance.
-
Sensor Data Collection: Each sensor continuously or periodically measures its respective parameter. The sensors output their readings in analog or digital form, depending on the sensor type.
-
Data Processing: The Arduino Mega 2560 Pro receives the sensor readings. It processes this data using algorithms to convert raw sensor outputs into meaningful information. For instance, it may convert analog voltages into temperature readings or compute acceleration from raw accelerometer data.
-
Data Formatting and Transmission: After processing, the Arduino formats the data into a structured format compatible with the NRF24L01 module. The NRF24L01 then transmits this data to a ground station or another receiving system using radio frequency communication.
-
Data Reception and Analysis: The transmitted data is received by a ground station or receiving system, where it is further analyzed. This analysis can provide insights into the space environment, CubeSat performance, and other scientific measurements.
The CubeSat system operates by utilizing a suite of sensors to gather data on various environmental parameters in space. This data is processed by the Arduino Mega 2560 Pro and transmitted via the NRF24L01 module. The collected information helps in monitoring space conditions, aiding scientific research, and ensuring the proper functioning of the satellite.