-
Notifications
You must be signed in to change notification settings - Fork 4
Home
SATLLA-0 (also known as satllazero) is an open source project dedicated to the development of a complete pico-satellite.
The overall vision is to enable both researchers and 12K to build a fully functional pico-satellite model based on a proven design that is fully functional in space (see SATLLA-2). The SATLLA-0 project includes both the software and hardware of the pico satellite (and ground station). The vision of the project is to enable any science class (in high school or university) to experience the "new space" at a fraction of the price of existing solutions.
This library is mainly intended for a nanosatellite flight software. However, special hardware components are needed to benefit from it. The list of hardware can be found in this folder: BOM.MD.
In order to promote educational projects while reducing costs, satellite boards can be self-manufactured through an online site. If it is economically feasible, we recommend building two nanosatellites at once. In our experience, there are no two identical modules.
SATLLA-0 is written in Arduino, and can be installed via Arduino, Teensyduino or any other IDE supporting Arduino.
SAT0_Master
- Teensy 3.x (Preferred 3.6 or 3.5)
- Teensy 4.x (Preferred 4.1)
SAT0_Ground
- Heltec WIFI LoRa 32
- Teensy 3.x
- TTGO T-Beam
- TTGO T_3 V1.6
SAT0_OBC
- RPI 0
Getting started
Configuration
Useful resources
Other
This project relies on several third party libraries:
- RadioLib
- ArduinoJson
This program is licensed under GPL-3.0