LABET Low Altitude Balloon Experiments in Technology

39
LABET Low Altitude Balloon Experiments in Technology CPR E 491 ENGR 466

description

LABET Low Altitude Balloon Experiments in Technology. CPR E 491 ENGR 466. Team Introduction. ENGR 466 Team Brian Walker Richard George CPR E 491 Team Mike Svendsen Steve Towey. Client Introduction. Client Iowa State University Space Systems and Controls Lab (SSCL) Advisor - PowerPoint PPT Presentation

Transcript of LABET Low Altitude Balloon Experiments in Technology

Page 1: LABET Low Altitude Balloon  Experiments in Technology

LABETLow Altitude Balloon

Experiments in Technology

CPR E 491ENGR 466

Page 2: LABET Low Altitude Balloon  Experiments in Technology

Team IntroductionENGR 466 Team

Brian WalkerRichard George

CPR E 491 Team

Mike SvendsenSteve Towey

Page 3: LABET Low Altitude Balloon  Experiments in Technology

Client IntroductionClient

Iowa State University Space Systems and Controls Lab (SSCL)

Advisor

Matthew Nelson

Page 4: LABET Low Altitude Balloon  Experiments in Technology

OverviewClient Statement of NeedsFunctional RequirementsNon-Functional RequirementsDeliverablesProject Decomposition into SubsystemsDesign ConceptsTesting and EvaluationWork Plan

Page 5: LABET Low Altitude Balloon  Experiments in Technology

Client Statement of NeedThe SSCL has worked on several iterations of its

LABET platform which is a blimp platform used for both research and for outreach events.  Currently, all of these have been limited to indoor use only which does limit their functionality for some research based projects.  The need is to have an outdoor blimp platform capable of carrying a small payload and able to navigate in calm to light winds

Page 6: LABET Low Altitude Balloon  Experiments in Technology

Operating EnvironmentOutdoor usage Maneuverable in winds up to 10 mph.Operate in temperatures between -20 and 100 F.Operate in humidity up to 90%

Page 7: LABET Low Altitude Balloon  Experiments in Technology

Functional RequirementsVertical lift capability up to 500 feetWireless control/interface up to 1500 feetAdditional payload lift of 7 ounces minimumSystem fly time of no less then 20 minutesFly and maneuver in up to 10 mph Balloon lift potential between 80-90% entire

system weightGPS and pressure sensor to determine position

Page 8: LABET Low Altitude Balloon  Experiments in Technology

Non-Functional Requirements

Durable and reusable designControlled via computer interfaceDetermine position via computer interface

Page 9: LABET Low Altitude Balloon  Experiments in Technology

Project Deliverables Complete balloon system meeting requirementsOperating manualsDesign documentation

Page 10: LABET Low Altitude Balloon  Experiments in Technology

Decomposition into Subsystems

Page 11: LABET Low Altitude Balloon  Experiments in Technology

Balloon System: Provides majority of lift of the entire system while providing stability.Load Frame: Support for control / sensor systems and payload, while providing balance weight.Propulsion Systems: Includes vertical and horizontal thrust motors, propellers, ESC’s, and main battery use.Electronics: Includes micro-controller, wireless communication, and all sensors.

Software: Includes embedded LABET software, base station communication, and GUI.

Decomposition into Subsystems

Page 12: LABET Low Altitude Balloon  Experiments in Technology

Work Breakdown

Page 13: LABET Low Altitude Balloon  Experiments in Technology

Design Concepts

Page 14: LABET Low Altitude Balloon  Experiments in Technology

Balloon System Design

Page 15: LABET Low Altitude Balloon  Experiments in Technology

Balloon Design BreakdownHybrid Latex Blimp System

Envelope1 mil plastic sheetingSeamed to form the blimp shape BalloonsTwo individual 48” latex balloonsProvides majority of entire system liftEasily replaced and interchangeableStiffenersCreates a rigid blimp shape in conjunction with balloonsFoam core creates rigid yet light and inexpensive solution Weight DistributorFoam core bars Distributes weight of frame to envelope and balloonsSeals envelope shut when connected to frame

Page 16: LABET Low Altitude Balloon  Experiments in Technology

Final Design DecisionsAssembly

Open seam prior to connectionStiffeners assembled inside envelopeBalloons placed and blown inside envelope

Visual PresenceAlternating color tip to determine frontSSCL and LABET symbols for added visual

Benefits Breaks down to manageable sizesEnvelope easily repairedParts interchangeable and replaceable

Page 17: LABET Low Altitude Balloon  Experiments in Technology

Load Frame ResearchPrevious LABET SystemsLoad Frame Design

Gen. III – Duel Fan ControlGen. IV – Direct Balloon AttachmentGen. V – Propeller Mounting

Material Usage

Material SelectionWeightStrengthDurabilityCost

Page 18: LABET Low Altitude Balloon  Experiments in Technology

Load Frame Design

Page 19: LABET Low Altitude Balloon  Experiments in Technology

Load Frame Design Breakdown

Cross Foam Core Load FrameFoam Core StructureRigid material yet light and inexpensiveCross design to minimize materialWooden Motor MountsBass wood for rigidness and strengthBuilt in sheer bracing which connects to framePropeller ShroudsProtects propellers from interferenceProvides some thrust funnelingSystem BoxContains/protects battery and circuitsWeight supported by cross structureRemovable/Replaceable to meet payload changes

Page 20: LABET Low Altitude Balloon  Experiments in Technology

Final Design DecisionsStructure

Cross frame designSpaced separation to maximize strengthDistributes weight through balloon connection

Visual PresenceMinimal in design for weight and lookHides wires and electronics from view

Benefits Material is durable and light for sizeMaterials locally and inexpensively obtainedDirect connection to balloon system

Page 21: LABET Low Altitude Balloon  Experiments in Technology

Propulsion – Design Process

Weight Constraints24 ounces

Battery Life Calculations Thrust Calculations

Page 22: LABET Low Altitude Balloon  Experiments in Technology

PropulsionDucted Fans vs. Propellers

Brushless Motors vs. Brushed Motors

Page 23: LABET Low Altitude Balloon  Experiments in Technology

Propulsion – DesignSelection

s

Thrust Battery Life

Page 24: LABET Low Altitude Balloon  Experiments in Technology

Electronics – Design Process

Compile list of sensorsGPS, Rate Gyroscope, Pressure Sensor, Fuel

Gauge, Digital Compass

RF modulePrevious LABETs success with XBee

Page 25: LABET Low Altitude Balloon  Experiments in Technology

Electronics – Design Process

PIC vs. Atmel

Selecting PIC ProcessorOperating Voltage – 5.5VUSART – 2 I2C Bus

Timer Counters – 5 Program Memory – 48 KB

Page 26: LABET Low Altitude Balloon  Experiments in Technology

Electronics – Block Diagram

Page 27: LABET Low Altitude Balloon  Experiments in Technology

Software – Design Process

Page 28: LABET Low Altitude Balloon  Experiments in Technology

Development Language and PlatformC++ on Linux

C++ on Windows

Software – Base Station

Advantages DisadvantagesEasy Serial Com OS not as widely usedEasy File I/O OpenGL GUI Extensive experience

Advantages DisadvantagesEasy File I/O Serial Com difficultopenGL GUI Widely available OS

Advantages DisadvantagesCross Platform Serial Com difficultSwing GUI Easy File I/O

Advantages DisadvantagesCross Platform Little ExperienceEasy GUI Built in threading

Java

LabVIEW

Page 29: LABET Low Altitude Balloon  Experiments in Technology

Base Station – Frontend

Page 30: LABET Low Altitude Balloon  Experiments in Technology

Base Station- Backend

Page 31: LABET Low Altitude Balloon  Experiments in Technology

Software - LABET

Page 32: LABET Low Altitude Balloon  Experiments in Technology

Structural TestingBalloon SystemSeam stress testsLift potential testAssembly/Balloon fill test

Load FrameDrop testMotor mount sheer testAssembly/Balloon fill test

Page 33: LABET Low Altitude Balloon  Experiments in Technology

Electronics TestingHardware

Simple test programs

SoftwareCommunication testsGUI interaction testsGround tests

Page 34: LABET Low Altitude Balloon  Experiments in Technology

RisksHybrid balloon system

Encountering unforeseen setbacks

Little experience with RC equipment

Page 35: LABET Low Altitude Balloon  Experiments in Technology

Costs/Resources

Page 36: LABET Low Altitude Balloon  Experiments in Technology

Task Breakdown

Page 37: LABET Low Altitude Balloon  Experiments in Technology

Current StatusLoad frame completeBalloon completePropulsion system integratedElectronics selected and ordered

Page 38: LABET Low Altitude Balloon  Experiments in Technology

Spring Semester Gantt Chart

Page 39: LABET Low Altitude Balloon  Experiments in Technology

Questions