Portland State Aerospace Society Rocket Avionics

Slides:



Advertisements
Similar presentations
Background: G Renee Managemen Corporation is a privately held engineering consulting firm located in Coconut Grove, Fl specializing in the design and development.
Advertisements

Embedded Systems John Regehr CS 5460, Dec 04. Embedded Systems  Account for >99% of new microprocessors  Consumer electronics  Vehicle control systems.
Embedded Systems Introduction CS423 Dick Steflik.
Preliminary Design Review Jan 31, 2006 Brianna Bethel Robert Havlik Jessica Lowry Alex Silva.
Zach Allen Chris Chan Ben Wolpoff Shane Zinner Project Z: Stereo Range Finding Based on Motorola Dragonball Processor.
System for Engine Location Of a Web Train Paul Wimmer and Adam Weintrop Dr. Irwin and Dr. Schertz 12/5/05 Project Proposal -CTCDS.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
R&D Design Center. Main activities 1. Alpha-Resources R&D Design Center provides: Embedded software development. Drivers development. Low-level programming.
Camera Interfacing using ARM7
ECE 445 Resources Brady Salz January 27, Outline  Microcontrollers vs. DSPs vs. Embedded Processors –Brands and Series –Development Tools  Sensors.
Department of Electronic & Electrical Engineering Embedded system Aims: Introduction to: Hardware. Software Ideas for projects ? Robotics/Control/Sensors.
1 Embedded Systems, Design and Applications Mr. OOI CHEE PUN.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
ECE 445 Resources Kevin Bassett September 2, 2014.
GNMSGNMS Jason Rice Eric Ellett Larry Price Daniel Grum.
ECE 445 Resources Brady Salz September 1, Outline  Embedded Platforms –Brands and Series –Development Tools  Sensors –More than one way to solve.
Development of a wireless telemetry system for model rocketry.
Baeg, Sanghyeon Reliable & high Speed Computing Lab. Hanyang University.
Microcontroller System Design Introduction- 1  Seattle Pacific University Take a microprocessor/ microcontroller chip How to Succeed in Life – The micro.
Computers Today.
BMOW is a Custom CPU Design Like your PC’s Pentium, but much simpler Closest cousin is the MOS 6502 used in the Apple II, C-64, and Atari VCS =
CECS 347 Microprocessors and Controllers II Chapter 1 - An Overview of Computing Systems Instructor: Eric Hernandez.
Industrial Automation Part I Real Time Control Embedded Systems.
1 Free Electrons. Kernel, drivers and embedded Linux development, consulting, training and support. http//free-electrons.com Free Electrons Introduction.
The GPL-GPS Project Open Source Software for Commercial Off-the-Shelf GPS Receivers Andrew Greenberg Portland State Aerospace Society Takuji Ebinuma Mitsubishi.
1 Hardware Components for Mechatronics Logic circuits Signal conditioning circuits Microcontrollers PLCs Hardware Interfacing.
Microcontrollers A microcontroller is a small computer which interacts with its environment, e.g switches, sensors, lights, motors It does not have.
Career In System Engineering For Knowvarity
Who Wants To Be A Safe Communicator?
Introduction to Embedded Systems
IF I ONLY HAD A BRAIN THE MICROCONTROLLER
Introduction to Microcontrollers
Multiway Noticeboard with User Configure Features Using IOT & PC
Department of ECE A project Report on
Reconfigurable Computing for Space Applications
EMBEDDED SYSTEMS.
Introducing the Arduino boards & some supporting modules
ARM Embedded Systems
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
USB The topics covered, in order, are USB background
INTRODUCTION TO COMPUTERS
IT-AMS Applied Microcontroller Systems (5 ECTS , Forår, E / IKT)
Digital Story Telling MSET April 20, 2012.
EMBEDDED SYSTEMS SUCHITA M. DAKI.
COMP 1321 Digital Infrastructure
Libreroot – Deblobbing Buildroot
Raspberry Pi Pi 2 Model B.
Android Street Car Team 12 Zongyang Zhu ECE 477 Senior Design Project
Carson Labrado and Jacob Travis
Tiny Computers, Hidden Control
Multicultural Social Community Development Institute ( MSCDI)
ریز پردازنده. ریز پردازنده مراجع درس میکروکنترلرهای AVR برنامه نویسی اسمبلی و C محمدعلی مزیدی، سپهر نعیمی و سرمد نعیمی مرجع کامل میکروکنترلرهای AVR.
Welcome to Digital Electronics using the Arduino Board
1 مفهوم ارتباطات ارتباطات معادل واژه communications ) ميباشد(. ارتباطات يك فرايند اجتماعي و دو طرفه است كه در آن اطلاعات مبادله شده و نوعي تفاهم بين طرفهاي.
TCSP – Schematics Design
Joe Trefilek Jeff Kubascik Paul Scheffler Matt Rockey
.NET Micro Framework Salvador Ramirez Program Manager.
Technical Communication Skills Practicum
ECE 477 Final Presentation Team 1  Spring 2008
Presented by: K.SWETHAA LAXMI CSE-2 T EAM NAME:JOLD BATCH NO:4.
EMBEDDED SYSTEMS & ITS APPLICATIONS
Purpose, functions and types of hardware including input, output, storage, processor and peripheral devices; definitions and examples; interaction between.
Arduino Workshop University of Jordan.
Reverse engineering through full system simulations
Marios Karagiannis TCS/Sensor Lab University of Geneva 12/3/2012
Arduino Workshop University of Jordan.
智慧電子應用設計導論(1/3) Arduino
Define what a computer is.
Team RAPTORS Joe Trefilek Jeff Kubascik Paul Scheffler Matt Rockey
Presentation transcript:

Portland State Aerospace Society Rocket Avionics

Avionics Jargon Avionics - any electronics on the rocket ARM - a 32-bit RISC microcontroller LPC2148 - the ARM chip used on sensor nodes

Avionics Jargon Firmware - software that interacts with a microcontroller and hardware RTOS - real-time operating system eCos - an open source RTOS

Avionics Jargon Node - a group of sensors

Avionics Jargon Front end - generic electronics for all nodes

Avionics Jargon Application Specific Electronics - everything else

Current Avionics Projects Layout of application specific nodes USB firmware for nodes GPL-GPS Design of camera node

Each sensor node must have: a schematic ---> a board layout || v Node Layout Each sensor node must have: a schematic ---> a board layout || v

Node Layout Skills needed: Basic circuitry knowledge (ECE221) Ability to read data sheets (ECE171) Familiarity with transistors (ECE321) Tools needed: EagleCad Subversion Who to talk to: Timm, Andrew, Glenn, or Sarah

USB Firmware Node Firmware sets up the microcontroller gathers sensor data communicates over USB Must fit in 32KB RAM Real time response

USB Firmware Skills needed: Familiarity with Microprocessors (ECE371) Experience with C (CS163) Tools: GIT, CVS eCos access to a Linux system Who to talk to Sarah, Andrew, Jamey

GPL-GPS GPL - GNU Public License Provides open source firmware for GPS receivers no speed or altitude limitations

GPL-GPS Skills needed: Familiarity with Microprocessors (ECE372) Experience with C (CS202) Willing to learn about GPS systems Tools: CVS eCos access to a Linux system Who to talk to Andrew

Camera Node Replace old camera node with something cooler USB camera? VGA out to flight computer? built in overlay?

Camera Node Skills needed: Good internet research skills Tools: internet access Who to talk to Andrew, Timm, Keith P

How to get involved Avionics meetings every Wednesday Avionics mailing list http://lists.psas.pdx.edu/mailman/listinfo/psas-avionics Talk to Andrew Timm Sarah Glenn