import { Card, CardBody, CardFooter, CardHeader } from "@heroui/card"; import { Image } from "@heroui/image"; import { Divider } from "@heroui/divider"; import { Tooltip } from "@heroui/tooltip"; import { Accordion, AccordionItem } from "@heroui/accordion"; import { Button } from "@heroui/button"; import { Link } from "@heroui/link"; import DefaultLayout from "@/layouts/default"; import { title } from "@/components/primitives"; const list = [ { title: "Šimon", img: "/headshot/simon.webp", description: "Web Dev", }, { title: "Tibor", img: "/headshot/tibor.webp", description: "Structural Engineer, Return Systems ", }, { title: "Samuel", img: "/headshot/samo.webp", description: "Team Leader, Electronics", }, { title: "Adam", img: "/headshot/adam.webp", description: "Radio Communications", }, { title: "Simona", img: "/headshot/simona.webp", description: "Programming", }, { title: "Bruno", img: "/headshot/bruno.webp", description: "Programming Engineer", }, ]; export default function DocsPage() { const defaultContent = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."; return (

Meet our

Team
{list.map((item, index) => ( /* eslint-disable no-console */ console.log("item pressed")} > {item.title} {item.title} ))}
About US
Who are we?

We are a team of high school electrical engineering students, aged 17 to 19, proudly representing Slovakia in the 2025 edition of the CanSat project. With a genuine passion for science and technology, we are excited to embark on our second project in the field of space exploration.

Our first project focused on designing a simple and easily deployable way to monitor forest fires. During the construction of our first ever satellite, we gained a lot of hands on experience with sensors, thermal cameras, 3d printing and structural engineering.

With our first ever satellite we managed to{" "} win the National CanSat competition in Slovakia placing 1st.

Detected Fire on a Map Early CanSat Concept Early CanSat Concept
FAQ

CanSats in Europe, an initiative of the European Space Agency (ESA) supported by local organisations, gives students a unique opportunity to experience a real space project. A CanSat is a simulation of a satellite, built to fit within the volume of a soft drink can, containing systems like power, sensors, and communication. Students design, build, and test their CanSat, choose a mission, and launch it from a few hundred metres using a rocket, balloon, or platform, aiming to complete a scientific experiment and achieve a safe landing.

Our CanSat was designed with a modular and interchangeable card system, where all the cards are connected through a passive motherboard. This allows us to make fast repairs or upgrades to the CanSat without affecting the rest of the satellite.

In our mission, we are simulating the exploration of distant celestial bodies. We are using a thermal camera to locate gas vents with elevated heat signatures and will guide our CanSat toward one of these places using a paraglider wing-type parachute. After landing, we will analyze the gases near these hotspots to gain insights into the geothermal activity of the celestial body.

One of the main challenges we anticipate is accurately guiding the CanSat to the selected hotspot using the paraglider wing, as wind conditions and limited control authority could affect the landing precision.

Another difficulty will be ensuring reliable thermal imaging from a high-speed, moving CanSat during descent, which may impact the identification of gas vents. Additionally, analyzing gases after landing poses challenges in sensor calibration, contamination risks, and limited time for measurements before the CanSat powers down. Integrating all these systems within the small volume and weight constraints of the CanSat also remains a significant technical challenge.

You can follow us on Instagram or watch our progress on our blog.

{" "}

You can support us by following us on Instagram, or alternatively, if you&aposre looking to sponsor us, feel free to contact us via email.

); }