Hermes CubeSat: Testing the Viability of High Speed Communications on a Picosatellite

Size: px
Start display at page:

Download "Hermes CubeSat: Testing the Viability of High Speed Communications on a Picosatellite"

Transcription

1 Hermes CubeSat: Testing the Viability of High Speed Communications on a Picosatellite Dustin Martin, Riley Pack, Greg Stahl, Jared Russell Colorado Space Grant Consortium dustin.martin@colorado.edu March 29 th, 2009 Abstract Begun nearly three years ago, the Hermes CubeSat project is nearing completion and is currently in the final testing and integration phase. Hermes was designed using the CubeSat form factor, which includes very strenuous size and mass requirements. As a result, the design team faced several challenges when designing the various subsystems to meet these requirements, as well as to satisfy the overall goals of the mission. This paper describes the purpose of the Hermes CubeSat mission, as well as the resulting satellite design that has been developed and assembled. 1. Introduction The Hermes CubeSat Project was started with three primary objectives. In developing and operating the Hermes satellite on orbit, the team will demonstrate that the CubeSat bus that has been developed is operational and that high data rate communications is possible on a small satellite platform. The secondary objective of the Hermes mission is to acquire sensor data that will allow for the characterization of the orbital environment that CubeSats are subjected to during their lifetimes. Additionally, each system of the satellite is to be developed in-house at the Colorado Space Grant Consortium at the University of Colorado by a team composed entirely of students. developing a satellite that meets the requirements set forth by the CubeSat program of the California Polytechnic State University (CalPoly). The requirements that define a CubeSat by the standards set forth by CalPoly include restrictions on size and mass, as well as the external configuration of the satellite. Generally, the satellite must be a ten centimeter cube with a mass under one kilogram. This extreme size constraint requires that each of the subsystems be designed to be extremely compact and lightweight, while also incorporating the functionality required to complete the mission. 2. Hermes Satellite Subsystems The Hermes satellite consists of several different subsystems which together form a complete picosatellite capable of completing the required tasks. The subsystems that make up the generic CubeSat bus that is being developed include the Command and Data Handling, Power, and Primary Communications systems, as well as the satellite structure. These systems were designed with extensibility in mind, as this bus is designed to be the platform on which future CubeSats from the Colorado Space Grant Consortium will be developed. Figure 1. Hermes Project Logo The challenge since the beginning of development has been to achieve each of the goals of the mission while Figure 2. Hermes System Layout The primary payload of Hermes is the High-Speed Communications system, which was designed to satisfy one of the objectives of the mission, to verify that large 2009 COSGC Space Research Symposium Page 1

2 data throughput communications are possible on a CubeSat. In order to achieve a high quality link to establish high speed communications, an Attitude Determination and Control system was also designed. Attitude control was achieved through the incorporation of a passive attitude control system to allow for adequate pointing accuracy. Together these six subsystems form the Hermes CubeSat. In the following sections, each of these subsystems is described Command and Data Handling The Command and Data Handling (CDH) system for Hermes CubeSat was designed to meet three major criteria: reliability, resilience to external stimuli, and ease of use from the ground. As the brain of the CubeSat, it is very important that the CDH hardware and software be reliable. To accomplish this, a commercial real-time operating system (RTOS) was used as the backbone of the system. The Salvo RTOS by Pumpkin is a lightweight system designed for use on small embedded systems. Because the PIC24H, the chosen microarchitecture, has hardware limitations that make it difficult to use an RTOS, Salvo was a perfect fit for the CDH hardware. It allows for a cooperative multitasking environment, which greatly simplifies the software organization. Each major subsystem (thermal, power, commands, sensors, and communications) has one or more tasks to handle specific functionality for the system, which allows the system to be modularized and easily debugged. Furthermore, to ensure that critical data, such as flight code, is stored safely on the SD cards, an Error Detection and Correction (EDAC) algorithm was implemented. This algorithm duplicates critical data across all three SD cards and encodes it with several EDAC schemes, including multiple Hamming codes. As mentioned above, a majority of the data stored in the EDAC section of the SD cards is flight code. The CDH system is capable of reprogramming both itself and the primary communications system via a tiered bootstrap loader approach. The CDH code is broken into three sections: primary bootloader, secondary bootloader, and main flight code. The primary bootloader checks the secondary and main flight code stored on the internal flash of the PIC24 and reprograms it if any discrepancies are found between the current code and that stored in the EDAC section of the SD cards. Once it has finished, the primary bootloader jumps to the secondary bootloader, which checks the primary bootloader for problems and reprograms it as necessary. Finally, the secondary bootloader jumps to the main flight code, which checks the PCOM AVR against the EDAC code and then continues through its startup routine. This system allows the system to withstand errors caused by radiation in the flight code. The final design goal for the CDH system is a simple interface to the ground software. While the flight software has a large range of functionality, it is important that an operator on the ground can easily access the information they need to assess the state of the satellite. In order to do so, flight software exports several commands that can be sent from the ground to either obtain information, like the current satellite time or a health and status report, or to set parameters, like sensor polling rates. By reducing the exposed interface to specific commands that are simple in nature, the ground interface has been made relatively simple, especially with the ground software based around the InControl system developed by L-3 Communications Power System Figure 3. CDH Board The major feature of the CDH system is its resilience to external stimuli, most notably radiation. While the system is composed entirely of commercial off-the-shelf (COTS) parts, special attention was given to the problem of radiation on-orbit. Surrounding the PIC24 microprocessor are three SD cards for mass storage and three real-time clocks (RTCs). By adding three of each of these vital components, the system is capable of surviving a single failure to each part by a majority vote. The CubeSat's Electrical Power System (EPS) was a significant challenge when creating the satellite. The entire system was designed, built, and tested by students. Even the circuit boards were laid out and routed by students. Most of those students were undergraduates. It was designed with goals of minimization of size, mass, and cost while using entirely COTS parts, and was also made to be modular and extensible. It is currently fully functional. It uses DC-DC buck and boost converters to regulate input and output levels, which are redundant wherever possible. It also interfaces with two separate battery packs it can autonomously charge and discharge, 2009 COSGC Space Research Symposium Page 2

3 and can turn subsystems on or off by communicating over SMBUS with the CDH system. In its current state the power system could easily be extended to a different CubeSat with different power requirements by doing little more than recalculating some component values to change the levels on the DC-DC converters. A Yaesu VX-3R was chosen for the Hermes mission to modulate and demodulate the transmitted signals for its small size and low power consumption. To meet mass and outgassing restrictions, the casing screen, speaker, microphone and antenna were removed. A monopole antenna constructed with spring steel that was cut to a quarter wavelength of the MHz frequency that is being used was connected to the radio in place of the commercial antenna. A simple 1/8 inch mono connector was used to communicate between the VX-3R and the TNC. Figure 4. Power System Board Several challenges arose in the development of the system. One of the earliest challenges faced was the design of the system while meeting the often-conflicting design goals. It needed to be kept small and low-cost while taking into consideration evolving mission requirements and those of the future, all while using COTS parts. This was overcome through research and trade studies. The current configuration was selected largely for extensibility, but also for relative simplicity and the sacrifice of some of that extensibility. When assembling and testing the system, human error and inexperience also created several challenges. Small design changes could create adverse effects elsewhere in the system, due in large part to lack of knowledge of the student making the changes. As has been mentioned, most of the students working on the system were undergraduates, and for an extended period the students with the largest roles were not even electrical engineering majors. For this same reason, troubleshooting was often a difficult process. These obstacles were overcome by using all the resources the University of Colorado and Space Grant made available, from faculty and textbooks to other more experienced students Primary Communications System The primary communications system for Hermes was designed and built almost entirely by the members of the Hermes team. The system is separated into two major parts: the radio, and the terminal node controller (TNC). The TNC was designed and built by the Hermes team, and then integrated with the commercial radio purchased from Yaesu. Figure 5. Primary Communications Board The TNC fulfills the function of providing error free communication between the satellite and the ground station. It consists of three main sections, the Atmel ATMega 168 microcontroller, the MiXed Signal MX604 digital to analog and analog to digital converter, and a simple filtering circuit. The filter circuitry removes received signal frequencies that are outside of the Hz range. This is done because the signals that are desired to be received are 1200 Hz and 2400 Hz. The MX604 converts the 1200 Hz or 2400 Hz signals to a binary value that the ATMega 168 can then interpret digitally, and also produces a 1200 Hz and 2400 Hz based on a digital input from the microcontroller. To receive data, the 168 samples the digital output of the MX604 at a rate of 1200 Hz and uses each sample as one bit of information. To transmit data, the 168 places the VX-3R into transmit mode using the 1/8 inch mono connector interface and places one bit at a time on the MX604 digital input at a rate of 1200Hz. All data, both received and transmitted is encoded using restricted AX.25 amateur radio data protocol. As a result of the resource limitations of the ATMega 168, only one packet can be buffered for transmission along with one received packet, instead of the specified eight packets in either direction. Communication between the TNC and command and data handling system of the satellite is achieved using a serial peripheral interface (SPI) protocol. Received data is passed to CDH when it is available and requested by CDH. Data is transmitted to the ground station 2009 COSGC Space Research Symposium Page 3

4 immediately after CDH passes it to the TNC and a link with the ground station has been established High Speed Communications System The High Speed Communications system is the primary payload of the Hermes CubeSat. While the primary communications system serves as the standard communications link, the high speed communications system is an experimental system designed to demonstrate that a very high data rate communications link is possible using a CubeSat. This system, once proven on orbit, would be very valuable to future CubeSats from the Colorado Space Grant Consortium as it would be able to replace the UHF system as the primary communications system. The high speed communications system was designed around the Microhard MHX-2400 S-band modem, which will allow the satellite to communicate at 115,200 baud at ideal conditions, which is significantly larger than the 1200 baud that is possible with the current primary communications system. However, the system utilizes a forward error correction scheme which will allow the link to be closed more reliably while reducing the baud rate in half. Therefore, the high speed communications system operates at 57,600 baud under ideal conditions, which is still significantly faster than the UHF system. This allows future satellites to incorporate the high speed communications system as well as a science payload that requires a high data rate downlink, such as a camera or high speed data acquisition hardware. Thus, in proving the feasibility of the high speed communications system, a larger range of science objectives can be pursued at the Colorado Space Grant Consortium using the CubeSat platform. Figure 6. High Speed Communications Board Due to a lack of availability of the MHX-2400 modem originally selected, the modem that will be flown is the newer MHX-2420 modem loaded with the firmware from the MHX-2400, so it will be identical to the 2400 in all aspects. The MHX-2400 modem is a spread spectrum frequency hopping modem that transmits in the 2.4 to 2.48 GHz range, which lies in the S-band. During operations, the modem on board Hermes will link to an identical MHX-2400 connected to the S-band ground station used by the Colorado Space Grant Consortium. The MHX is very well suited to this implementation, as it is capable of performing forward error correction and Doppler shifting internally. Additionally, the modems will handshake automatically, and all the details of the link are transparent to the mission operators. The antenna for the high speed communications system is also a monopole antenna constructed with spring steel that has been tuned to the frequency range that the MHX utilizes. The wavelength of the signal generated by this antenna is roughly 12.5 cm at 2.4GHz, which is very close in magnitude to the external dimensions of Hermes, which is roughly 10 cm. Because the satellite structure dimension and the signal wavelength are roughly the same size, the structure of the satellite will effectively shield the antenna s radiation that is directed back towards the satellite. As a result, the high speed communications system is very directional, and imposes a pointing requirement in order to secure a link Attitude Determination and Control System The Attitude Determination and Control System (ADCS) is designed to point the high speed communications antenna in the ideal orientation to achieve the highest quality link. This is necessary because of the high speed communication system's gain pattern, which has an optimal gain when the antenna is oriented 30 degrees from the line of sight between the satellite and the ground station. In order to achieve this level of attitude control, it was determined that a passive system was ideal, as an active control system was found to be too volume-and-mass consuming to be worth the additional pointing accuracy. The design of the passive control system incorporates magnets and hysteresis rods in order to stabilize the satellite in the desired orientation. The magnet is aligned with the antenna axis of the satellite which will align that axis with the Earth s magnetic field as the satellite orbits the Earth. The magnet and hysteresis rod sizing was performed using an attitude model that was created by Auburn University for the Aubie-Sat I project. The result was a 3 inch long AlNiCo Cast-5 magnet oriented along the antenna axis and two one inch long HYMU80 hysteresis rods oriented in the other two orthogonal axes. It was determined that this magnet design would provide the required pointing accuracy and the hysteresis rods would adequately dampen out the rotation of the satellite COSGC Space Research Symposium Page 4

5 2.6. Satellite Structure The structure of the Hermes Cubesat was designed to meet the requirements set forth by CalPoly as well as to adequately support and protect the satellite subsystems. The resulting design in an isogrid satellite structure with four corner rails designed to support Hermes in the Poly Picosatellite Orbital Deployer (PPOD). Each of the subsystems are integrated onto square PCB boards which are then integrated together using threaded rods which pass through each board. The spacing between each subsystem board is fixed using standoffs between the boards that are positioned on each of the threaded rods between the boards. In order to meet the requirements set forth by CalPoly, the antennas have to be restrained such that they will not contact the PPOD when Hermes is inside of the deployer. In order to satisfy this requirement, the antennas were to be wrapped around the outside of the satellite so that they would not extend beyond the range required to fit in the PPOD. To hold the antennas in the wrapped position, Dacron thread was tied around the antennas and an element of the aluminum structure through holes in the solar panels. This restrains the antennas securely enough that they will be able to remain in place during integration with the PPOD and during launch. Figure 9. Hermes with Antennas Stowed Figure 7. The Board Stack In order to integrate the flight electronic hardware into the flight structure, the internal board stack is first integrated, and then the structural panels affixed to the sides of the stack. Once the external structure has been assembled, the six solar panels are attached to each face of Hermes using solar panel clips that were designed and manufactured in-house. The antennas for each of the two communications systems are passed through holes in the aluminum structure and through the solar panels such that the entire antenna length is outside of the satellite. Figure 8. Hermes with Antennas To deploy both the High Speed communications and Primary Communications antennas, the Dacron restraints are burned through using Nichrome burn wire. A current is passed through sections of Nichrome wire, which has a very low resistance and will generate a large enough amount of heat to cut through the Dacron restraints. This deployment system is activated after deployment from the PPOD and a pre-determined delay period. 3. Current Status of the Project As mentioned previously, the satellite is in the final integration and testing phase of development. All of the flight hardware is in-house and assembled, and each of the subsystems has been exhaustively tested individually. Currently testing of the fully integrated board stack is being performed, which will be followed by full structural integration of the satellite. Several long range communications tests have been performed with both of the communications systems, and the results are very positive. Deployment tests have also been completed and show that the deployment system that was designed is very reliable. However, additional communication and deployment tests will take place in the near future to show conclusively that the satellite is fully operational in those respects. Following the additional operational testing and structural integration, a series of environmental tests will be completed in order to show that the satellite will survive launch. The two tests that will be performed are a 2009 COSGC Space Research Symposium Page 5

6 vibration test and a thermal vacuum test which will be administered at test conditions required by the launch provider. Currently the project is on schedule for completion in late April, 2009, and all indications are that the satellite will be fully capable of satisfying each of the mission goals when launched COSGC Space Research Symposium Page 6

GEM Student Tutorial: Cubesats. Alex Crew

GEM Student Tutorial: Cubesats. Alex Crew GEM Student Tutorial: Cubesats Alex Crew Outline What is a Cubesat? Advantages and disadvantages Examples of Cubesat missions What is a cubesat? Originally developed by California Polytechnic State University

More information

Michigan Multipurpose MiniSat M-Cubed. Kiril Dontchev Summer CubeSat Workshop: 8/9/09

Michigan Multipurpose MiniSat M-Cubed. Kiril Dontchev Summer CubeSat Workshop: 8/9/09 Michigan Multipurpose MiniSat M-Cubed Kiril Dontchev Summer CubeSat Workshop: 8/9/09 Michigan NanoSat Pipeline Inputs Outputs U of M Ideas Innovative technology Entrepreneurial thought Science Papers Flight

More information

UCISAT-1. Current Completed Model. Former Manufactured Prototype

UCISAT-1. Current Completed Model. Former Manufactured Prototype UCISAT-1 2 Current Completed Model Former Manufactured Prototype Main Mission Objectives 3 Primary Mission Objective Capture an image of Earth from LEO and transmit it to the K6UCI Ground Station on the

More information

From the Delfi-C3 nano-satellite towards the Delfi-n3Xt nano-satellite

From the Delfi-C3 nano-satellite towards the Delfi-n3Xt nano-satellite From the Delfi-C3 nano-satellite towards the Delfi-n3Xt nano-satellite Geert F. Brouwer, Jasper Bouwmeester Delft University of Technology, The Netherlands Faculty of Aerospace Engineering Chair of Space

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

In the summer of 2002, Sub-Orbital Technologies developed a low-altitude

In the summer of 2002, Sub-Orbital Technologies developed a low-altitude 1.0 Introduction In the summer of 2002, Sub-Orbital Technologies developed a low-altitude CanSat satellite at The University of Texas at Austin. At the end of the project, team members came to the conclusion

More information

A 2.4 GHz High Speed Communications System for Cubesat Applications

A 2.4 GHz High Speed Communications System for Cubesat Applications A 2.4 GHz High Speed Communications System for Cubesat Applications Daniel G. Kuester, Pradeep Narayan P Radhakrishna Colorado Space Grant Consortium University of Colorado at Boulder Abstract This paper

More information

Satellite Engineering BEST Course. CubeSats at ULg

Satellite Engineering BEST Course. CubeSats at ULg Satellite Engineering BEST Course CubeSats at ULg Nanosatellite Projects at ULg Primary goal Hands-on satellite experience for students 2 Nanosatellite Projects at ULg Primary goal Hands-on satellite experience

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

NASA s ELaNa Program and it s First CubeSat Mission

NASA s ELaNa Program and it s First CubeSat Mission NASA s ELaNa Program and it s First CubeSat Mission Educational Launch of Nanosatellite NASA s Kennedy Space Center Launch Service Providers Colorado Space Grant Consortium Kentucky Space and Montana State

More information

ncube Spacecraft Specification Document

ncube Spacecraft Specification Document ncube Spacecraft Specification Document 1. INTRODUCTION The Norwegian student satellite, ncube, is an experimental spacecraft that was developed and built by students from four Norwegian universities in

More information

AubieSat-1. Distribution Statement: Approved for public release; distribution is unlimited.

AubieSat-1. Distribution Statement: Approved for public release; distribution is unlimited. AubieSat-1 Distribution Statement: Approved for public release; distribution is unlimited. AubieSat-I Mission Workforce Development: Students develop leadership, technical, team working, and management

More information

KySat-2: Status Report and Overview of C&DH and Communications Systems Design

KySat-2: Status Report and Overview of C&DH and Communications Systems Design KySat-2: Status Report and Overview of C&DH and Communications Systems Design Jason Rexroat University of Kentucky Kevin Brown Morehead State University Twyman Clements Kentucky Space LLC 1 Overview Mission

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION COMPASS-1 PICOSATELLITE: STRUCTURES & MECHANISMS Marco Hammer, Robert Klotz, Ali Aydinlioglu Astronautical Department University of Applied Sciences Aachen Hohenstaufenallee 6, 52064 Aachen, Germany Phone:

More information

UKube-1 Platform Design. Craig Clark

UKube-1 Platform Design. Craig Clark UKube-1 Platform Design Craig Clark Ukube-1 Background Ukube-1 is the first mission of the newly formed UK Space Agency The UK Space Agency gave us 5 core mission objectives: 1. Demonstrate new UK space

More information

AMSAT Fox Satellite Program

AMSAT Fox Satellite Program AMSAT Space Symposium 2012 AMSAT Fox Satellite Program Tony Monteiro, AA2TX Topics Background Fox Launch Strategy Overview of Fox-1 Satellite 2 Background AO-51 was the most popular ham satellite Could

More information

CubeSat: Developing a Standard Bus for Picosatellites

CubeSat: Developing a Standard Bus for Picosatellites CubeSat: Developing a Standard Bus for Picosatellites I.Galysh, K. Doherty, J. McGuire, H.Heidt, D. Niemi, G. Dutchover The StenSat Group 9512 Rockport Rd, Vienna, VA 22180 http://www.stensat.org Abstract

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

The CubeSTAR Project. Design of a Prototype Communication System for the CubeSTAR Nano-satellite. Master presentation by Johan Tresvig 24th Aug.

The CubeSTAR Project. Design of a Prototype Communication System for the CubeSTAR Nano-satellite. Master presentation by Johan Tresvig 24th Aug. Design of a Prototype Communication System for the CubeSTAR Nano-satellite Master presentation by Johan Tresvig 24th Aug. 2010 The CubeSTAR Project Student satellite project at the University of Oslo Scientific

More information

10 August 2005 Utah State University Logan, UT

10 August 2005 Utah State University Logan, UT 19th Annual AIAA SmallSat Conference The *.Sat CubeSat Bus When Three Cubes Meet Eric P. Lee, *.Sat Project Manager (eric.p.lee@lmco.com, leeep@stanford.edu) and Matthew D Ortenzio, Stevan M. Spremo, Belgacem

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

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

IAC-04-P.5.B.07 CUBESAT TECHNICAL ASPECTS

IAC-04-P.5.B.07 CUBESAT TECHNICAL ASPECTS IAC-04-P.5.B.07 CUBESAT TECHNICAL ASPECTS Artur Scholz Jens Giesselmann Cynthia Duda University of Applied Sciences Aachen, Germany arturscholz@gmx.de, jens.giesselmann@gmx.net, cynthia.duda@hotmail.com

More information

KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT

KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT KUMU A O CUBESAT: THERMAL SENSORS ON A CUBESAT Tyson K. Seto-Mook Department of Electrical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 INTRODUCTION A. Abstract CubeSat is a project that

More information

2013 RockSat-C Preliminary Design Review

2013 RockSat-C Preliminary Design Review 2013 RockSat-C Preliminary Design Review TEC (The Electronics Club) Eastern Shore Community College Melfa, VA Larry Brantley, Andrew Carlton, Chase Riley, Nygel Meece, Robert Williams Date 10/26/2012 Mission

More information

Development Opportunities within the CubeSat Kit Architecture

Development Opportunities within the CubeSat Kit Architecture Development Opportunities within the CubeSat Kit Architecture Andrew E. Kalman, Ph.D. Slide 1 Outline Part I: Historical Overview & Observations Part II: Internal Module Stacking Part III: Underutilized

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

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

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

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

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

SYSTEMS INTEGRATION AND STABILIZATION OF A CUBESAT

SYSTEMS INTEGRATION AND STABILIZATION OF A CUBESAT SYSTEMS INTEGRATION AND STABILIZATION OF A CUBESAT Tyson Kikugawa Department of Electrical Engineering University of Hawai i at Manoa Honolulu, HI 96822 ABSTRACT A CubeSat is a fully functioning satellite,

More information

Advanced Electrical Bus (ALBus) CubeSat Technology Demonstration Mission

Advanced Electrical Bus (ALBus) CubeSat Technology Demonstration Mission Advanced Electrical Bus (ALBus) CubeSat Technology Demonstration Mission April 2015 David Avanesian, EPS Lead Tyler Burba, Software Lead 1 Outline Introduction Systems Engineering Electrical Power System

More information

Pico-Satellite Training Kit HEPTA-Sat: Hands-on Practices for Space Engineering

Pico-Satellite Training Kit HEPTA-Sat: Hands-on Practices for Space Engineering College of Science and Technology Pico-Satellite Training Kit HEPTA-Sat: Hands-on Practices for Space Engineering Masahiko Yamazaki(Nihon University) Pre-Symposium Hands-on Workshop at Stellenbosch University(Dec.

More information

MISSION OPERATION FOR THE KUMU A`O CUBESAT. Zachary K. Lee-Ho Department of Mechanical Engineering University of Hawai i at Mānoa Honolulu, HI 96822

MISSION OPERATION FOR THE KUMU A`O CUBESAT. Zachary K. Lee-Ho Department of Mechanical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 MISSION OPERATION FOR THE KUMU A`O CUBESAT Zachary K. Lee-Ho Department of Mechanical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT UH is currently developing its 5 th generation

More information

CubeSat Communication System, a New Design Approach

CubeSat Communication System, a New Design Approach CubeSat Communication System, a New Design Approach Ayman N. Mohi, Jabir S. Aziz, Lubab A. Salman # Department of Electronic and Communications Engineering, College of Engineering, Al-Nahrain University

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

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

CRITICAL DESIGN REVIEW

CRITICAL DESIGN REVIEW STUDENTS SPACE ASSOCIATION THE FACULTY OF POWER AND AERONAUTICAL ENGINEERING WARSAW UNIVERSITY OF TECHNOLOGY CRITICAL DESIGN REVIEW November 2016 Issue no. 1 Changes Date Changes Pages/Section Responsible

More information

GeneSat-1 Quick Look Mission Report

GeneSat-1 Quick Look Mission Report GeneSat-1 Bruce Yost Mission Manager (650)691-0676 GeneSat-1 Project Team GeneSat-1Project M J. Hines Payload Segment C. Friedericks Space Segment C. Freidericks MIssion Managemen

More information

The Colorado Student Space Weather Experiment (CSSWE) On-Orbit Performance

The Colorado Student Space Weather Experiment (CSSWE) On-Orbit Performance The Colorado Student Space Weather Experiment (CSSWE) On-Orbit Performance David Gerhardt 1, Scott Palo 1, Xinlin Li 1,2, Lauren Blum 1,2, Quintin Schiller 1,2, and Rick Kohnert 2 1 University of Colorado

More information

LABsat Manual Fall 2005

LABsat Manual Fall 2005 LABsat Manual Fall 2005 This manual describes the USNA Laboratory Satellite System which has been designed to provide a realistic combination of all the aspects of satellite design including the Electrical

More information

KUTESat. Pathfinder. Presented by: Marco Villa KUTESat Project Manager. Kansas Universities Technology Evaluation Satellite

KUTESat. Pathfinder. Presented by: Marco Villa KUTESat Project Manager. Kansas Universities Technology Evaluation Satellite KUTESat Kansas Universities Technology Evaluation Satellite Pathfinder Presented by: Marco Villa KUTESat Project Manager Cubesat Developers' Workshop - San Luis Obispo, CA - April 8-10, 2004 SUMMARY Objectives

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

Peregrine: A deployable solar imaging CubeSat mission

Peregrine: A deployable solar imaging CubeSat mission Peregrine: A deployable solar imaging CubeSat mission C1C Samantha Latch United States Air Force Academy d 20 April 2012 CubeSat Workshop Air Force Academy U.S. Air Force Academy Colorado Springs Colorado,

More information

3.0 Payload Sensors Subsystem

3.0 Payload Sensors Subsystem 3.0 Payload Sensors Subsystem If the C&DH subsystem is the brain of the CubeSat, then the Payload Sensors Subsystem is the eyes and nose of the CubeSat. The payload sensors subsystem consists of several

More information

AstroSat Workshop 12 August CubeSat Overview

AstroSat Workshop 12 August CubeSat Overview AstroSat Workshop th 12 August 2016 CubeSat Overview OBJECTIVE Identify science justified exo-atmospheric mission options for 3U up to 12U CubeSat class missions in Low Earth Orbit. 3 Development Epochs:

More information

Design of an Electrical Power Subsystem Using the CubeSat Stackable

Design of an Electrical Power Subsystem Using the CubeSat Stackable Design of an Electrical Power Subsystem Using the CubeSat Stackable Interface Bao Jun Lei Department of Electrical Engineering University of Hawai`i at Manoa Honolulu, HI 96822 Abstract The design of an

More information

The AFIT of Today is the Air Force of Tomorrow.

The AFIT of Today is the Air Force of Tomorrow. Air Force Institute of Technology Rapid Build and Space Qualification of CubeSats Joshua Debes Nathan Howard Ryan Harrington Richard Cobb Jonathan Black SmallSat 2011 Air Force Institute of Technology

More information

Petite Amateur Navy Satellite

Petite Amateur Navy Satellite Petite Amateur Navy Satellite Steven R. Bible, N7HPR Dan Sakoda, KD6DRA n7hpr@amsat.org dsakoda@nps.navy.mil Space Systems Academic Group Naval Postgraduate School Monterey, CA 93943 Introduction The Naval

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

FRL's Demonstration and Science Experiments (DSX) rogram Quest for the Common Micro Satellite Bus

FRL's Demonstration and Science Experiments (DSX) rogram Quest for the Common Micro Satellite Bus FRL's Demonstration and Science Experiments (DSX) rogram Quest for the Common Micro Satellite Bus 21st Annual Conference on Small Satellites August 13-16, 16, 2007 Logan, Utah N. Greg Heinsohn DSX HSB

More information

Interface Control Document Lynch Rocket Lab Dartmouth College

Interface Control Document Lynch Rocket Lab Dartmouth College Interface Control Document Lynch Rocket Lab Dartmouth College Contact: Kristina.Lynch@Dartmouth.edu Dartmouth College Dept. of Physics and Astronomy 6127 Wilder Lab Hanover, NH 03755 www.dartmouth.edu/~aurora/greencube.html

More information

Mission Overview ELECTRON LOSSES AND FIELDS INVESTIGATION CubeSat Developers Workshop. University of California, Los Angeles April 25, 2013

Mission Overview ELECTRON LOSSES AND FIELDS INVESTIGATION CubeSat Developers Workshop. University of California, Los Angeles April 25, 2013 ELECTRON LOSSES AND FIELDS INVESTIGATION Mission Overview 2013 CubeSat Developers Workshop University of California, Los Angeles April 25, 2013 elfin@igpp.ucla.edu 1 Electron Losses and Fields Investigation

More information

Reaching for the Stars

Reaching for the Stars Satellite Research Centre Reaching for the Stars Kay-Soon Low Centre Director School of Electrical & Electronic Engineering Nanyang Technological University 1 Satellite Programs @SaRC 2013 2014 2015 2016

More information

A PLANAR ANTENNA AND MODULAR SUBSYSTEM DESIGN FOR CUBESATS

A PLANAR ANTENNA AND MODULAR SUBSYSTEM DESIGN FOR CUBESATS A PLANAR ANTENNA AND MODULAR SUBSYSTEM DESIGN FOR CUBESATS Reece T. Iwami Department of Electrical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT Previous University of Hawaii CubeSats

More information

Self-Steering Antennas for CubeSat Networks

Self-Steering Antennas for CubeSat Networks Self-Steering Antennas for CubeSat Networks Blaine Murakami and Wayne Shiroma University of Hawaii CubeSat Developers Workshop CalPoly - San Luis Obispo March 9, 2004 Outline Overview of the UH Small-Satellite

More information

2009 CubeSat Developer s Workshop San Luis Obispo, CA

2009 CubeSat Developer s Workshop San Luis Obispo, CA Exploiting Link Dynamics in LEO-to-Ground Communications 2009 CubeSat Developer s Workshop San Luis Obispo, CA Michael Caffrey mpc@lanl.gov Joseph Palmer jmp@lanl.gov Los Alamos National Laboratory Paper

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

Presentation of the Xatcobeo project XAT PRE-012-UVIGO.INTA

Presentation of the Xatcobeo project XAT PRE-012-UVIGO.INTA Presentation of the Xatcobeo project XAT-10000-PRE-012-UVIGO.INTA 24.04.09 www.xatcobeo.com Fernando Aguado faguado@xatcobeo.com Principal investigator University of Vigo Jorge Iglesias jiglesias@xatcobeo.com

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

Drag and Atmospheric Neutral Density Explorer

Drag and Atmospheric Neutral Density Explorer Drag and Atmospheric Neutral Density Explorer Winner of University Nanosat V Competition Engineering Challenges of Designing a Spherical Spacecraft Colorado Undergraduate Space Research Symposium April

More information

Attitude Determination and Control Specifications

Attitude Determination and Control Specifications Attitude Determination and Control Specifications 1. SCOPE The attitude determination and control sub system will passively control the orientation of the two twin CubeSats. 1.1 General. This specification

More information

AubieSat-I Auburn University s First Student Built Satellite. Thor Wilson, Project Manager

AubieSat-I Auburn University s First Student Built Satellite. Thor Wilson, Project Manager AubieSat-I Auburn University s First Student Built Satellite Thor Wilson, Project Manager AubieSat-I Mission AS-I Goals To develop a student satellite building capability at Auburn University To space

More information

NCUBE: The first Norwegian Student Satellite. Presenters on the AAIA/USU SmallSat: Åge-Raymond Riise Eystein Sæther

NCUBE: The first Norwegian Student Satellite. Presenters on the AAIA/USU SmallSat: Åge-Raymond Riise Eystein Sæther NCUBE: The first Norwegian Student Satellite Presenters on the AAIA/USU SmallSat: Åge-Raymond Riise Eystein Sæther Motivation Build space related competence within: mechanical engineering, electronics,

More information

MISC 3 The next generation of 3U CubeSats

MISC 3 The next generation of 3U CubeSats MISC 3 The next generation of 3U CubeSats Andrew E. Kalman, Adam W. Reif, Jerami M. Martin Pumpkin, Inc. Slide 1 MISC 2 / Colony I (C1B) Timeline: Design: Q4 2008 Delivery: Q1-Q3 2009 First flight: Q4

More information

A Standardized Geometry For Space Access Ports

A Standardized Geometry For Space Access Ports A Standardized Geometry For Space Access Ports A New Standard for 6 and 12U CubeSat Components 21 APRIL 2016 DOV JELEN, PUMPKIN, INC 1 History : Early Standards CubeSat Design Specification (CDS) from

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

Recent Advances in the CubeSat Kit Family

Recent Advances in the CubeSat Kit Family Recent Advances in the CubeSat Kit Family Andrew E. Kalman, Ph.D. Slide 1 Introduction Andrew E. Kalman President and CTO, Pumpkin, Inc. Author of Creator of the 20+ years of embedded systems design and

More information

David M. Klumpar Keith W. Mashburn Space Science and Engineering Laboratory Montana State University

David M. Klumpar Keith W. Mashburn Space Science and Engineering Laboratory Montana State University Developing the Explorer-1 [PRIME] Satellite for NASA s ELaNa CubeSat Launch Program David M. Klumpar Keith W. Mashburn Space Science and Engineering Laboratory Montana State University Outline E1P Mission

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

RFTSAT: Cassie Wade Northwest Nazarene University

RFTSAT: Cassie Wade Northwest Nazarene University RFTSAT: Demonstrating Passive RF Sensor Tags Using Backscatter Data Communication Cassie Wade Northwest Nazarene University Daniel Slemmer, Curtis Garner, Lucas Schamber, Jordan Poundstone, Brandon Pankey

More information

SuitSat-2. Lou McFadin W5DID June 2009

SuitSat-2. Lou McFadin W5DID June 2009 SuitSat-2 Lou McFadin W5DID June 2009 Suitsat 1 ready for Deployment SuitSat-1 Mission and Capabilities Primary mission Voice message Commemorating the 175thAnniversary of Bauman state University Moscow.

More information

Highly-Integrated Design Approach for High-Performance CubeSats

Highly-Integrated Design Approach for High-Performance CubeSats Highly-Integrated Design Approach for High-Performance CubeSats Austin Williams Tyvak Nano-Satellite Systems CubeSat Workshop San Luis Obispo, CA April 19 th, 2012 Commercial Electronics Evolution In last

More information

6U SUPERNOVA TM Structure Kit Owner s Manual

6U SUPERNOVA TM Structure Kit Owner s Manual 750 Naples Street San Francisco, CA 94112 (415) 584-6360 http://www.pumpkininc.com 6U SUPERNOVA TM Structure Kit Owner s Manual REV A0 10/2/2014 SJH Pumpkin, Inc. 2003-2014 src:supernova-rev00_20140925.doc

More information

KySat1 Mission Review

KySat1 Mission Review KySat1 Mission Review http://www.kysat.com KySat Conference Four Points Sheraton Lexington, Kentucky 3 May 2007 Presentation Overview Mission Objectives KySat Ground Segment KySat Background Standout Differences

More information

Distributed EPS in a CubeSat Application. Robert Burt Space Dynamics Laboratory 1695 N Research Parkway;

Distributed EPS in a CubeSat Application. Robert Burt Space Dynamics Laboratory 1695 N Research Parkway; SSC11-VI-5 Distributed EPS in a CubeSat Application Robert Burt Space Dynamics Laboratory 1695 N Research Parkway; 435-713-3337 Robert.burt@sdl.usu.edu ABSTRACT Historically, cubesats have used a centralized

More information

The Future for CubeSats Present and Coming Launch Opportunities 18th Annual AIAA / USU Conference on Small Satellites CubeSat Workshop

The Future for CubeSats Present and Coming Launch Opportunities 18th Annual AIAA / USU Conference on Small Satellites CubeSat Workshop The Future for CubeSats Present and Coming Launch Opportunities 18th Annual AIAA / USU Conference on Small Satellites CubeSat Workshop Presented By: Armen Toorian California Polytechnic State University

More information

Nanosat Deorbit and Recovery System to Enable New Missions

Nanosat Deorbit and Recovery System to Enable New Missions SSC11-X-3 Nanosat Deorbit and Recovery System to Enable New Missions Jason Andrews, Krissa Watry, Kevin Brown Andrews Space, Inc. 3415 S. 116th Street, Ste 123, Tukwila, WA 98168, (206) 342-9934 jandrews@andrews-space.com,

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

YamSat. YamSat Introduction. YamSat Team Albert Lin (NSPO) Yamsat website

YamSat. YamSat Introduction. YamSat Team Albert Lin (NSPO) Yamsat website Introduction Team Albert Lin (NSPO) Yamsat website http://www.nspo.gov.tw Major Characteristics Mission: Y: Young, developed by young people. A: Amateur Radio Communication M: Micro-spectrometer payload

More information

The Kentucky Space Consortium th Quarter Update

The Kentucky Space Consortium th Quarter Update The Kentucky Space Consortium 2008 4 th Quarter Update Tyler J. Doering http://www.kentuckyspace.com 5 th Annual Developer s Workshop AIAA/USU Small Satellite Conference Logan, UT 8 August 2008 Outline

More information

Datasheet VHF antenna and release system for GomSpace 6U structure

Datasheet VHF antenna and release system for GomSpace 6U structure NanoCom ANT-6F VHF NanoUtil AR6 Datasheet VHF antenna and release system for GomSpace 6U structure 1 Table of Contents 1 TABLE OF CONTENTS... 2 2 INTRODUCTION... 4 3 OVERVIEW ANT-6F VHF... 5 3.1 HIGHLIGHTED

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

CUBESAT an OVERVIEW AEOLUS AERO TECH, Pvt. Ltd.

CUBESAT an OVERVIEW AEOLUS AERO TECH, Pvt. Ltd. CUBESAT an OVERVIEW AEOLUS AERO TECH, Pvt. Ltd. Aeolus Aero Tech Pvt. Ltd. (Aeolus) based in Bengaluru, Karnataka, India, provides a wide range of Products, Services and Technology Solutions in Alternative

More information

Tropnet: The First Large Small-Satellite Mission

Tropnet: The First Large Small-Satellite Mission Tropnet: The First Large Small-Satellite Mission SSC01-II4 J. Smith One Stop Satellite Solutions 1805 University Circle Ogden Utah, 84408-1805 (801) 626-7272 jay.smith@osss.com Abstract. Every small-satellite

More information

Tracking, Telemetry and Command

Tracking, Telemetry and Command Tracking, Telemetry and Command Jyh-Ching Juang ( 莊智清 ) Department of Electrical Engineering National Cheng Kung University juang@mail.ncku.edu.tw April, 2006 1 Purpose Given that the students have acquired

More information

Amateur Radio and the CubeSat Community

Amateur Radio and the CubeSat Community Amateur Radio and the CubeSat Community Bryan Klofas KF6ZEO bklofas@calpoly.edu Electrical Engineering Department California Polytechnic State University, San Luis Obispo, CA Abstract This paper will explore

More information

GreenCube and RocketCube

GreenCube and RocketCube GreenCube and RocketCube Student Projects Phillip Bracikowski Kristina Lynch, Amanda Slagle, Max Fagin, Umair Siddiqui, Julianna Scheiman, Sean Currey, Lisa Gayetsky, William Voigt, Matt Chong, Louis Buck,

More information

Space Engineering Education through Pakistan National Student Satellite

Space Engineering Education through Pakistan National Student Satellite Space Engineering Education through Pakistan National Student Satellite Shakeel-ur-Rehman United Nations BSTI Symposium 11-15 December 2017 at StellenBosch University South Africa 1 1. Background/ Introduction

More information

New techniques for Radiation testing of CubeSats

New techniques for Radiation testing of CubeSats The most important thing we build is trust ADVANCED ELECTRONIC SOLUTIONS AVIATION SERVICES COMMUNICATIONS AND CONNECTIVITY MISSION SYSTEMS New techniques for Radiation testing of CubeSats Jiri Hofman,

More information

TigreSAT 2010 &2011 June Monthly Report

TigreSAT 2010 &2011 June Monthly Report 2010-2011 TigreSAT Monthly Progress Report EQUIS ADS 2010 PAYLOAD No changes have been done to the payload since it had passed all the tests, requirements and integration that are necessary for LSU HASP

More information

Development of Modular 3U CubeSat Standard Platform and Its Application to KAUSAT-5

Development of Modular 3U CubeSat Standard Platform and Its Application to KAUSAT-5 4 th IAA Conference on University Satellite Mission and CubeSat Workshop 4-7 December Title 2017, Roma, Italy [IAA-AAS-CU-17-06-04] Development of Modular 3U CubeSat Standard Platform and Its Application

More information

From a phone call to a satellite orbiting Earth

From a phone call to a satellite orbiting Earth From a phone call to a satellite orbiting Earth Xavier Werner Space Structures and Systems Lab. Aerospace & Mechanical Engineering Dept. University of Liège My background 2011: HELMo Gramme, Industrial

More information

NanoCom ANT430. Datasheet 70 cm band Omnidirectional UHF CubeSat antenna

NanoCom ANT430. Datasheet 70 cm band Omnidirectional UHF CubeSat antenna NanoCom ANT430 Datasheet 70 cm band Omnidirectional UHF CubeSat antenna 1 Table of Contents 1 TABLE OF CONTENTS... 2 2 OVERVIEW... 3 2.1 HIGHLIGHTED FEATURES... 3 2.2 FUNCTIONAL DESCRIPTION... 3 2.2.1

More information

PhoneSat: Balloon Testing Results. Mike Safyan 2011 Summer CubeSat Developers Workshop

PhoneSat: Balloon Testing Results. Mike Safyan 2011 Summer CubeSat Developers Workshop PhoneSat: Balloon Testing Results Mike Safyan 2011 Summer CubeSat Developers Workshop 85 Why use a phone? Increase on-orbit processor capability by a factor of 10-100 Decrease cost by a factor of 10-1000

More information

DYNAMIC IONOSPHERE CUBESAT EXPERIMENT

DYNAMIC IONOSPHERE CUBESAT EXPERIMENT Geoff Crowley, Charles Swenson, Chad Fish, Aroh Barjatya, Irfan Azeem, Gary Bust, Fabiano Rodrigues, Miguel Larsen, & USU Student Team DYNAMIC IONOSPHERE CUBESAT EXPERIMENT NSF-Funded Dual-satellite Space

More information

I SARA 08/10/13. Pre-Decisional Information -- For Planning and Discussion Purposes Only

I SARA 08/10/13. Pre-Decisional Information -- For Planning and Discussion Purposes Only 1 Overview ISARA Mission Summary Payload Description Experimental Design ISARA Mission Objectives: Demonstrate a practical, low cost Ka-band High Gain Antenna (HGA) on a 3U CubeSat Increase downlink data

More information

Project METEOR Instrumentation Platform P08101

Project METEOR Instrumentation Platform P08101 Project METEOR 07-08 Instrumentation Platform P08101 Team Members (from left to right): Christopher J. Fisher (Project Manager), David J. Semione, Gabriela Eneriz Pereira Nunes, Brian A. Hanna, Sergey

More information

BENEFITS FOR DEPLOYABLE QUADRIFILAR HELICAL ANTENNA MODULES FOR SMALL SATELLITES

BENEFITS FOR DEPLOYABLE QUADRIFILAR HELICAL ANTENNA MODULES FOR SMALL SATELLITES BENEFITS FOR DEPLOYABLE ANTENNA MODULES FOR SMALL SATELLITES 436.5 and 2400 MHz QHA s compared with Monopole Antennas on Small Satellites 1 2400 MHZ ISO-FLUX ANTENNA MOUNTED ON A 2U SMALL SATELLITE Axial

More information