https://github.com/abestanis/unosat
A Balloon/CubeSat structure and software platform build on Arduino Uno microcontrollers.
https://github.com/abestanis/unosat
arduino arduino-uno balloon embedded statellite
Last synced: 6 months ago
JSON representation
A Balloon/CubeSat structure and software platform build on Arduino Uno microcontrollers.
- Host: GitHub
- URL: https://github.com/abestanis/unosat
- Owner: Abestanis
- License: mit
- Created: 2022-09-27T11:42:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T21:03:21.000Z (over 2 years ago)
- Last Synced: 2025-02-09T20:42:01.178Z (8 months ago)
- Topics: arduino, arduino-uno, balloon, embedded, statellite
- Language: C
- Homepage:
- Size: 43.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UnoSat Platform
The UnoSat Platform is a software and 3D structure platform build with Arduino Uno boards
that allows easier implementation of a satellite project in a 1-n unit CubeSat format.
It provides a Lego based extensible structures files that can be 3D printed.This project is designed for the [M2 TSI master](https://m2tsi.eu)
at [Université Toulouse III-Paul Sabatier](https://www.univ-tlse3.fr)
and to be used in the Balloon Project of the master.
## How to use it
This repository contains a [template software project](template) that can be used with
an Arduino Uno to get a basic system that is able to send telemetry via its serial port
to a connected computer. This template can be copied and used as a starting point to build
a satellite system on top of it.There are also various [examples](examples) which showcase how the template was used and modified
to quickly built some functionality which is commonly required of most satellite systems,
like [local data storage using an SD-Card](examples/SD-Card) and
[reading and transmitting sensor data](examples/Grove%20Beginner%20Kit).The UnoSat structure can be found in the [`structure`](structure) folder.