Skip to content

Hardware / Software design of ARTSAT2:DESPATCH

Notifications You must be signed in to change notification settings

ProjectPersephone/DESPATCH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardware / Software design of ARTSAT2:DESPATCH

This repository is for hardware / software design of ARTSAT2:DESPATCH.

o spacecraft/body : contains DESPATCH's body design and CAD data.
o spacecraft/main : contains main OBC's CAD data and source codes.
o spacecraft/mission : contains mission OBC's CAD data and source codes.
o ground_station/decoder : contains telemetry decoding software.
o ground_station/tracker : contains tracking software.
o ground_station/server : contains API server software.
o ground_station/utility : contains some utility software such as a viewer or an editor, etc...
o document : contains some specifications of morse and baudot code format, etc...

This repo was forked to port the code to the Sprite picosatellite.

Build instructions (quoted from email from Junshi HORIGUCHI - [email protected])

You can compile MorikawaSDK and DespatchApp with Arduino 1.0.5 We have not tested compiling with newer version Arduino.

  1. Download MorikawaSDK from https://github.com/ARTSAT/MorikawaSDK
  2. Extract zip file and find Arduino folder.
  3. Move or copy "Arduino/hardware/mega-pro-3.3V" and "Arduino/libraries/MorikawaSDK” into your /Arduino directory like standard Arduino libraries.
  4. Execute Arduino application then select sketch example menu, open MorikawaSDK’s example, “Empty” or “CrossFadeLED”.
  5. Compile it and write it into your Arduino.
  6. DespatchApp is an Arduino sketch file, so, Download it from https://github.com/ARTSAT/DESPATCH/tree/master/spacecraft/mission/software/Arduino/DespatchApp Then, copy it into /Arduino directory.

MorikawaSDK was designed for Arduino Mega Pro : https://www.switch-science.com/catalog/947/

About

Hardware / Software design of ARTSAT2:DESPATCH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.4%
  • Fortran 19.9%
  • CMake 2.6%
  • C 1.0%
  • JavaScript 0.3%
  • Shell 0.2%
  • Other 0.6%