This repository contains the flight software for the TEVEL-2 program CubeSat developed by Tel Aviv University in collaboration with ISIS - Innovative Solutions In Space.
The flight software is written in C and uses freeRTOS, an open-source real-time operating system. The software is designed to control and manage the CubeSat's onboard subsystems, including communication, power, and data storage.
The following repository contains:
- Skeleton files for the flight software project - which contain header files only.
- ISIS Demo code.
- Documentation - playload documentation from TAU-1.
The software is based on the documentation provided in this folder. It is highly recommended that you review this document before working with the software.
To get started with the TEVEL-2 Flight Software, please follow these steps:
• Install ISIS-SDK from here
After installing, the IDE for the project should be in "C:\ISIS\application\eclipse\eclipse.exe"
, unless you specified otherwise
• Set a local copy of this GitHub repository. Do so by forking and cloning the repository or cloning the repository using GitBash and
cd C:\ISIS\workspace
git clone https://github.com/adiwwww/GlobusSatProject2.git
• Set up your environment as seen in ISIS quickstart guide