Teknofest Model Sattelite Data Set Example
Example of dataset with actual values measured with RasPi and some sensors
@kaggle.sabrihakandemirba_teknofest_model_sattelite_data_set_example
Example of dataset with actual values measured with RasPi and some sensors
@kaggle.sabrihakandemirba_teknofest_model_sattelite_data_set_example
This data set includes the data recorded during the pre-flight tests of the RHEA Model Satellite Team competing in the 2023 Turksat Model Satellite Competition organized by Teknofest.
Some data may be missing or incorrect. The reason is either there was a malfunction, we could not save the data, or we could not run it at all.
You can access the contest specifications from this link. So you fully understand the task and what they mean.
https://cdn.teknofest.org/media/upload/userFormUpload/T-MUY_2023_Yar%C4%B1%C5%9Fma_K%C4%B1lavuzu_HE4XU_V4hvY.pdf
paket_numarasi - package number. It is the sequential number assigned to each telemetry packet generated at the time of the competition and sent to the ground station. The first packet starts with "1" and continues sequentially. In case of a restart of the processor, the packets should continue from the last left number.
uydu_statusu - satellite status. It is the information to be specified numerically, showing the status of the model satellite during the mission. It is obligatory to create the following statuses numerically.
0: Ready-to-Fly (Before the Rocket is Fired)
1: Ascension
2: Model Satellite Landing
3: Separation
4: Payload Landing
5: Recovery (Payload Ground Contact)
6: Package Video (500 KB) Received
7: Package Video (500 KB) Sent (Bonus Quest)
hata_kodu - It is a 5-digit telemetry data consisting of 0 or 1 to be created according to the specified error conditions.
gonderme_saat - It is real-time clock data in the form of Day/Month/Year, Hour/Minute/Second.
basinc1 - It is the atmospheric pressure value measured by the sensor on the payload. Its unit is Pascal.
basinc2 - It is the atmospheric pressure value measured by the sensor on the carrier. Its unit is Pascal.
yukseklik1 - It is the height of the payload from the starting point of flight. Height configuration; The starting point of the flight should be set to 0 meters. Its unit is a meter.
yukseklik2 - It is the height of the carrier from the starting point of the flight. Height configuration; The starting point of the flight should be set to 0 meters. Its unit is a meter.
irtifa_farki - The absolute difference between HEIGHT1 and HEIGHT2 is the value. Its unit is meter.
inis_hizi - Descent velocity data. Its unit is m/s
sicaklik - It is the measured temperature data. Its unit is degrees C.
pil_gerilim - Indicates the voltage of the battery. Its unit is V.
gps_latitude - It is the latitudinal position of the payload.
gps_longitude - It is the longitudinal position of the payload.
gps_altitude - It is the altitude data of the payload received from GPS.
pitch - It is the tilt angle on the pitch axis. The unit is degrees.
yaw - It is the tilt angle on the yaw axis. The unit is degrees.
roll -It is the tilt angle on the roll axis. The unit is degrees.
takim_no - Teams applying to the competition are given a team number after the application process is completed. It is a 5-digit number. The team number of each team is different from the number of other teams.
video_aktarim_bilgisi - Informs whether the camera image is recorded or not.
In addition to the data set, you can also visit these reviews to visualize this data and examine the codes of the ground station we recorded. https://github.com/SHaken53/Yer_Istasyonu_06
Anyone who has the link will be able to view this.