Run2Sat I Design and Implementation of A CanSat With Autogyro System
Run2Sat I Design and Implementation of A CanSat With Autogyro System
I. I NTRODUCTION
A canned picosatellite, also known as CanSat, is a minia-
turized satellite designed to resemble the form and size of a
Fig. 1. System Concept of Operations.
small can. The goal is to have a small device that performs
the same tasks as a normal-size satellite such as meteorology-
related functions [1]. This includes transmitting temperature
and humidity levels to a ground station [2]. In the “Con- real-time to a ground station using XBee modules for wireless
curso Iberoamericano de Satélites Enlatados 2023” [3], the data transmission.
picosatellite will undergo an ascent phase to an altitude of The election of the casing material is crucial because it
400 meters with the assistance of a drone and overall its should be resistant and lightweight, for instance, PLA, ABS,
journey is transmitting data as shown in Fig 1. The main which has proper mechanic properties [4], or fiberglass [5],
objective of this project is the design and construction of a which is the best one technically, but the most expensive
picosatellite with the mission of safeguarding an egg payload too; these materials are also valid for the propellers. For the
during the flight and descent, ensuring its survival without protection of the egg, it is common to use soft materials
any damage after landing. Additionally, variables such as such as sponges, bubble wrap, or springs which allow the
pressure, temperature, orientation, and acceleration throughout dissipation of the energy [6]. In the case of the descent
the picosatellite descent will be measured and transmitted in mechanism, for the requirements of the contest is mandatory
Authorized licensed use limited to: Pontificia Universidad Catolica Del Peru. Downloaded on February 22,2024 at 05:55:38 UTC from IEEE Xplore. Restrictions apply.
Fig. 3. Autogyro System.
Fig. 4. Autogyro System Free Body Diagram.
TABLE II
AUTOGYRO PARAMETERS
Ah ∗ ρ ∗ CL ∗ vS2
FL = (1)
2
Ac ∗ ρ ∗ C D 1 ∗ v 2
FD 1 = (2) Fig. 5. Egg protection system.
2
Authorized licensed use limited to: Pontificia Universidad Catolica Del Peru. Downloaded on February 22,2024 at 05:55:38 UTC from IEEE Xplore. Restrictions apply.
provided regarding the interpretation of the graphs and the
possible defects that may have arisen. The data was transmitted
every second in order to obtain a detailed graph, without
saturating the XBee. On the other hand, the graphs start 650
seconds after the CanSat was powered on, due to the delay that
occurred from the power-on of the CanSat to the initiation of
the mission.
Fig. 6. Primary Load Connection Diagram. A. Data Obtained
The collected data from all sensors is shown in Fig. 10. It is
known that both pressure and temperature decline as altitude
increases. Consequently, it is expected that the measurements
will exhibit this pattern. Since the system does not incorporate
a sensor to directly measure altitude, the following relation-
ship, according to the International Standard Atmosphere, was
used to estimate it
P [kP a] = 101.325 ∗ (1 − 2.25577 ∗ 10−5 ∗ H)5.2559 (5)
Fig. 7. Secondary Load Connection Diagram.
The pressure graph shows that the maximum pressure was
77.9 kPa, corresponding to a ground level of 2170 meters. The
temperature, and inclination measurements we selected the minimum pressure was 74.2 kPa, associated with a maximum
IMU GY-91 considering its low power consumption, reduced altitude of 2540 meters. Considering that the data measured
dimensions, and low cost. Furthermore, in order to accomplish by the sensor was rounded up to the first decimal place
the task of measurement of distance between the primary to reduce the telemetry message, there is an uncertainty of
load and secondary load we selected the GPS NEO-6M at least ±0.05 kPa or about ±5 meters in each calculated
considering its low cost and reduced dimension. In addition, altitude. Based on these values, it can be estimated that the
we considered the use of an LED as an indicator of the correct CanSat reached an altitude of about 370 meters, which is
operation of the microcontroller. Regarding the power-up of consistent with the executed mission of elevating it to a
all components, it was necessary to design a power regulation height of 400 meters above the ground. In addition to the
step and a battery voltage sensor using a voltage divider. precision problem mentioned above, the remaining meters can
On the other hand, the secondary load’s electrical archi- be attributed to meteorological conditions, which influence
tecture includes a microcontroller, an actuator, sensors, and a atmospheric pressure and may deviate the results from the
battery. Fig. 7 The secondary load is also powered by a 9V relationship described by equation 5.
battery. From the temperature graph, it can be observed that the
The criteria employed for component selection included temperature starts at approximately 44 °C and reaches its
weight, measurement range, precision (in the case of sensors), minimum value of about 31 °C a few seconds after landing,
power consumption, supply voltage, and price. which occurs at 850 seconds from the CanSat’s power-on.
However, the sensor was expected to record a temperature of
C. User Interface 25 °C when it was powered on. One possible explanation for
The interface design was implemented using the Node-RED this phenomenon is the location of the inertial sensor, which
programming tool [21], which allows reading data transmitted was close to the microcontroller, whose constant operation,
through the XBee RX node. Subsequently, functions are ap- may have caused heat buildup inside the CanSat.
plied to extract the data from the received JSON object [22].
Similarly, by using functions, the temperature, pressure, alti-
tude, acceleration on the X, Y, and Z axes, distance, secondary
payload direction, and battery percentage transmitted by the
CanSat are obtained. Finally, using this data, the inclination
on the X and Y axes, as well as the velocity on the Z axis, are
calculated and stored in a .csv file for further data analysis.
Fig. 8 shows the graphical interface that displays the real-time
data read from the mentioned sensors.
Authorized licensed use limited to: Pontificia Universidad Catolica Del Peru. Downloaded on February 22,2024 at 05:55:38 UTC from IEEE Xplore. Restrictions apply.
Fig. 9. CanSat Assembled.
B. Mission Analysis
Based on the data obtained from pressure, altitude, and
temperature graphs, the system’s performance can be assessed.
The mission is comprised of four phases: flight, drop, autogyro
deployment, and landing. During the flight phase, a drone
was responsible for elevating the CanSat to 400 meters. The
altitude graph depicts a steady increase in altitude until the
2400 meters was reached. Since the last points of data in this
phase also display a similar rate of change, it is reasonable
to assume that communication was lost for a few seconds.
For this reason, a timestamp should have been included in the
transmitted message.
Once the maximum altitude was reached, the drop phase
began and the system descended freely. According to the
mission instructions, the autogyro should have been released
upon crossing the 2400-meter mark. However, the altitude
graph does not indicate any shift in trend until the 2250
meters. This altitude could be closer to the moment when
the autogyro subsystem was actually deployed, which aligns
with the experiment’s observations. Finally, the landing oc-
curred at a higher speed than the estimations, resulting in the
mechanical structure collapsing upon impact. Nonetheless, all
the electronic components survived the landing and continued
transmitting information until the pieces were found and shut
off. Fig. 10. Measurements graph.
C. Autogyro Performance
In order to analyze the performance of the autogyro mecha- 0 m/s when it reached the maximum altitude. After it was
nism, the velocity graph was calculated using the height data. released by the drone, the CanSat velocity began to decrease
As it is shown in Fig. 11 the CanSat reached a maximum until the autogyro mechanism was deployed. From this point
ascendant speed of approximately 18 m/s and decreased to onwards, the CanSat descendent speed began to decrease as it
Authorized licensed use limited to: Pontificia Universidad Catolica Del Peru. Downloaded on February 22,2024 at 05:55:38 UTC from IEEE Xplore. Restrictions apply.
monitoring using computer vision techniques [23]. Moreover,
due to the fact that the autogyro spring did not have a guide
on which to limit itself, the descent was unstable, and the
propellers were not in a transverse plane, which is detrimental
to the balance of the system. The proposal consists of placing
a cylindrical frame that allows only the longitudinal extension
of the spring and validating it in the field.
ACKNOWLEDGEMENTS
We would like to thank the following groups for their
financial support in the development of this work. Pontificia
Universidad Católica del Perú, Grupo de Robótica PUCP, Fac-
ulty of Sciences and Engineering, Core Facilities - FABCORE
Fig. 11. Calculated Velocity graph. and Technology Innovation Group PUCP.
R EFERENCES
is shown approximately from the second 779 until it ultimately [1] UNISEC, “A guidebook for building successful cansat project,” 2017.
landed, 6 seconds later. Despite that the autogyo system was [2] M. Aydemir, R. Dursun, and M. Pehlevan, “Ground station design
theoretically designed to produce an average acceleration of procedures for cansat,” pp. 909–912, IEEE, 6 2013.
[3] PEU, “Guı́a de la misión espacial concurso iberoamericano satélites
3.32 m/s2 in order to reach a landing speed of 6 m/s, the enlatados 2023,” 2023.
experimental results indicate a landing speed of 14 m/s. How- [4] J. Parra and M. Suarez, “Diseño de un chasis y envolvente para un mini
ever, the overall effect of the autogyro system was perceived, satélite cansat estilo robert,” 4 2022.
[5] Teamgrizu-263, “Cansat 2019 critical design review (cdr),” 2019.
as the landing speed without it is theoretically about 56 m/s [6] G. Songül, A. Yalman, A. İlginoğlu, A. Gökçe, Ömer Can, A. Kırlı,
reducing the landing speed to 42 m/s. Regarding the speed A. Koru, and C. Tüfekçi, “Model picosatellite design for energy harvest-
reduction during the descent, the proposed autogyro system ing and telemetry data transmission through rf communication,” pp. 839–
844, IEEE, 6 2015.
achieved a decrease of 24 m/s, while the target reduction [7] P. Shukla, R. Mishra, U. Sardar, and B. Mohapatra, “Satellite design for
was 28.5 m/s, resulting in an efficiency of 84.21%. cansat with autorotatig payloads,” pp. 2385–2392, Institute of Electrical
and Electronics Engineers Inc., 2022.
IV. C ONCLUSIONS AND F UTURE W ORK [8] TeamWhiteNoise, “Cansat 2019 critical design review (cdr),” 2019.
[9] TeamAPISARGE, “Cansat 2019 critical design review (cdr),” 2019.
Firstly, the objective of measuring temperature, pressure, [10] TeamAGHSpaceSystems, “Cansat 2019 critical design review (cdr),”
2019.
orientation, and acceleration using the previously selected sen- [11] R. Ramadhan, M. Christie, A. Ramadhan, S. Putri, Edwar, and Kus-
sor, the GY-91 integrated circuit, was successfully achieved. madi, “Prototype of cansat with auto-gyro payload for small satellite
Likewise, the objective of communicating the CanSat with the education,” pp. 243–248, IEEE, 10 2019.
[12] TeamPWrAerospace, “Cansat 2022 critical design review (cdr),” 2022.
ground station and displaying the satellite’s measured param- [13] A. Cortes, H. Plascencia, L. Aguilera, and E. Ledesma, “Obtención del
eters on a user interface was fully accomplished. Furthermore, módulo de young efectivo de una espuma de celda cerrada,” pp. 725–
the use of springs as the primary component of the auto- 734, 9 2011.
[14] M. Ferraz, M. Pereira, M. Greco, and E. Peiró, “Design of a generic
gyro deployment subsystem and secondary payload enabled platform for an educational cansat,” 2017.
the successful separation of these subsystems. However, this [15] TeamCanBee, “Cansat 2019 critical design review (cdr),” 2019.
deployment subsystem will be optimized in future CanSat [16] I. Shames, Mechanics of fluids, vol. 3. mcgraw-hill ed., 1995.
[17] J. Mcconnell and T. Das, “Equilibrium behavior of a tethered autogyro:
versions to ensure controlled separation at the appropriate Application in extended flight and power generation,” Journal of Applied
altitude. Additionally, the code in the embedded system will Mechanics, vol. 89, 9 2022.
be improved in order to take into account possible sensor [18] D. Nagy, “Simulations of naca 65-415 and naca 64-206 airfoils using
computational fluid dynamics,” pp. 57–62, IEEE, 10 2021.
malfunctions. The transmission of data sampled by the CanSat [19] A. Ventura, J. Nuñez-Quispe, G. Sanchez, and J. Santivañez, “Cansat
continued for one and a half minutes after landing, confirming payload with autogyro for descent in experimental rocket flights: De-
the proper protection of the electronics and fulfilling the velopment, cfd analysis, and preliminary test on free-fall,” vol. 2235,
Institute of Physics, 5 2022.
objective of transmitting information to the ground station for [20] S. N. Bulut, M. Gül, C. Beker, İbrahim İlge İpek, Ömer Eren
at least 15 seconds after landing. On the other hand, despite Can Koçulu, Çınar Topaloğlu, N. Dinçer, A. Kırlı, H. F. Ertuğrul, and
the reduction in descent speed, it was not possible to fulfill C. S. Tüfekci, “Model satellite design for cansat competition,” pp. 913–
917, IEEE, 12 2013.
the mission of safeguarding the integrity of the egg. This was [21] S. Chanthakit and C. Rattanapoka, “Mqtt based air quality monitoring
primarily due to the uncontrolled descent of the satellite, which system using nodemcu and node-red,” pp. 1–5, Institute of Electrical
hindered the proper functioning of the autogyro subsystem and Electronics Engineers, 7 2018.
[22] D. Beuche, A. Guerrouat, H. Papajewski, W. Schröder-Preikschat,
and the damping subsystem. Finally, the autogyro mechanism O. Spinczyk, and U. Spinczyk, “The pure family of object-oriented
managed to reduce the landing speed to 42 m/s with a speed operating systems for deeply embedded systems,” pp. 45–53, IEEE, 5
reduction efficiency of 84.21%. 1999.
[23] M. Hasan, I. Rahman, M. Hossam-E-Haider, and A. Shah, “Design
Future work for this project will be the implementation of a of cansat for environmental monitoring and object detection,” pp. 1–
secondary mission that can be used in different areas like farm 6, IEEE, 11 2021.
Authorized licensed use limited to: Pontificia Universidad Catolica Del Peru. Downloaded on February 22,2024 at 05:55:38 UTC from IEEE Xplore. Restrictions apply.