Satellite Simulator for Verification of Mission Operational Concepts in Pre-Phase A Studies

Size: px
Start display at page:

Download "Satellite Simulator for Verification of Mission Operational Concepts in Pre-Phase A Studies"

Transcription

1 Instituto Nacional de Pesquisas Espaciais 1/ 23 Instituto Nacional de Pesquisas Espaciais Space Technology and Engineering Space Systems Division São José dos Campos, São Paulo, Brazil Satellite Simulator for Verification of Mission Operational Concepts in Pre-Phase A Studies Arcélio C. Louro Fabiano L. de Sousa Willer G. dos Santos SECESA October 2016

2 Summary Summary Instituto Nacional de Pesquisas Espaciais 2/ 23 1 Introduction 2 Simulator Design 3 Features Implemented 4 Features That Will Be Implemented 5 Videos 6 Conclusions

3 Summary Introduction Instituto Nacional de Pesquisas Espaciais 3/ 23 1 Introduction 2 Simulator Design 3 Features Implemented 4 Features That Will Be Implemented 5 Videos 6 Conclusions

4 Introduction Introduction Instituto Nacional de Pesquisas Espaciais 4/ 23 Introducing a satellite simulator designed for verification of mission operation concepts during Pre-Phase A studies. In its current form, it is used to verify: Dynamics of data and power usage. Data exchanged between the spacecraft and ground stations. Purpose: use the data from the mission analysis database to configure the models of the simulator to validate all the mission operation concepts.

5 Introduction Introduction Instituto Nacional de Pesquisas Espaciais 4/ 23 Introducing a satellite simulator designed for verification of mission operation concepts during Pre-Phase A studies. In its current form, it is used to verify: Dynamics of data and power usage. Data exchanged between the spacecraft and ground stations. Purpose: use the data from the mission analysis database to configure the models of the simulator to validate all the mission operation concepts.

6 Introduction Introduction Instituto Nacional de Pesquisas Espaciais 4/ 23 Introducing a satellite simulator designed for verification of mission operation concepts during Pre-Phase A studies. In its current form, it is used to verify: Dynamics of data and power usage. Data exchanged between the spacecraft and ground stations. Purpose: use the data from the mission analysis database to configure the models of the simulator to validate all the mission operation concepts.

7 Summary Simulator Design Instituto Nacional de Pesquisas Espaciais 5/ 23 1 Introduction 2 Simulator Design 3 Features Implemented 4 Features That Will Be Implemented 5 Videos 6 Conclusions

8 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 6/ 23 The software must simulate the space environment and the required subsystems in such a manner that the designers can easily see the overall operation concept of the mission, improving the level of confidence in the proposed solution. It also must show the information in a friendly way for the stakeholders. It must be adaptable to be used in different missions with minor adjustments only. It must use only free software tools, since we are planning to release the entire simulator source code to the general public. The design must be simple to build and to maintain in order to avoid high utilization of manpower.

9 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 6/ 23 The software must simulate the space environment and the required subsystems in such a manner that the designers can easily see the overall operation concept of the mission, improving the level of confidence in the proposed solution. It also must show the information in a friendly way for the stakeholders. It must be adaptable to be used in different missions with minor adjustments only. It must use only free software tools, since we are planning to release the entire simulator source code to the general public. The design must be simple to build and to maintain in order to avoid high utilization of manpower.

10 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 6/ 23 The software must simulate the space environment and the required subsystems in such a manner that the designers can easily see the overall operation concept of the mission, improving the level of confidence in the proposed solution. It also must show the information in a friendly way for the stakeholders. It must be adaptable to be used in different missions with minor adjustments only. It must use only free software tools, since we are planning to release the entire simulator source code to the general public. The design must be simple to build and to maintain in order to avoid high utilization of manpower.

11 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 6/ 23 The software must simulate the space environment and the required subsystems in such a manner that the designers can easily see the overall operation concept of the mission, improving the level of confidence in the proposed solution. It also must show the information in a friendly way for the stakeholders. It must be adaptable to be used in different missions with minor adjustments only. It must use only free software tools, since we are planning to release the entire simulator source code to the general public. The design must be simple to build and to maintain in order to avoid high utilization of manpower.

12 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 6/ 23 The software must simulate the space environment and the required subsystems in such a manner that the designers can easily see the overall operation concept of the mission, improving the level of confidence in the proposed solution. It also must show the information in a friendly way for the stakeholders. It must be adaptable to be used in different missions with minor adjustments only. It must use only free software tools, since we are planning to release the entire simulator source code to the general public. The design must be simple to build and to maintain in order to avoid high utilization of manpower.

13 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 7/ 23 The simulator was divided in two parts: the simulation core and the GUI. The core is responsible to simulate everything: the space environment, the satellite subsystems, etc. The GUI is responsible to receive the information from the core and show it for the user in a friendly way.

14 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 7/ 23 The simulator was divided in two parts: the simulation core and the GUI. The core is responsible to simulate everything: the space environment, the satellite subsystems, etc. The GUI is responsible to receive the information from the core and show it for the user in a friendly way.

15 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 7/ 23 The simulator was divided in two parts: the simulation core and the GUI. The core is responsible to simulate everything: the space environment, the satellite subsystems, etc. The GUI is responsible to receive the information from the core and show it for the user in a friendly way. CORE Data Commands GUI

16 Simulator Design Simulator Design Instituto Nacional de Pesquisas Espaciais 8/ 23 It is also possible to the core to send the data to many GUI clients simultaneously. However, only one GUI can control the simulation. GUI GUI GUI CORE Data Commands GUI

17 Simulation Core Simulator Design Instituto Nacional de Pesquisas Espaciais 9/ 23 The simulation core was entirely coded in julia language. But, why julia? It looks like an interpreted language (Matlab users will not be afraid). It performs like a compiled language (sometimes just like C/C++). It supports metaprogramming. It can be easily embedded into C/C++ softwares. It runs on Linux, OS X, FreeBSD, and Windows. It is free.

18 Simulation Core Simulator Design Instituto Nacional de Pesquisas Espaciais 9/ 23 The simulation core was entirely coded in julia language. But, why julia? It looks like an interpreted language (Matlab users will not be afraid). It performs like a compiled language (sometimes just like C/C++). It supports metaprogramming. It can be easily embedded into C/C++ softwares. It runs on Linux, OS X, FreeBSD, and Windows. It is free.

19 Simulation Core Simulator Design Instituto Nacional de Pesquisas Espaciais 9/ 23 The simulation core was entirely coded in julia language. But, why julia? It looks like an interpreted language (Matlab users will not be afraid). It performs like a compiled language (sometimes just like C/C++). It supports metaprogramming. It can be easily embedded into C/C++ softwares. It runs on Linux, OS X, FreeBSD, and Windows. It is free.

20 Simulation Core Simulator Design Instituto Nacional de Pesquisas Espaciais 9/ 23 The simulation core was entirely coded in julia language. But, why julia? It looks like an interpreted language (Matlab users will not be afraid). It performs like a compiled language (sometimes just like C/C++). It supports metaprogramming. It can be easily embedded into C/C++ softwares. It runs on Linux, OS X, FreeBSD, and Windows. It is free.

21 Simulation Core Simulator Design Instituto Nacional de Pesquisas Espaciais 9/ 23 The simulation core was entirely coded in julia language. But, why julia? It looks like an interpreted language (Matlab users will not be afraid). It performs like a compiled language (sometimes just like C/C++). It supports metaprogramming. It can be easily embedded into C/C++ softwares. It runs on Linux, OS X, FreeBSD, and Windows. It is free.

22 Simulation Core Simulator Design Instituto Nacional de Pesquisas Espaciais 9/ 23 The simulation core was entirely coded in julia language. But, why julia? It looks like an interpreted language (Matlab users will not be afraid). It performs like a compiled language (sometimes just like C/C++). It supports metaprogramming. It can be easily embedded into C/C++ softwares. It runs on Linux, OS X, FreeBSD, and Windows. It is free.

23 Simulation Core Simulator Design Instituto Nacional de Pesquisas Espaciais 9/ 23 The simulation core was entirely coded in julia language. But, why julia? It looks like an interpreted language (Matlab users will not be afraid). It performs like a compiled language (sometimes just like C/C++). It supports metaprogramming. It can be easily embedded into C/C++ softwares. It runs on Linux, OS X, FreeBSD, and Windows. It is free.

24 Simulation Core Simulator Design Instituto Nacional de Pesquisas Espaciais 9/ 23 The simulation core was entirely coded in julia language. But, why julia? It looks like an interpreted language (Matlab users will not be afraid). It performs like a compiled language (sometimes just like C/C++). It supports metaprogramming. It can be easily embedded into C/C++ softwares. It runs on Linux, OS X, FreeBSD, and Windows. It is free.

25 Simulator GUI Simulator Design Instituto Nacional de Pesquisas Espaciais 10/ 23 The GUI is coded in C++ and Qt.

26 Summary Features Implemented Instituto Nacional de Pesquisas Espaciais 11/ 23 1 Introduction 2 Simulator Design 3 Features Implemented 4 Features That Will Be Implemented 5 Videos 6 Conclusions

27 Space Environment Features Implemented Instituto Nacional de Pesquisas Espaciais 12/ 23 Orbit propagation, magnetic field simulation, Sun position, eclipse verification, ground station visibility, verification if the satellite Nadir is pointing towards a specific country.

28 Equipments Features Implemented Instituto Nacional de Pesquisas Espaciais 13/ 23 Usage patterns, mass memory consumption, power consumption.

29 Equipments Features Implemented Instituto Nacional de Pesquisas Espaciais 14/ 23

30 Power Subsystem Features Implemented Instituto Nacional de Pesquisas Espaciais 15/ 23 Generated power by SAGs, charge stored in the batteries, equipment power consumption, dynamics of the power usage.

31 OBDH and TT&C Subsystems Features Implemented Instituto Nacional de Pesquisas Espaciais 16/ 23 Mass memory usage, data downlink speed.

32 Summary Features That Will Be Implemented Instituto Nacional de Pesquisas Espaciais 17/ 23 1 Introduction 2 Simulator Design 3 Features Implemented 4 Features That Will Be Implemented 5 Videos 6 Conclusions

33 Future works Features That Will Be Implemented Instituto Nacional de Pesquisas Espaciais 18/ 23 AOCS dynamics (reaction wheel momentum dumping, initial pointing). Flight plan. Auto-configuration of the simulator based on the mission database. Graphical tools to configure the simulation scenario. Capability to simulate satellite constellations. Coverage analysis.

34 Future works Features That Will Be Implemented Instituto Nacional de Pesquisas Espaciais 18/ 23 AOCS dynamics (reaction wheel momentum dumping, initial pointing). Flight plan. Auto-configuration of the simulator based on the mission database. Graphical tools to configure the simulation scenario. Capability to simulate satellite constellations. Coverage analysis.

35 Future works Features That Will Be Implemented Instituto Nacional de Pesquisas Espaciais 18/ 23 AOCS dynamics (reaction wheel momentum dumping, initial pointing). Flight plan. Auto-configuration of the simulator based on the mission database. Graphical tools to configure the simulation scenario. Capability to simulate satellite constellations. Coverage analysis. SQL CORE Models Database

36 Future works Features That Will Be Implemented Instituto Nacional de Pesquisas Espaciais 18/ 23 AOCS dynamics (reaction wheel momentum dumping, initial pointing). Flight plan. Auto-configuration of the simulator based on the mission database. Graphical tools to configure the simulation scenario. Capability to simulate satellite constellations. Coverage analysis. SQL CORE Models Database

37 Future works Features That Will Be Implemented Instituto Nacional de Pesquisas Espaciais 18/ 23 AOCS dynamics (reaction wheel momentum dumping, initial pointing). Flight plan. Auto-configuration of the simulator based on the mission database. Graphical tools to configure the simulation scenario. Capability to simulate satellite constellations. Coverage analysis. SQL CORE Models Database

38 Future works Features That Will Be Implemented Instituto Nacional de Pesquisas Espaciais 18/ 23 AOCS dynamics (reaction wheel momentum dumping, initial pointing). Flight plan. Auto-configuration of the simulator based on the mission database. Graphical tools to configure the simulation scenario. Capability to simulate satellite constellations. Coverage analysis. SQL CORE Models Database

39 Summary Videos Instituto Nacional de Pesquisas Espaciais 19/ 23 1 Introduction 2 Simulator Design 3 Features Implemented 4 Features That Will Be Implemented 5 Videos 6 Conclusions

40 Videos Videos Instituto Nacional de Pesquisas Espaciais 20/ 23

41 Summary Conclusions Instituto Nacional de Pesquisas Espaciais 21/ 23 1 Introduction 2 Simulator Design 3 Features Implemented 4 Features That Will Be Implemented 5 Videos 6 Conclusions

42 Conclusions Conclusions Instituto Nacional de Pesquisas Espaciais 22/ 23 We developed a satellite simulator to improve the level of confidence in the mission operation concept. The simulator has already been successfully used in studies performed by INPE s CPRIME. The simulator is built using free software tools and we are planning to release its source code to the general public under GPL.

43 Thanks Instituto Nacional de Pesquisas Espaciais 23/ 23 Thanks! Contact information Ronan Arraes Jardim Chagas Space Systems Engineer Space Systems Division Space Technology and Engineering Fabiano Luis de Sousa CPRIME Manager Space Systems Division Space Technology and Engineering

Satellite Simulator for Verification of Mission Operational Concepts in Pre-Phase A Studies

Satellite Simulator for Verification of Mission Operational Concepts in Pre-Phase A Studies Satellite Simulator for Verification of Mission Operational Concepts in Pre-Phase A Studies 7th International Conference on Systems & Concurrent Engineering for Space Applications - SECESA 2016-5-7 October

More information

Ground Station Design for STSAT-3

Ground Station Design for STSAT-3 Technical Paper Int l J. of Aeronautical & Space Sci. 12(3), 283 287 (2011) DOI:10.5139/IJASS.2011.12.3.283 Ground Station Design for STSAT-3 KyungHee Kim*, Hyochoong Bang*, Jang-Soo Chae**, Hong-Young

More information

SATELLITE MONITORING OF REMOTE PV-SYSTEMS

SATELLITE MONITORING OF REMOTE PV-SYSTEMS SATELLITE MONITORING OF REMOTE PV-SYSTEMS Stefan Krauter, Thomas Depping UFRJ-COPPE-EE, PV-Labs, C. P. 68504, Rio de Janeiro 21945-970 RJ, BRAZIL Tel: +55-21-2562-8032, Fax: +55-21-22906626, E-mail: krauter@coe.ufrj.br

More information

ARMADILLO: Subsystem Booklet

ARMADILLO: Subsystem Booklet ARMADILLO: Subsystem Booklet Mission Overview The ARMADILLO mission is the Air Force Research Laboratory s University Nanosatellite Program s 7 th winner. ARMADILLO is a 3U cube satellite (cubesat) constructed

More information

Real-Time AOCS EGSE Using EuroSim and SMP2-Compliant Building Blocks

Real-Time AOCS EGSE Using EuroSim and SMP2-Compliant Building Blocks UNCLASSIFIED Nationaal Lucht- en Ruimtevaartlaboratorium National Aerospace Laboratory NLR Executive summary Real-Time AOCS EGSE Using EuroSim and SMP2-Compliant Building Blocks Environment control torque

More information

A Generic Simulink Model Template for Simulation of Small Satellites

A Generic Simulink Model Template for Simulation of Small Satellites A Generic Simulink Model Template for Simulation of Small Satellites Axel Berres (1), Marco Berlin (1), Andreas Kotz (2), Holger Schumann (3), Thomas Terzibaschian (2), Andreas Gerndt (3) (1) German Aerospace

More information

Integral R. Southworth ESA/ESOC Integral Users Group Meeting, ESTEC, 19/1/2012 Mission Extension Operations Review, 2012

Integral R. Southworth ESA/ESOC Integral Users Group Meeting, ESTEC, 19/1/2012 Mission Extension Operations Review, 2012 Integral R. Southworth ESA/ESOC Integral Users Group Meeting, ESTEC, 19/1/2012 Mission Extension Operations Review, 2012 Integral IUG 19/1/2012 ESA/ESOC OPS-OA Page 1 Spacecraft Status From MEOR 2010 Changes

More information

COMPARING INPE AND ARGOS GEO-LOCATION ALGORITHMS ACCURACIES WITH ARGOS SYSTEM REAL DATA

COMPARING INPE AND ARGOS GEO-LOCATION ALGORITHMS ACCURACIES WITH ARGOS SYSTEM REAL DATA INPE-11306-PRE/6743 COMPARING INPE AND ARGOS GEO-LOCATION ALGORITHMS ACCURACIES WITH ARGOS SYSTEM REAL DATA Cristina Tobler de Sousa Hélio Koiti Kuga ADVANCES IN SPACE DYNAMICS 4: CELESTIAL MECHANICS AND

More information

An integrated telemetry system for multi-satellite operations

An integrated telemetry system for multi-satellite operations SpaceOps Conferences 6-20 May 206, Daejeon, Korea SpaceOps 206 Conference 0.254/6.206-237 An integrated telemetry system for multi-satellite operations Hyun Chul Baek and Sang-il Ahn. 2 Korea Aerospace

More information

Proximity Operations Nano-Satellite Flight Demonstration (PONSFD) Overview

Proximity Operations Nano-Satellite Flight Demonstration (PONSFD) Overview Proximity Operations Nano-Satellite Flight Demonstration (PONSFD) Overview April 25 th, 2013 Scott MacGillivray, President Tyvak Nano-Satellite Systems LLC 15265 Alton Parkway, Suite 200 Irvine, CA 92618-2606

More information

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009 Dynamics and Operations of an Orbiting Satellite Simulation Requirements Specification 13 May 2009 Christopher Douglas, Karl Nielsen, and Robert Still Sponsor / Faculty Advisor: Dr. Scott Trimboli ECE

More information

CubeSat Proximity Operations Demonstration (CPOD) Vehicle Avionics and Design

CubeSat Proximity Operations Demonstration (CPOD) Vehicle Avionics and Design CubeSat Proximity Operations Demonstration (CPOD) Vehicle Avionics and Design August CubeSat Workshop 2015 Austin Williams VP, Space Vehicles CPOD: Big Capability in a Small Package Communications ADCS

More information

InnoSat and MATS An Ingenious Spacecraft Platform applied to Mesospheric Tomography and Spectroscopy

InnoSat and MATS An Ingenious Spacecraft Platform applied to Mesospheric Tomography and Spectroscopy Niclas Larsson N. Larsson, R. Lilja (OHB Sweden), M. Örth, S. Söderholm (ÅAC Microtec), J. Köhler, R. Lindberg (SNSB), J. Gumbel (MISU) SATELLITE SYSTEMS InnoSat and MATS An Ingenious Spacecraft Platform

More information

Istanbul Technical University Faculty of Aeronautics and Astronautics Space Systems Design and Test Laboratory

Istanbul Technical University Faculty of Aeronautics and Astronautics Space Systems Design and Test Laboratory Title: Space Advertiser (S-VERTISE) Primary POC: Aeronautics and Astronautics Engineer Hakan AYKENT Organization: Istanbul Technical University POC email: aykent@itu.edu.tr Need Worldwide companies need

More information

CubeSat Integration into the Space Situational Awareness Architecture

CubeSat Integration into the Space Situational Awareness Architecture CubeSat Integration into the Space Situational Awareness Architecture Keith Morris, Chris Rice, Mark Wolfson Lockheed Martin Space Systems Company 12257 S. Wadsworth Blvd. Mailstop S6040 Littleton, CO

More information

3-Axis Attitude Determination and Control of the AeroCube-4 CubeSats

3-Axis Attitude Determination and Control of the AeroCube-4 CubeSats 3-Axis Attitude Determination and Control of the AeroCube-4 CubeSats Darren Rowen Rick Dolphus The Aerospace Corporation Vehicle Systems Division 10 August 2013 The Aerospace Corporation 2013 Topics AeroCube

More information

Primary POC: Prof. Hyochoong Bang Organization: Korea Advanced Institute of Science and Technology KAIST POC

Primary POC: Prof. Hyochoong Bang Organization: Korea Advanced Institute of Science and Technology KAIST POC Title: Demonstration of Optical Stellar Interferometry with Near Earth Objects (NEO) using Laser Range Finder by a Nano Satellite Constellation: A Cost effective approach. Primary POC: Prof. Hyochoong

More information

S5p INTENTIONALLY BLANK

S5p INTENTIONALLY BLANK Page 2 of 10 INTENTIONALLY BLANK Page 3 of 10 CONTENTS 1. SCOPE...5 2. DOCUMENTS...5 2.1 Applicable Documents...5 2.2 Reference Documents...5 3. PRODUCT TREE...6 3.1 System Tree...7 3.2 Satellite Bus...8

More information

SPACE. (Some space topics are also listed under Mechatronic topics)

SPACE. (Some space topics are also listed under Mechatronic topics) SPACE (Some space topics are also listed under Mechatronic topics) Dr Xiaofeng Wu Rm N314, Bldg J11; ph. 9036 7053, Xiaofeng.wu@sydney.edu.au Part I SPACE ENGINEERING 1. Vision based satellite formation

More information

The PROBA Missions Design Capabilities for Autonomous Guidance, Navigation and Control. Jean de Lafontaine President

The PROBA Missions Design Capabilities for Autonomous Guidance, Navigation and Control. Jean de Lafontaine President The PROBA Missions Design Capabilities for Autonomous Guidance, Navigation and Control Jean de Lafontaine President Overview of NGC NGC International Inc (holding company) NGC Aerospace Ltd Sherbrooke,

More information

A MODEL-DRIVEN REQUIREMENTS ENGINEERING APPROACH TO CONCEPTUAL SATELLITE DESIGN

A MODEL-DRIVEN REQUIREMENTS ENGINEERING APPROACH TO CONCEPTUAL SATELLITE DESIGN A MODEL-DRIVEN REQUIREMENTS ENGINEERING APPROACH TO CONCEPTUAL SATELLITE DESIGN Bruno Bustamante Ferreira Leonor, brunobfl@yahoo.com.br Walter Abrahão dos Santos, walter@dss.inpe.br National Space Research

More information

A Constellation of CubeSats for Amazon Rainforest Deforestation Monitoring

A Constellation of CubeSats for Amazon Rainforest Deforestation Monitoring 4 th IAA Conference on University Satellites s & CubeSat Workshop - Rome, Italy - December 7, 2017 1 / 17 A Constellation of CubeSats for Monitoring Fernanda Cyrne Pedro Beghelli Iohana Siqueira Lucas

More information

THE RESEARCH AND DEVELOPMENT OF THE USM NANOSATELLITE FOR REMOTE SENSING MISSION

THE RESEARCH AND DEVELOPMENT OF THE USM NANOSATELLITE FOR REMOTE SENSING MISSION THE RESEARCH AND DEVELOPMENT OF THE USM NANOSATELLITE FOR REMOTE SENSING MISSION Md. Azlin Md. Said 1, Mohd Faizal Allaudin 2, Muhammad Shamsul Kamal Adnan 2, Mohd Helmi Othman 3, Nurulhusna Mohamad Kassim

More information

The Nemo Bus: A Third Generation Nanosatellite Bus for Earth Monitoring and Observation

The Nemo Bus: A Third Generation Nanosatellite Bus for Earth Monitoring and Observation The Nemo Bus: A Third Generation Nanosatellite Bus for Earth Monitoring and Observation FREDDY M. PRANAJAYA Manager, Advanced Systems Group S P A C E F L I G H T L A B O R A T O R Y University of Toronto

More information

GNC/AOCS DEVELOPMENT SYSTEM FOR RENDEZ-VOUS AND DOCKING MISSIONS AT SENER, AND ASSOCIATED TEST FACILITIES

GNC/AOCS DEVELOPMENT SYSTEM FOR RENDEZ-VOUS AND DOCKING MISSIONS AT SENER, AND ASSOCIATED TEST FACILITIES . GNC/AOCS DEVELOPMENT SYSTEM FOR RENDEZ-VOUS AND DOCKING MISSIONS AT SENER, AND ASSOCIATED TEST FACILITIES Gonzalo Saavedra, Antonio Ayuso, Juan Manuel del Cura, Jose Maria Fernandez, Salvador Llorente,

More information

OCEANOGRAPHIC DRIFT BUOYS POSITIONING THROUGH SATELLITES

OCEANOGRAPHIC DRIFT BUOYS POSITIONING THROUGH SATELLITES Série Arquimedes, Volume 2, Anais do DINCON 2003, pp. 749-757 2º Congresso Temático de Aplicações de Dinâmica e Controle da Sociedade Brasileira de Matemática Aplicada e Computacional (SBMAC). São José

More information

GINESTRA MIMOSA - MEDSTEC COMPETENCE SURVEYS WITHIN THE ESA ALCANTARA INITIATIVES

GINESTRA MIMOSA - MEDSTEC COMPETENCE SURVEYS WITHIN THE ESA ALCANTARA INITIATIVES GINESTRA MIMOSA - MEDSTEC COMPETENCE SURVEYS WITHIN THE ESA ALCANTARA INITIATIVES Lucilla Alfonsi, Gabriella Povero, Julian Rose TENTH EUROPEAN SPACE WEATHER WEEK. Antwerp, 19 th November 2013 WHAT? MImOSA

More information

The Evolution of Nano-Satellite Proximity Operations In-Space Inspection Workshop 2017

The Evolution of Nano-Satellite Proximity Operations In-Space Inspection Workshop 2017 The Evolution of Nano-Satellite Proximity Operations 02-01-2017 In-Space Inspection Workshop 2017 Tyvak Introduction We develop miniaturized custom spacecraft, launch solutions, and aerospace technologies

More information

Rome, Changing of the Requirements and Astrofein s Business Models for Cubesat Deployer

Rome, Changing of the Requirements and Astrofein s Business Models for Cubesat Deployer Rome, 07.12.2017 4 th IAA Conference on University Satellite Missions and Cubesat Workshop Changing of the Requirements and Astrofein s Business Models for Cubesat Deployer Stephan Roemer Head of Space

More information

RAX: The Radio Aurora explorer

RAX: The Radio Aurora explorer RAX: Matt Bennett University of Michigan CubeSat Workshop Cal Poly, San Luis Obispo April 22 nd, 2009 Background Sponsored by National Science Foundation University of Michigan and SRI International Collaboration

More information

HEMERA Constellation of passive SAR-based micro-satellites for a Master/Slave configuration

HEMERA Constellation of passive SAR-based micro-satellites for a Master/Slave configuration HEMERA Constellation of passive SAR-based micro-satellites for a Master/Slave HEMERA Team Members: Andrea Bellome, Giulia Broggi, Luca Collettini, Davide Di Ienno, Edoardo Fornari, Leandro Lucchese, Andrea

More information

Phone: , Fax: , Germany

Phone: , Fax: , Germany The TET-1 Satellite Bus A High Reliability Bus for Earth Observation, Scientific and Technology Verification Missions in LEO Pestana Conference Centre Funchal, Madeira - Portugal 31 May 4 June 2010 S.

More information

Microsatellite Constellation for Earth Observation in the Thermal Infrared Region

Microsatellite Constellation for Earth Observation in the Thermal Infrared Region Microsatellite Constellation for Earth Observation in the Thermal Infrared Region Federico Bacci di Capaci Nicola Melega, Alessandro Tambini, Valentino Fabbri, Davide Cinarelli Observation Index 1. Introduction

More information

The Swarm constellation simulator

The Swarm constellation simulator The Swarm constellation simulator A brand new, but still operationally responsive development Torrance, CA 24th March 2009 Max Pignède [presenter], Mario Merri, Vemund Reggestad European Space Agency (ESA)

More information

Brazilian Inter-University CubeSat Mission Overview

Brazilian Inter-University CubeSat Mission Overview Brazilian Inter-University CubeSat Mission Overview Victor Menegon, Leonardo Kessler Slongo, Lui Pillmann, Julian Lopez, William Jamir, Thiago Pereira, Eduardo Bezerra and Djones Lettnin. victormenegon.eel@gmail.com

More information

Small Satellites: The Execution and Launch of a GPS Radio Occultation Instrument in a 6U Nanosatellite

Small Satellites: The Execution and Launch of a GPS Radio Occultation Instrument in a 6U Nanosatellite Small Satellites: The Execution and Launch of a GPS Radio Occultation Instrument in a 6U Nanosatellite Dave Williamson Director, Strategic Programs Tyvak Tyvak: Satellite Solutions for Multiple Organizations

More information

INTRODUCTION The validity of dissertation Object of investigation Subject of investigation The purpose: of the tasks The novelty:

INTRODUCTION The validity of dissertation Object of investigation Subject of investigation The purpose: of the tasks The novelty: INTRODUCTION The validity of dissertation. According to the federal target program "Maintenance, development and use of the GLONASS system for 2012-2020 years the following challenges were determined:

More information

Monitoring Natural Disasters with Small Satellites Smart Satellite Based Geospatial System for Environmental Protection

Monitoring Natural Disasters with Small Satellites Smart Satellite Based Geospatial System for Environmental Protection Monitoring Natural Disasters with Small Satellites Smart Satellite Based Geospatial System for Environmental Protection Krištof Oštir, Space-SI, Slovenia Contents Natural and technological disasters Current

More information

A PROPOSAL FOR ITASAT SATELLITE CONFIGURATION AND ITS PRELIMINARY MISSION ANALYSIS

A PROPOSAL FOR ITASAT SATELLITE CONFIGURATION AND ITS PRELIMINARY MISSION ANALYSIS A PROPOSAL FOR ITASAT SATELLITE CONFIGURATION AND ITS PRELIMINARY MISSION ANALYSIS Jonas Gentina, jonas@dem.inpe.br Wilson Yamaguti, yamaguti@dss.inpe.br Sebastião Eduardo Corsatto Varotto, varotto@dss.inpe.br

More information

From Single to Formation Flying CubeSats: An Update of the Delfi Programme

From Single to Formation Flying CubeSats: An Update of the Delfi Programme From Single to Formation Flying CubeSats: An Update of the Delfi Programme Jian Guo, Jasper Bouwmeester & Eberhard Gill 1 Outline Introduction Delfi-C 3 Mission Delfi-n3Xt Mission Lessons Learned DelFFi

More information

Satellite Testing. Prepared by. A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai

Satellite Testing. Prepared by. A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai Satellite Testing Prepared by A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai @copyright Solar Panel Deployment Test Spacecraft operating

More information

NANOSATC-BR2, 2 UNIT CUBESAT, POWER ANALYSIS, SOLAR FLUX PREDICTION, DESIGN AND 3D PRINTING OF THE FLI...

NANOSATC-BR2, 2 UNIT CUBESAT, POWER ANALYSIS, SOLAR FLUX PREDICTION, DESIGN AND 3D PRINTING OF THE FLI... See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/322747050 NANOSATC-BR2, 2 UNIT CUBESAT, POWER ANALYSIS, SOLAR FLUX PREDICTION, DESIGN AND 3D

More information

Open Source Design: Corvus-BC Spacecraft. Brian Cooper, Kyle Leveque 9 August 2015

Open Source Design: Corvus-BC Spacecraft. Brian Cooper, Kyle Leveque 9 August 2015 Open Source Design: Corvus-BC Spacecraft Brian Cooper, Kyle Leveque 9 August 2015 Introduction Corvus-BC 6U overview Subsystems to be open sourced Current development status Open sourced items Future Rollout

More information

GPM Program Status at the BRAZILIAN SPACE AGENCY (AEB) Coordinator: Raimundo Nonato Fialho Mussi Presented by: Roberto Vicente Calheiros

GPM Program Status at the BRAZILIAN SPACE AGENCY (AEB) Coordinator: Raimundo Nonato Fialho Mussi Presented by: Roberto Vicente Calheiros GPM Program Status at the BRAZILIAN SPACE AGENCY (AEB) Coordinator: Raimundo Nonato Fialho Mussi Presented by: Roberto Vicente Calheiros The Brazilian Space Agency AEB The Brazilian Space Agency AEB is

More information

The ITASAT CubeSat Development and Design

The ITASAT CubeSat Development and Design doi: 10.5028/jatm.v9i2.614 The ITASAT CubeSat Development and Design Valdemir Carrara 1,2, Rafael Barbosa Januzi 3, Daniel Hideaki Makita 4, Luis Felipe de Paula Santos 5, Lidia Shibuya Sato 5 Abstract:

More information

REMOTE PV POWER SUPPLY MONITORED VIA SATELLITE. Stefan C. W. Krauter, Thomas Depping

REMOTE PV POWER SUPPLY MONITORED VIA SATELLITE. Stefan C. W. Krauter, Thomas Depping RIO 3 - World Climate & Energy Event, 1-5 December 2003, Rio de Janeiro, Brazil 121 REMOTE PV POWER SUPPLY MONITORED VIA SATELLITE Stefan C. W. Krauter, Thomas Depping Federal State University of Ceará

More information

sunspace experience with sumbandilasat

sunspace experience with sumbandilasat sunspace experience with sumbandilasat "Our children may learn about the heroes of the past. Our task is to make ourselves the architects of the future." Jomo Kenyatta, first president of Kenya, from an

More information

Proba-V QWG#7 Flight & GS status. 3 4 May 2018 ACRI, Sophia-Antipolis

Proba-V QWG#7 Flight & GS status. 3 4 May 2018 ACRI, Sophia-Antipolis Proba-V QWG#7 Flight & GS status 3 4 May 2018 ACRI, Sophia-Antipolis Orbit status Slide 2 Orbit status LTDN evolution: 7 May 2013: 10:44:30 1 Dec. 2014: 10:51:08 26 Apr. 2017: 10:36:26 Oct 2017: 10:30

More information

Cesar Arza INTA 2009 CUBESAT DEVELOPERS WORKSHOP 23RD APRIL 2008

Cesar Arza INTA 2009 CUBESAT DEVELOPERS WORKSHOP 23RD APRIL 2008 Cesar Arza arzagc@inta.es INTA 2009 CUBESAT DEVELOPERS WORKSHOP 23RD APRIL 2008 1 CONTENTS INTRO: WHY OPTOS WHY 2G OPTOS 2G OPTOS CONCEPT STRUCTURE IMPROVEMENT SPACE OPTIMIZATION IMPROVEMENT EPS IMPROVEMENT

More information

CubeSat Advisors: Mechanical: Dr. Robert Ash ECE: Dr. Dimitrie Popescu 435 Team Members: Kevin Scott- Team Lead Robert Kelly- Orbital modeling and

CubeSat Advisors: Mechanical: Dr. Robert Ash ECE: Dr. Dimitrie Popescu 435 Team Members: Kevin Scott- Team Lead Robert Kelly- Orbital modeling and CubeSat Fall 435 CubeSat Advisors: Mechanical: Dr. Robert Ash ECE: Dr. Dimitrie Popescu 435 Team Members: Kevin Scott- Team Lead Robert Kelly- Orbital modeling and power Austin Rogers- Attitude control

More information

Miguel A. Aguirre. Introduction to Space. Systems. Design and Synthesis. ) Springer

Miguel A. Aguirre. Introduction to Space. Systems. Design and Synthesis. ) Springer Miguel A. Aguirre Introduction to Space Systems Design and Synthesis ) Springer Contents Foreword Acknowledgments v vii 1 Introduction 1 1.1. Aim of the book 2 1.2. Roles in the architecture definition

More information

Outernet: Development of a 1U Platform to Enable Low Cost Global Data Provision

Outernet: Development of a 1U Platform to Enable Low Cost Global Data Provision Outernet: Development of a 1U Platform to Enable Low Cost Global Data Provision Introduction One of the UK s leading space companies, and the only wholly UK-owned Prime contractor. ISO 9001:2008 accredited

More information

University. Federal University of Santa Catarina (UFSC) Florianópolis/SC - Brazil. Brazil. Embedded Systems Group (UFSC)

University. Federal University of Santa Catarina (UFSC) Florianópolis/SC - Brazil. Brazil. Embedded Systems Group (UFSC) University 1 Federal University of Santa Catarina (UFSC) Florianópolis/SC - Brazil Brazil Agenda 2 Partnership Introduction Subsystems Payload Communication System Power System On-Board Computer Attitude

More information

Aerospace Engineering Student at the Federal University of Santa Maria (UFSM), Santa Maria - RS, Brazil.

Aerospace Engineering Student at the Federal University of Santa Maria (UFSM), Santa Maria - RS, Brazil. IAA-AAS-CU-17-03-03 NANOSATC-BR2, 2 UNIT CUBESAT, POWER ANALYSIS, SOLAR FLUX PREDICTION, DESING AND 3D PRINTING OF THE FLIGHT MODEL FROM THE UFSM & INPE S NANOSATC-BR, CUBESAT DEVELOPMENT PROGRAM Lorenzzo

More information

1. Detect and locate potentially illegal fishing ship using satellite image, AIS data, and external sources.

1. Detect and locate potentially illegal fishing ship using satellite image, AIS data, and external sources. Title: Development of Microsatellite to Detect Illegal Fishing MS-SAT Primary Point of Contact (POC) & email: Dr. Ridanto Eko Poetro; ridanto@ae.itb.ac.id Co-authors: Ernest Sebastian C., Bintang A.S.W.A.M.

More information

Relative Cost and Performance Comparison of GEO Space Situational Awareness Architectures

Relative Cost and Performance Comparison of GEO Space Situational Awareness Architectures Relative Cost and Performance Comparison of GEO Space Situational Awareness Architectures Background Keith Morris Lockheed Martin Space Systems Company Chris Rice Lockheed Martin Space Systems Company

More information

The STU-2 CubeSat Mission and In-Orbit Test Results

The STU-2 CubeSat Mission and In-Orbit Test Results 30 th Annual AIAA/USU Conference on Small Satellite SSC16-III-09 The STU-2 CubeSat Mission and In-Orbit Test Results Shufan Wu, Wen Chen, Caixia Chao Shanghai Engineering Centre for Microsatellites 99

More information

SURREY GSA CATALOG. Surrey Satellite Technology US LLC 8310 South Valley Highway, 3rd Floor, Englewood, CO

SURREY GSA CATALOG. Surrey Satellite Technology US LLC 8310 South Valley Highway, 3rd Floor, Englewood, CO SURREY CATALOG Space-Qualified flight hardware for small satellites, including GPS receivers, Attitude Determination and Control equipment, Communications equipment and Remote Sensing imagers Professional

More information

CubeSat Proximity Operations Demonstration (CPOD) Mission Update Cal Poly CubeSat Workshop San Luis Obispo, CA

CubeSat Proximity Operations Demonstration (CPOD) Mission Update Cal Poly CubeSat Workshop San Luis Obispo, CA CubeSat Proximity Operations Demonstration (CPOD) Mission Update Cal Poly CubeSat Workshop San Luis Obispo, CA 04-22-2015 Austin Williams VP, Space Vehicles ConOps Overview - Designed to Maximize Mission

More information

The Virtual Spacecraft Reference Facility

The Virtual Spacecraft Reference Facility The Virtual Spacecraft M.Schön, M.Arcioni, D.Temperanza, K.Hjortnaes Michael.Schoen@esa.int On-Board Software Systems Section 1 Agenda Why? What? How? When? 2 The Virtual Spacecraft architecture view EuroSim

More information

EUROPEAN GNSS ADOPTION OPPORTUNITIES IN TRANSPORT WITH FOCUS ON RAIL

EUROPEAN GNSS ADOPTION OPPORTUNITIES IN TRANSPORT WITH FOCUS ON RAIL EUROPEAN GNSS ADOPTION OPPORTUNITIES IN TRANSPORT WITH FOCUS ON RAIL Gian Gherardo Calini European GNSS Agency III Workshop GNSS Technology Advances in a Multi-Constellation Framework 22 January 2016 This

More information

The Multi-Mission Satellite Operations at the NSPO Ground Segment

The Multi-Mission Satellite Operations at the NSPO Ground Segment P Road, Conference (Hosted and organized by ESA and EUMETSAT in association with AIAA) AIAA 2008-3228 The Multi-Mission Satellite Operations at the NSPO Ground Segment NSPO, 8F, 9 Prosperity 1P Shin-Fa

More information

Phoenix. A 3U CubeSat to Study Urban Heat Islands. Sarah Rogers - Project Manager NASA Space Grant Symposium April 14, 2018

Phoenix. A 3U CubeSat to Study Urban Heat Islands. Sarah Rogers - Project Manager NASA Space Grant Symposium April 14, 2018 Phoenix A 3U CubeSat to Study Urban Heat Islands Sarah Rogers - Project Manager NASA Space Grant Symposium April 14, 2018 Phoenix Overview Undergraduate-led 3U CubeSat to study Urban Heat Islands through

More information

Development of Microsatellite to Detect Illegal Fishing MS-SAT

Development of Microsatellite to Detect Illegal Fishing MS-SAT Development of Microsatellite to Detect Illegal Fishing MS-SAT Ernest S. C. P. Bintang A.S.W.A.M. Department of Aerospace Engineering Faculty of Mechanical and Aerospace Engineering Institut Teknologi

More information

SCOE SIMULATION. Pascal CONRATH (1), Christian ABEL (1)

SCOE SIMULATION. Pascal CONRATH (1), Christian ABEL (1) SCOE SIMULATION Pascal CONRATH (1), Christian ABEL (1) Clemessy Switzerland AG (1) Gueterstrasse 86b 4053 Basel, Switzerland E-mail: p.conrath@clemessy.com, c.abel@clemessy.com ABSTRACT During the last

More information

GEM - Generic Engineering Model Overview

GEM - Generic Engineering Model Overview GEM - Generic Engineering Model 2 Introduction The GEM has been developed by ISIS with the ambition to offer a starting point for new nanosatellite missions. The system allows satellite developers to get

More information

MICROSCOPE Mission operational concept

MICROSCOPE Mission operational concept MICROSCOPE Mission operational concept PY. GUIDOTTI (CNES, Microscope System Manager) January 30 th, 2013 1 Contents 1. Major points of the operational system 2. Operational loop 3. Orbit determination

More information

The NaoSat nanosatellite platform for in-flight radiation testing. Jose A Carrasco CEO EMXYS Spain

The NaoSat nanosatellite platform for in-flight radiation testing. Jose A Carrasco CEO EMXYS Spain Jose A Carrasco CEO EMXYS Spain Presentation outline: - Purpose and objectives of EMXYS NaoSat plattform - The Platform: service module - The platform: payload module and ICD - NaoSat intended missions

More information

THE THIRD GENERATION RELATIVE DETECTION EFFICIENCY MODEL FOR THE BRAZILIAN LIGHTNING DETECTION NETWORK (BRASILDAT)

THE THIRD GENERATION RELATIVE DETECTION EFFICIENCY MODEL FOR THE BRAZILIAN LIGHTNING DETECTION NETWORK (BRASILDAT) THE THIRD GENERATION RELATIVE DETECTION EFFICIENCY MODEL FOR THE BRAZILIAN LIGHTNING DETECTION NETWORK (BRASILDAT) K. P. Naccarato; O. Pinto Jr. Instituto Nacional de Pesquisas Espaciais (INPE) Sao Jose

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

More information

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES REAL-TIME SIMULATION TOOLKIT A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT Diagram based Draw your logic using sequential function charts and let

More information

Orbicraft Pro Complete CubeSat kit based on Raspberry-Pi

Orbicraft Pro Complete CubeSat kit based on Raspberry-Pi Orbicraft Pro Complete CubeSat kit based on Raspberry-Pi (source IAA-AAS-CU-17-10-05) Speaker: Roman Zharkikh Authors: Roman Zharkikh Zaynulla Zhumaev Alexander Purikov Veronica Shteyngardt Anton Sivkov

More information

Lunar Exploration Communications Relay Microsatellite

Lunar Exploration Communications Relay Microsatellite Lunar Exploration Communications Relay Microsatellite Paul Kolodziejski Andrews Space, Inc. 505 5 th Ave South, Suite 300 Seattle WA 98104 719-282-1978 pkolodziejski@andrews-space.com Steve Knowles Andrews

More information

Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano Satellite

Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano Satellite INTERNATIONAL JOURNAL OF TECHNOLOGY ENHANCEMENTS AND EMERGING ENGINEERING RESEARCH, VOL 1, ISSUE 5 29 Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano

More information

EPS Bridge Low-Cost Satellite

EPS Bridge Low-Cost Satellite EPS Bridge Low-Cost Satellite Results of a Concept Study being performed for Dr. Hendrik Lübberstedt OHB-System AG OpSE Workshop Walberberg 8th November 2005 EPS Bridge Key System Requirements Minimum

More information

CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA OCTOBER 2010

CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA OCTOBER 2010 CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA 2010 13-15 OCTOBER 2010 André Weiß, Volker Maiwald, Guido Wübbels Institute of Space System, German Aerospace Center

More information

2015 Phoenix Integration, Inc. All Rights Reserved. Proprietary and Confidential. phoenix-int.com

2015 Phoenix Integration, Inc. All Rights Reserved. Proprietary and Confidential. phoenix-int.com Dr. Scott Ragon Design Point runs were conducted in a 20 hour period whereas using conventional methods, these trades would have taken weeks The end result was a vehicle whose size was reduced by 33%

More information

Model Based AOCS Design and Automatic Flight Code Generation: Experience and Future Development

Model Based AOCS Design and Automatic Flight Code Generation: Experience and Future Development ADCSS 2016 October 20, 2016 Model Based AOCS Design and Automatic Flight Code Generation: Experience and Future Development SATELLITE SYSTEMS Per Bodin Head of AOCS Department OHB Sweden Outline Company

More information

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology QuikSCAT Mission Status QuikSCAT Follow-on Mission 2 QuikSCAT instrument and spacecraft are healthy, but aging June 19, 2009 will be the 10 year launch anniversary We ve had two significant anomalies during

More information

OVERVIEW OF THE PRISMA SPACE AND GROUND SEGMENT AND ITS HYPERSPECTRAL PRODUCTS

OVERVIEW OF THE PRISMA SPACE AND GROUND SEGMENT AND ITS HYPERSPECTRAL PRODUCTS IEEE International Geoscience and Remote Sensing Symposium OVERVIEW OF THE PRISMA SPACE AND GROUND SEGMENT AND ITS HYPERSPECTRAL PRODUCTS Rocchina Guarini, Rosa Loizzo, Francesco Longo, Silvia Mari, Tiziana

More information

CUBESATS: A COST-EFFICIENT WAY TO VALIDATE TECHNOLOGICAL BRICKS

CUBESATS: A COST-EFFICIENT WAY TO VALIDATE TECHNOLOGICAL BRICKS CUBESATS: A COST-EFFICIENT WAY TO VALIDATE TECHNOLOGICAL BRICKS E. Rakotonimbahy 1, K. Dohlen 1, P. Balard 1, R. El Ajjouri 1, S. Vives 1, A. Caillat 1, N. Baccichet 3 L. Iafolla 2, V. Iafolla 2, G. Savini

More information

Introduction. Satellite Research Centre (SaRC)

Introduction. Satellite Research Centre (SaRC) SATELLITE RESEARCH CENTRE - SaRC Introduction The of NTU strives to be a centre of excellence in satellite research and training of students in innovative space missions. Its first milestone satellite

More information

Platform Independent Launch Vehicle Avionics

Platform Independent Launch Vehicle Avionics Platform Independent Launch Vehicle Avionics Small Satellite Conference Logan, Utah August 5 th, 2014 Company Introduction Founded in 2011 The Co-Founders blend Academia and Commercial Experience ~20 Employees

More information

CP7 ORBITAL PARTICLE DAMPER EVALUATION

CP7 ORBITAL PARTICLE DAMPER EVALUATION CP7 ORBITAL PARTICLE DAMPER EVALUATION Presenters John Abel CP7 Project Lead & Head Electrical Engineer Daniel Walker CP7 Head Software Engineer John Brown CP7 Head Mechanical Engineer 2010 Cubesat Developers

More information

Low-Cost Simulation and Verification Environment for Micro-Satellites

Low-Cost Simulation and Verification Environment for Micro-Satellites Trans. JSASS Aerospace Tech. Japan Vol. 14, No. ists30, pp. Pf_83-Pf_88, 2016 Low-Cost Simulation and Verification Environment for Micro-Satellites By Toshinori KUWAHARA, Kazufumi FUKUDA, Nobuo SUGIMURA,

More information

MISSION TIMELINE AND MODES OF THE LEONIDAS SATELLITE

MISSION TIMELINE AND MODES OF THE LEONIDAS SATELLITE MISSION TIMELINE AND MODES OF THE LEONIDAS SATELLITE Zachary Lee-Ho Department of Mechanical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT In the previous semester we derived system

More information

Sara Spangelo 1 Jet Propulsion Laboratory (JPL), California Institute of Technology. Hongman Kim 2 Grant Soremekun 3 Phoenix Integration, Inc.

Sara Spangelo 1 Jet Propulsion Laboratory (JPL), California Institute of Technology. Hongman Kim 2 Grant Soremekun 3 Phoenix Integration, Inc. & Simulation of CubeSat Mission Model-Based Systems Engineering (MBSE) Behavioral and Execution Integration of MagicDraw, Cameo Simulation Toolkit, STK, and Matlab using ModelCenter Sara Spangelo 1 Jet

More information

The world s most advanced constellation

The world s most advanced constellation The DigitalGlobe Constellation The world s most advanced constellation of very high-resolution satellites The world s most advanced constellation The DigitalGlobe constellation of high-resolution satellites

More information

SPASIM: A SPACECRAFT SIMULATOR

SPASIM: A SPACECRAFT SIMULATOR SPASIM: A SPACECRAFT SIMULATOR Carlos A. Liceaga NASA Langley Research Center 8 Langley Blvd., M/S 328 Hampton, VA 23681-0001 c.a.liceaga@larc.nasa.gov ABSTRACT The SPAcecraft SIMulator (SPASIM) simulates

More information

Ground Systems for Small Sats: Simple, Fast, Inexpensive

Ground Systems for Small Sats: Simple, Fast, Inexpensive Ground Systems for Small Sats: Simple, Fast, Inexpensive but Effective 15 th Ground Systems Architecture Workshop March 1, 2011 Mr Andrew Kwas, Mr Greg Shreve, Northrop Grumman Corp, Mr Adam Yozwiak, Cornell

More information

X/Y Antenna Ground Terminals: A Small Sat Cost Effective Approach

X/Y Antenna Ground Terminals: A Small Sat Cost Effective Approach X/Y Antenna Ground Terminals: A Small Sat Cost Effective Approach March 21, 2014 Introduction With the insurgence of the small satellite market the demand for cost effective ground terminals has never

More information

GalileoSat System Simulation Facility (GSSF)

GalileoSat System Simulation Facility (GSSF) GalileoSat System Simulation Facility (GSSF) VEGA Informations-Technologien GmbH Slide 1 Introduction GSSF Project Overview GSSF Requirements The GSSF System ❽ Components ❽ User Interface ❽ Technology

More information

CubeSat Developers Workshop 2014

CubeSat Developers Workshop 2014 CubeSat Developers Workshop 2014 IPEX Intelligent Payload EXperiment Eric Baumgarten 4/23/14 CubeSat Workshop 2014 1 IPEX Mission Summary 1U Cubesat in collaboration with JPL Cal Poly s PolySat constructed

More information

High performance, robust pico-satellite systems at smallest size

High performance, robust pico-satellite systems at smallest size High performance, robust pico-satellite systems at smallest size Radiation Shielding by Software for Reliable Electronics of Pico-Satellites Prof. Dr. Klaus Schilling Zentrum für Telematik / S 4 GmbH klaus.schilling@telematik-zentrum.de

More information

SIMBA Sun Earth Imbalance mission. Tjorven Delabie, KU Leuven

SIMBA Sun Earth Imbalance mission. Tjorven Delabie, KU Leuven SIMBA Sun Earth Imbalance mission Tjorven Delabie, KU Leuven SIMBA Educational value Mission Technical Education CubeSats are great for education Strong involvement of master thesis students. Involvement

More information

Power modeling and budgeting design and validation with in-orbit data of two commercial LEO satellites

Power modeling and budgeting design and validation with in-orbit data of two commercial LEO satellites SSC17-X-08 Power modeling and budgeting design and validation with in-orbit data of two commercial LEO satellites Alan Kharsansky Satellogic Av. Raul Scalabrini Ortiz 3333 piso 2, Argentina; +5401152190100

More information

Lecture 13: Requirements Analysis

Lecture 13: Requirements Analysis Lecture 13: Requirements Analysis 2008 Steve Easterbrook. This presentation is available free for non-commercial use with attribution under a creative commons license. 1 Mars Polar Lander Launched 3 Jan

More information

CanX-2 and NTS Canada's Smallest Operational Satellites

CanX-2 and NTS Canada's Smallest Operational Satellites CanX-2 and NTS Canada's Smallest Operational Satellites Daniel D. Kekez Space Flight Laboratory University of Toronto Institute for Aerospace Studies 9 August 2008 Overview Introduction to UTIAS/ SFL Mission

More information

SABRE-I: An End-to-End Hands-On CubeSat Experience for the Educate Utilizing CubeSat Experience Program

SABRE-I: An End-to-End Hands-On CubeSat Experience for the Educate Utilizing CubeSat Experience Program SABRE-I: An End-to-End Hs-On CubeSat Experience for the Educate Utilizing CubeSat Experience Program Bungo Shiotani Space Systems Group Dept. of Mechanical & Aerospace Engineering University of Florida

More information

DANDE - Operations and Implications Tanya Hardon Franklin Hinckley

DANDE - Operations and Implications Tanya Hardon Franklin Hinckley DANDE - Operations and Implications Tanya Hardon Franklin Hinckley 7 August 2014 SSC14-XI-8 1 DANDE Mission DRAG and ATMOSPHERIC NEUTRAL DENSITY EXPLORER Mission Statement Explore the spatial and temporal

More information