Eclipse Ballooning Project

Size: px
Start display at page:

Download "Eclipse Ballooning Project"

Transcription

1 Senior Design II, Slide 1 Eclipse Ballooning Project The Parliament Team: Abigail Sydnes, Dmitriy Yarmaliuk, Edward MacMurchy & Michael Mazzanti Faculty Advisor: Dr. John J. Helferty

2 Senior Design II, Slide 2 Introduction

3 Introduction Senior Design II, Slide 3

4 Senior Design II, Slide 4 Introduction Iridium Modem communicates with ground laptop via Internet and satellite communication. Video payload and ground station communicate using Ubiquiti Rocket M5 Modems. OCCAMS Cut Down payload receives commands from Iridium Modem.

5 Senior Design II, Slide 5 Introduction - Proposed Deliverables Reliable means of video capture Sensor and Tracking data from full launch 360 Video Capture Capability Extensive testing to guarantee project success

6 Senior Design II, Slide 6 Problem Statement

7 Senior Design II, Slide 7 Problem Statement Launch Date: August 21, 2017 Trigg County High School, Cadiz, Kentucky Test Launch: April 11, 2017 Purpose Roundtop Mountain Resort Lewisberry, PA Stream stable, targeted video of solar eclipse to the NASA Stream website for entirety of event 360 Video Camera recording entire flight Coordinate nationally with other schools to make recording of historic eclipse

8 Senior Design II, Slide 8 Design Constraints

9 Senior Design II, Slide 9 Design Constraints Maximum weight of HAB (including 2000 gram balloon) of 12lbs. Environmental temperatures as low as -55 C. Robust payload design able to pass through jetstream unscathed. Launch location avoiding any inclement weather. Additionally, avoidance of any airports or similar restricted airspace.

10 Senior Design II, Slide 10 Safety and FAA Regulations Weight Requirements 12 lbs maximum system weight, including balloon 6 lbs maximum payload item weight 2 methods of flight termination Notify FAA between 24 h and 30 m of launch

11 Senior Design II, Slide 11 Evolution of Design

12 Evolution of Design - Montana State University Workshop Senior Design II, Slide 12

13 Senior Design II, Slide 13 Evolution of Design - Inclusion of 360 Camera On top of having a streamed tracking video, a 360 video would provide a full environment view upon recovery of the HAB. Mounting options and low weight (7 oz) of 360 camera allow for easy inclusion in any payload design. In the event of complications with video payload streaming or tracking, eclipse is guaranteed to be captured.

14 Senior Design II, Slide 14 Evolution of Design - Removal of Still Image Payload Weight of payload prevented additional devices from being added without surpassing 12lbs. Live video feed along with still images would be redundant. Quality of streamed video is slightly lower in resolution. Video payload stores camera feed on-board and uninterrupted video may be obtained after recovery. 360 video camera Nikon KeyMission 360 provides high quality, full environment view. KeyMission does not allow for streaming.

15 Senior Design II, Slide 15 Proposed Solution

16 Senior Design II, Slide 16 Proposed Solution Software Design - Autonomous System Raspberry Pi utilized for image processing and manual control of camera positioning. Pi camera used for the purpose of capturing video footage. Made use of the OpenCV library that is aimed at real-time computer vision. Allowed for analyzing the captured video frame by frame. Made use of the WiringPi Python library. Utilized to manage and alter the PWM clock frequency of the Raspberry Pi.

17 Senior Design II, Slide 17 Proposed Solution Software Design - Autonomous System Each frame is converted to monochrome and then blurred. The magnitudes of the darkest and brightest pixels within the frame are identified. A light intensity value is determined for each frame using binary thresholding. A Python dictionary is used to store light intensity/brightness values and their corresponding positions.

18 Senior Design II, Slide 18 Proposed Solution Software Design - Autonomous System A thresholded image is generated using the blurred image and the previously outlined brightest pixel value. The Canny edge detection algorithm is applied to the thresholded image. Light contours identified Each contour is a NumPy array of (x,y) coordinates associated with the boundary points of the object. Contours sorted based on the radius of a minimum enclosing circle around the identified brightest object. The position of the brightest object is outlined in terms of pixels.

19 Senior Design II, Slide 19 Proposed Solution Software Design - Autonomous System Each video frame is set up to be 400 by 300 pixels. Pixel deviation of the brightest object from the center of the frame in terms of the x axis is converted to a degree value. Horizontal field of view associated with the Raspberry Pi camera is The deviation value in degrees is then converted to a step count. Stepper motor makes 513 steps per revolution.

20 Senior Design II, Slide 20 Proposed Solution Software Design - Autonomous System Pixel deviation of the brightest object from the center of the frame in terms of the y axis is converted to a degree value. Vertical field of view associated with the Raspberry Pi camera is The deviation value in degrees is then converted to a PWM signal required to move the servo motor to the required position. Servo motor has 180 degrees of motion.

21 Senior Design II, Slide 21 Proposed Solution Software Design - Manual System (Stepper motor control) Each stroke of the left or right arrow key is mapped to 25 steps of the stepper motor. Current position of stepper is updated and stored with every change in position. If the next required position of the motor exceeds 180 degrees the stepper spins back on itself moving to the required position from the opposite side. Prevents damage of cables during flight.

22 Senior Design II, Slide 22 Proposed Solution Software Design - Manual System (Servo motor control) Each stroke of the up or down arrow key is mapped to 10 degrees of movement for the servo motor. Current position of servo is updated and stored with every change in position. Subdivided the Raspberry Pi PWM clock which has a base frequency of 19.2 MHz. Provided a stable means of setting up pulse width modulation at 50 Hz.

23 Senior Design II, Slide 23 Proposed Solution Hardware Design Coil A1 = Pin 31 Coil A2 = Pin 33 Coil B1 = Pin 35 Coil B2 = Pin 37 Driver board is attached vio GPIO pins

24 Senior Design II, Slide 24 Proposed Solution Hardware Design Clockwise Step # Winding A Winding B Winding C Winding D Counter- Clockwise Coil activated in series 513 steps/rev Activation of coils determines the direction

25 Senior Design II, Slide 25 Proposed Solution Hardware Design GPIO pin 18 is used for the purpose of generating the pulse width modulation necessary to control the positioning of the servo motor.

26 Senior Design II, Slide 26 Proposed Solution Hardware Design PWM signals with pulse widths of 0.53 ms and 2.13 ms at a frequency of 50Hz are used to drive the servo motor to the extreme left and right positions respectively. PWM signal with a pulse width of 1.33 ms at a frequency of 50Hz is used to drive the servo motor to the center position. A ms change in the pulse width of the PWM signal corresponds to 1 degree of servo movement.

27 Senior Design II, Slide 27 Proposed Solution Mechanical Targeting and Stabilization System 2 DOF system to aim camera Mitigate and minimize external rotational forces Cylindrical package design Drag damping moment arms Multiple support lines limit twist Decouple video payload from balloon Load-rated ball-bearing swivel Eliminate internal rotational effects Eliminate induced torque of main scanning motor using counterweight

28 Senior Design II, Slide 28 Proposed Solution Mechanical Stabilization System Coaxial contra-rotation Gearbox uses motor input to simultaneously rotate camera and counterweight in opposite directions Design counteracts induced torque and maintains payload balance due to its physical symmetry.

29 Senior Design II, Slide 29 Proposed Solution Video Payload Design Layered Payload.75 polystyrene insulation protects payload components Acrylic plates provide hardpoints for component installation and rigging Extensive use of nylon hardware keeps weight low Cast acrylic dome allows for clear view of sky Total video payload weight: 5.06 lb

30 Senior Design II, Slide 30 Balloon Fill Requirements Determine ballast weight required for 5 m/s ascent rate W payload + W balloon = W net (14.41 lb) W gross = 1.28 x W net (18.44 lb) W neck = W gross - W balloon (14.03 lb) W ballast = W gross - W fill valve = (13.5 lb) Set ballast weight using fish scale, then attach ballast to balloon until the balloon just lifts the ballast Cleared for liftoff!

31 Senior Design II, Slide 31 Parachute Sizing 1500 ft/min maximum allowable descent rate 1.5 NASA safety factor for unmanned descent Drag coefficient is 1.75 for dome-shaped chute At terminal velocity, drag force equals gravitational force

32 Flight String Schematic Senior Design II, Slide 32

33 Senior Design II, Slide 33 Testing Methods and Results

34 Testing Methods and Results - Autonomous Tracking System Senior Design II, Slide 34

35 Senior Design II, Slide 35

36 Senior Design II, Slide 36

37 Testing Methods and Results - Test Launch Senior Design II, Slide 37

38 Senior Design II, Slide 38 Testing Methods and Results - Test Launch Continued Flight Path Prediction Test Launch Flight Path

39 Testing Methods and Results - Test Launch Continued Senior Design II, Slide 39

40 Senior Design II, Slide 40 Testing Methods and Results - Improvements for the future Damage Report Top acrylic plate Three foam rings 3D-printed camera mount Assessment All damaged items resulted from payload recovery. Approximately 15 foot free fall from tree to ground. Solution Just have someone catch the thing.

41 Senior Design II, Slide 41 Testing Methods and Results - Improvements for the future Release of objects in flight string can be done smoother to dampen pendular motion during ascent. Had connection issues with the video payload. Were able to connect to the payload from the Ground Station laptop over SSH once the Ubiquiti modem on the Ground Station had four bars. Likely due to issues with the Ground Station using the Iridium system to automatically point the dish towards the location of the balloon.

42 Senior Design II, Slide 42 Testing Methods and Results - Improvements for the future The video of the flight onboard the Raspberry Pi got interrupted when the balloon popped. Once the successful test of the manual control of the Pi camera was completed the camera was left pointing up at the balloon. In the video it is possible to see the balloon expanding. Thus, once the balloon popped it must of hit the video payload thereby bringing the video capturing to an end.

43 Senior Design II, Slide 43 Testing Methods and Results - Improvements for the future Cutdown System failed to trigger cutdown event with remote packet. Timer was set and activated when desired, however the blade became stuck on the plastic casing due to a slight offset when the blade was screwed to the DC motor Balloon ascended until burst around ft

44 Senior Design II, Slide 44 Future Usage Eclipse in April 8, 2024 Documentation and implementation for future Temple ballooning teams Construction of ground station for senior design team starting in Fall 2017 Possible addition of higher quality camera

45 Senior Design II, Slide 45 Deliverables Reliable means of video capture Sensor and Tracking data from full launch 360 Video Capture Capability Extensive testing to guarantee project success Minimum video capture of 20 mins Ability to manually and autonomously track eclipse/sun Full GPS tracking data, reported at 30 second intervals. 360 Video Capture Capability Extensive testing to guarantee project success 30+ mins of test data collected

46 Senior Design II, Slide 46 Thanks for Listening!

High Altitude Balloon Student Projects

High Altitude Balloon Student Projects High Altitude Balloon Student Projects Discovery-UB Flight September, 2016 Long Island Sound 90,000 ft September, 2015 UB Supported Launch, Mission Operations and Recovery High Altitude Ballooning EYEBALL

More information

High Altitude Balloon Project At Penn State Wilkes-Barre. Albert Lozano

High Altitude Balloon Project At Penn State Wilkes-Barre. Albert Lozano High Altitude Balloon Project At Penn State Wilkes-Barre Albert Lozano Background Pennsylvania Space Grant: member of National Space Grant. Supports PA Students and faculty participate in NASA s space

More information

Lab Exercise 9: Stepper and Servo Motors

Lab Exercise 9: Stepper and Servo Motors ME 3200 Mechatronics Laboratory Lab Exercise 9: Stepper and Servo Motors Introduction In this laboratory exercise, you will explore some of the properties of stepper and servomotors. These actuators are

More information

High Altitude Ballooning. RockOn 2009 and RockSat 2010 ESMD Senior Design. History Senior Design PSGC Seed Grant Taylor U.

High Altitude Ballooning. RockOn 2009 and RockSat 2010 ESMD Senior Design. History Senior Design PSGC Seed Grant Taylor U. PSCG: Flying Higher and Further 10/5/09 by John J. Helferty Temple University PSCG Affiliate Overview Of Programs High Altitude Ballooning History Senior Design PSGC Seed Grant Taylor U. Balloon Workshop

More information

ESE 350 HEXAWall v 2.0 Michelle Adjangba Omari Maxwell

ESE 350 HEXAWall v 2.0 Michelle Adjangba Omari Maxwell ESE 350 HEXAWall v 2.0 Michelle Adjangba Omari Maxwell Abstract This project is a continuation from the HEXA interactive wall display done in ESE 350 last spring. Professor Mangharam wants us to take this

More information

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor Senior Design II ECE 4902 Spring 2018 Solar Mobius Final Report Team 1821 Members: James Fisher (CMPE) David Pettibone (EE) George Oppong (EE) Advisor Professor Ali Bazzi Sponsor University of Connecticut

More information

Ping Pong Trainer. Cal Poly Computer Engineering Senior Project. By Aaron Atamian. Advised by Andrew Danowitz

Ping Pong Trainer. Cal Poly Computer Engineering Senior Project. By Aaron Atamian. Advised by Andrew Danowitz Ping Pong Trainer Cal Poly Computer Engineering Senior Project By Aaron Atamian Advised by Andrew Danowitz June 16, 2017 Atamian 2 Contents Introduction... 3 Project Overview... 3 Project Outcome... 3

More information

Adafruit's Raspberry Pi Lesson 8. Using a Servo Motor

Adafruit's Raspberry Pi Lesson 8. Using a Servo Motor Adafruit's Raspberry Pi Lesson 8. Using a Servo Motor Created by Simon Monk Last updated on 2016-11-03 06:17:53 AM UTC Guide Contents Guide Contents Overview Parts Part Qty Servo Motors Hardware Software

More information

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects Name: Club or School: Robots Knowledge Survey (Pre) Multiple Choice: For each of the following questions, circle the letter of the answer that best answers the question. 1. A robot must be in order to

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

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

Robotic Swing Drive as Exploit of Stiffness Control Implementation

Robotic Swing Drive as Exploit of Stiffness Control Implementation Robotic Swing Drive as Exploit of Stiffness Control Implementation Nathan J. Nipper, Johnny Godowski, A. Arroyo, E. Schwartz njnipper@ufl.edu, jgodows@admin.ufl.edu http://www.mil.ufl.edu/~swing Machine

More information

EARS February 10, 2011 Rick Miller - AI1V Loudoun Amateur Radio Group

EARS February 10, 2011 Rick Miller - AI1V Loudoun Amateur Radio Group EARS February 10, 2011 Rick Miller - AI1V Loudoun Amateur Radio Group Introduction about LARG Why do balloon operations? Elements of a successful mission Flight Package Components Launch Planning and Operations

More information

Ch 5 Hardware Components for Automation

Ch 5 Hardware Components for Automation Ch 5 Hardware Components for Automation Sections: 1. Sensors 2. Actuators 3. Analog-to-Digital Conversion 4. Digital-to-Analog Conversion 5. Input/Output Devices for Discrete Data Computer-Process Interface

More information

Design and Navigation Control of an Advanced Level CANSAT. Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy

Design and Navigation Control of an Advanced Level CANSAT. Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy Design and Navigation Control of an Advanced Level CANSAT Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy 1 Introduction Content Advanced Level CanSat Design Airframe

More information

Electric Skein Winder

Electric Skein Winder Electric Skein Winder Assembly and Use Package Contents 1 - Triangular Body (w/ motor) 1 - Cross Arm 1 - Left Foot (w/ yarn guide) 1 - Right Foot 1 - Adjustable Finger (w/ yarn clip) 3 - Adjustable Fingers

More information

System Definition Review. Splat Group 3

System Definition Review. Splat Group 3 System Definition Review Splat Group 3 The Members Raleigh Killen Project Manager Payload Accommodation & Deployment System (PADS) Stephen Beck, Danielle Newton, Tanner Shaw Balloon Deployment & Retraction

More information

OPERATION AND MAINTENANCE MANUAL TRIAXIAL ACCELEROMETER MODEL PA-23 STOCK NO

OPERATION AND MAINTENANCE MANUAL TRIAXIAL ACCELEROMETER MODEL PA-23 STOCK NO OPERATION AND MAINTENANCE MANUAL TRIAXIAL ACCELEROMETER MODEL PA-23 STOCK NO. 990-60700-9801 GEOTECH INSTRUMENTS, LLC 10755 SANDEN DRIVE DALLAS, TEXAS 75238-1336 TEL: (214) 221-0000 FAX: (214) 343-4400

More information

Computer Numeric Control

Computer Numeric Control Computer Numeric Control TA202A 2017-18(2 nd ) Semester Prof. J. Ramkumar Department of Mechanical Engineering IIT Kanpur Computer Numeric Control A system in which actions are controlled by the direct

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

AC : AN INTEGRATED INTERDISCIPLINARY TECHNOLOGY PROJECT IN UNDERGRADUATE ENGINEERING EDUCATION

AC : AN INTEGRATED INTERDISCIPLINARY TECHNOLOGY PROJECT IN UNDERGRADUATE ENGINEERING EDUCATION AC 2007-796: AN INTEGRATED INTERDISCIPLINARY TECHNOLOGY PROJECT IN UNDERGRADUATE ENGINEERING EDUCATION P. Ruby Mawasha, Wright State University P. Ruby Mawasha is the Assistant Dean of College of Engineering

More information

CubeSat De-Orbit Project

CubeSat De-Orbit Project CubeSat De-Orbit Project Brockton Baskette Sahil Dhali Michael Foch Nicholas Montana Kyle Wade MAE 434W April 30, 2013 Outline Background Project Goals Develop commercial cubesat de-orbit device Demonstrate

More information

Continuous Rotation Control of Robotic Arm using Slip Rings for Mars Rover

Continuous Rotation Control of Robotic Arm using Slip Rings for Mars Rover International Conference on Mechanical, Industrial and Materials Engineering 2017 (ICMIME2017) 28-30 December, 2017, RUET, Rajshahi, Bangladesh. Paper ID: AM-270 Continuous Rotation Control of Robotic

More information

Automobile Prototype Servo Control

Automobile Prototype Servo Control IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Automobile Prototype Servo Control Mr. Linford William Fernandes Don Bosco

More information

Prof. Ciro Natale. Francesco Castaldo Andrea Cirillo Pasquale Cirillo Umberto Ferrara Luigi Palmieri

Prof. Ciro Natale. Francesco Castaldo Andrea Cirillo Pasquale Cirillo Umberto Ferrara Luigi Palmieri Real Time Control of an Anthropomorphic Robotic Arm using FPGA Advisor: Prof. Ciro Natale Students: Francesco Castaldo Andrea Cirillo Pasquale Cirillo Umberto Ferrara Luigi Palmieri Objective Introduction

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

Compact Actuator DRL Series

Compact Actuator DRL Series Introduction Precision Rack & Pinion Linear Linear Actuators Heads DRL LH Accessories Before Using a Linear Motion System Compact Actuator DRL Series Additional Information Technical Reference F-1 General

More information

Basic NC and CNC. Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur

Basic NC and CNC. Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur Basic NC and CNC Dr. J. Ramkumar Professor, Department of Mechanical Engineering Micro machining Lab, I.I.T. Kanpur Micro machining Lab, I.I.T. Kanpur Outline 1. Introduction to CNC machine 2. Component

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

This just may be the Rotary Transfer machine you ve been waiting for.

This just may be the Rotary Transfer machine you ve been waiting for. This just may be the Rotary Transfer machine you ve been waiting for. A Machine Like No Other T he new Eclipse 12-100 is a ground-up redesign of the famous Hydromat concept with all new components. It

More information

Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta

Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta Abstract IoT devices are often hailed as the future of technology, where everything is connected.

More information

University of Arkansas CSCE Department Capstone I Preliminary Proposal Fall Project Jupiter

University of Arkansas CSCE Department Capstone I Preliminary Proposal Fall Project Jupiter Abstract University of Arkansas CSCE Department Capstone I Preliminary Proposal Fall 2015 Project Jupiter Ben Walcutt, Connor Nesbitt, Emmett Casey, Brian Jones To create an atmospheric testing sounding

More information

FPGA Implementation of a PID Controller with DC Motor Application

FPGA Implementation of a PID Controller with DC Motor Application FPGA Implementation of a PID Controller with DC Motor Application Members Paul Leisher Christopher Meyers Advisors Dr. Stewart Dr. Dempsey This project aims to implement a digital PID controller by means

More information

Programming PIC Microchips

Programming PIC Microchips Programming PIC Microchips Fís Foghlaim Forbairt Programming the PIC microcontroller using Genie Programming Editor Workshop provided & facilitated by the PDST www.t4.ie Page 1 DC motor control: DC motors

More information

Balloon Satellite Proposal October 8, 2003

Balloon Satellite Proposal October 8, 2003 Balloon Satellite Proposal October 8, 2003 Team Members: Andrew Brownfield Chris Rooney Chris Homolac Jon Bergman Dan Direnso Kevin Brokish Page 1 Overview and Mission Statement will design, build, and

More information

Passive Anti-Vibration Utensil

Passive Anti-Vibration Utensil Passive Anti-Vibration Utensil Carder C. House Herbert J. and Selma W. Bernstein Class of 1945 Internship Report Mechanical Engineering and Applied Mechanics University of Pennsylvania 1 Background Approximately

More information

Home CSP Inc. Trackers and electronics for home solar energy

Home CSP Inc. Trackers and electronics for home solar energy Home CSP Inc. Trackers and electronics for home solar energy www.homecsp.com csp@homecsp.com TinyTracker version 1.06 reve Thanks for purchasing your TinyTracker from Home CSP Inc. The TinyTracker provides

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

Exercise 10. Linear Slides EXERCISE OBJECTIVE

Exercise 10. Linear Slides EXERCISE OBJECTIVE Exercise 10 Linear Slides EXERCISE OBJECTIVE In this exercise, you will learn to use a linear slide. You will learn how to use the Linear Slide, Model 5209, to extend the work envelope of the Servo Robot.

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

More information

Design of Joint Controller Circuit for PA10 Robot Arm

Design of Joint Controller Circuit for PA10 Robot Arm Design of Joint Controller Circuit for PA10 Robot Arm Sereiratha Phal and Manop Wongsaisuwan Department of Electrical Engineering, Faculty of Engineering, Chulalongkorn University, Bangkok, 10330, Thailand.

More information

Baseball Shagger Students: Advisor: Department: Quarter/Year:

Baseball Shagger Students: Advisor: Department: Quarter/Year: Baseball Shagger Students: Kai Paresa, Anthony Velasquez, Nick Walker Advisor: Dr. Andrew Danowitz Department: Cal Poly SLO Computer Engineering Quarter/Year: Spring/2018 Abstract The purpose of our project

More information

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G P R O F. S L A C K L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G G B S E E E @ R I T. E D U B L D I N G 9, O F F I C E 0 9-3 1 8 9 ( 5 8 5 ) 4 7 5-5 1 0

More information

So-Lo. Team 12. Department of Electrical and Computer Engineer

So-Lo. Team 12. Department of Electrical and Computer Engineer Team 12 Andy Weng (CSE) Ming Shuai Chen (CSE) Suzet Nkwaya (EE) Dan-Michael Tiamzon (EE) Department of Electrical and Computer Engineer Advisor: Baird Soules 1 Current Problems with Recording Meetings

More information

CIS009-2, Mechatronics Signals & Motors

CIS009-2, Mechatronics Signals & Motors CIS009-2, Signals & Motors Bedfordshire 13 th December 2012 Outline 1 2 3 4 5 6 7 8 3 Signals Two types of signals exist: 4 Bedfordshire 52 Analogue signal In an analogue signal voltages and currents continuously

More information

Development of a Remotely-Controlled Autofocus System For a Microscope

Development of a Remotely-Controlled Autofocus System For a Microscope Development of a Remotely-Controlled Autofocus System For a Microscope Team members: 1. Athanasopoulos Athanasios 2. Mpantes Fotis 3. Saloufas Michalis 4. Varvagiannis Efstratios Overview Automating the

More information

NORTHERN ILLINOIS UNIVERSITY. A Thesis Submitted to the. University Honors Program. In Partial Fulfillment of the

NORTHERN ILLINOIS UNIVERSITY. A Thesis Submitted to the. University Honors Program. In Partial Fulfillment of the NORTHERN ILLINOIS UNIVERSITY RC to Rπ Car Conversion A Thesis Submitted to the University Honors Program In Partial Fulfillment of the Requirements of the Baccalaureate Degree With Upper Division Honors

More information

Team Members (need three people): DIRECTIONS: Use the word bank below to fill in the missing blanks. Do any problems following as well if included.

Team Members (need three people): DIRECTIONS: Use the word bank below to fill in the missing blanks. Do any problems following as well if included. AERIAL IMAGING AND SYSTEMS ENGINEERING PLANNING Name: DOCUMENT Engineer Your World Weight = 1 DIRECTIONS: This document is also in our Google Drive Folder, Engineer Your World (EYW), in a subfolder called

More information

Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot

Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot Kakizaki Kohei, Nakajima Ryota, Tsukabe Naoki Department of Aerospace Engineering Department of Mechanical System Design Engineering

More information

Lab 5: Inverted Pendulum PID Control

Lab 5: Inverted Pendulum PID Control Lab 5: Inverted Pendulum PID Control In this lab we will be learning about PID (Proportional Integral Derivative) control and using it to keep an inverted pendulum system upright. We chose an inverted

More information

Weather Balloon Payload Box

Weather Balloon Payload Box Central Washington University ScholarWorks@CWU All Undergraduate Projects Undergraduate Student Projects Spring 2017 Weather Balloon Payload Box Shellbie Liberty Central Washington University, libertys@cwu.edu

More information

Marine Debris Cleaner Phase 1 Navigation

Marine Debris Cleaner Phase 1 Navigation Southeastern Louisiana University Marine Debris Cleaner Phase 1 Navigation Submitted as partial fulfillment for the senior design project By Ryan Fabre & Brock Dickinson ET 494 Advisor: Dr. Ahmad Fayed

More information

The Joy of High-Altitude Ballooning

The Joy of High-Altitude Ballooning The Joy of High-Altitude Ballooning Mark Rowzee & Geoff Schmit Naperville North High School DuPage County Science Institute Day 2012 High-Altitude Ballooning sending a small payload to the edge of space

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl Workbook Scratch is a drag and drop programming environment created by MIT. It contains colour coordinated code blocks that allow a user to build up instructions

More information

GEM-P Progress Report Mechanics (July 2006)

GEM-P Progress Report Mechanics (July 2006) GEM-P Progress Report Mechanics (July 2006) 1. Pedestal The GEM-P scanning strategy relies on a stable antenna rotation. The original Vertex pedestal was unable to make a complete turn. This limitation

More information

Testing in a Combined Vibration and Acceleration Environment

Testing in a Combined Vibration and Acceleration Environment Testing in a Combined Vibration and Acceleration Environment Richard Jepsen and Edward Romero Mechanical Environments Department, MS 1135 Sandia National Laboratories, PO Box 5800 Albuquerque, NM 87185

More information

RPLIDAR A3. Introduction and Datasheet. Low Cost 360 Degree Laser Range Scanner. Model: A3M1. Shanghai Slamtec.Co.,Ltd rev.1.

RPLIDAR A3. Introduction and Datasheet. Low Cost 360 Degree Laser Range Scanner. Model: A3M1. Shanghai Slamtec.Co.,Ltd rev.1. www.slamtec.com RPLIDAR A3 2018-01-24 rev.1.0 Low Cost 360 Degree Laser Range Scanner Introduction and Datasheet Model: A3M1 OPTMAG 16K Shanghai Slamtec.Co.,Ltd Contents CONTENTS... 1 INTRODUCTION... 3

More information

ROOP LAL Unit-6 Shaper & Planer Mechanical Engineering Department

ROOP LAL Unit-6 Shaper & Planer Mechanical Engineering Department Notes: shapers and planers Basic Mechanical Engineering (Part B ) 1 Introduction: Both shapers and planers are machine tools which produce a flat surface. They are capable of machining a horizontal, vertical

More information

Stepping motor controlling apparatus

Stepping motor controlling apparatus Stepping motor controlling apparatus Ngoc Quy, Le*, and Jae Wook, Jeon** School of Information and Computer Engineering, SungKyunKwan University, 300 Chunchundong, Jangangu, Suwon, Gyeonggi 440746, Korea

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

Active Vibration Isolation of an Unbalanced Machine Tool Spindle

Active Vibration Isolation of an Unbalanced Machine Tool Spindle Active Vibration Isolation of an Unbalanced Machine Tool Spindle David. J. Hopkins, Paul Geraghty Lawrence Livermore National Laboratory 7000 East Ave, MS/L-792, Livermore, CA. 94550 Abstract Proper configurations

More information

The Allen-Bradley Servo Interface Module (Cat. No SF1) when used with the Micro Controller (Cat. No UC1) can control single axis

The Allen-Bradley Servo Interface Module (Cat. No SF1) when used with the Micro Controller (Cat. No UC1) can control single axis Table of Contents The Allen-Bradley Servo Interface Module (Cat. No. 1771-SF1) when used with the Micro Controller (Cat. No. 1771-UC1) can control single axis positioning systems such as found in machine

More information

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin Robotics Challenge Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin 1 Robotics Challenge: Team Multidisciplinary: Computer, Electrical, Mechanical Currently split

More information

Implementation of a Self-Driven Robot for Remote Surveillance

Implementation of a Self-Driven Robot for Remote Surveillance International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 11, November 2015, PP 35-39 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Implementation of a Self-Driven

More information

Procedure, Field Replacement, PCU Kit, XX04

Procedure, Field Replacement, PCU Kit, XX04 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the XX04 series PCU assembly. 2. Checklist: Verify Initialization N0 Parameter Pedestal Error Test Motor 3. Theory of

More information

Exercise 1-3. Radar Antennas EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION OF FUNDAMENTALS. Antenna types

Exercise 1-3. Radar Antennas EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION OF FUNDAMENTALS. Antenna types Exercise 1-3 Radar Antennas EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the role of the antenna in a radar system. You will also be familiar with the intrinsic characteristics

More information

Just a T.A.D. (Traffic Analysis Drone)

Just a T.A.D. (Traffic Analysis Drone) Just a T.A.D. (Traffic Analysis Drone) Senior Design Project 2017: Midway Design Review 1 Meet the Team Cyril Caparanga (CSE) Alex Dunyak (CSE) Christopher Barbeau (CSE) Matthew Shin (CSE) 2 System Requirements

More information

K band Focal Plane Array: Mechanical and Cryogenic Considerations Steve White,Bob Simon, Mike Stennes February 20, 2008 COLD ELECTRONICS

K band Focal Plane Array: Mechanical and Cryogenic Considerations Steve White,Bob Simon, Mike Stennes February 20, 2008 COLD ELECTRONICS K band Focal Plane Array: Mechanical and Cryogenic Considerations Steve White,Bob Simon, Mike Stennes February 20, 2008 CRYOGENICS AND DEWAR DESIGN The dewar outside dimension must be less than the 36

More information

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane!

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane! DR Plane INSTRUCTIONS Thank you for purchasing a DR Plane! CONTENTS 1 1 Fuselage Right wing Left wing Horizontal stabilizer Vertical stabilizer Carbon fiber bar 1 1 1 7 8 10 11 1 Audio/video (AV) cable

More information

Technical Cognitive Systems

Technical Cognitive Systems Part XII Actuators 3 Outline Robot Bases Hardware Components Robot Arms 4 Outline Robot Bases Hardware Components Robot Arms 5 (Wheeled) Locomotion Goal: Bring the robot to a desired pose (x, y, θ): (position

More information

Optimizing Performance Using Slotless Motors. Mark Holcomb, Celera Motion

Optimizing Performance Using Slotless Motors. Mark Holcomb, Celera Motion Optimizing Performance Using Slotless Motors Mark Holcomb, Celera Motion Agenda 1. How PWM drives interact with motor resistance and inductance 2. Ways to reduce motor heating 3. Locked rotor test vs.

More information

Allen-Bradley. Using the 1756-MO2AE with the TR Encoder (Cat. No ) Application Note

Allen-Bradley. Using the 1756-MO2AE with the TR Encoder (Cat. No ) Application Note Allen-Bradley Using the 1756-MO2AE with the TR Encoder (Cat. No. 1756-2.9) Application Note Important User Information Because of the variety of uses for the products described in this publication, those

More information

Upgrading from Stepper to Servo

Upgrading from Stepper to Servo Upgrading from Stepper to Servo Switching to Servos Provides Benefits, Here s How to Reduce the Cost and Challenges Byline: Scott Carlberg, Motion Product Marketing Manager, Yaskawa America, Inc. The customers

More information

OPEN CV BASED AUTONOMOUS RC-CAR

OPEN CV BASED AUTONOMOUS RC-CAR OPEN CV BASED AUTONOMOUS RC-CAR B. Sabitha 1, K. Akila 2, S.Krishna Kumar 3, D.Mohan 4, P.Nisanth 5 1,2 Faculty, Department of Mechatronics Engineering, Kumaraguru College of Technology, Coimbatore, India

More information

Categories of Robots and their Hardware Components. Click to add Text Martin Jagersand

Categories of Robots and their Hardware Components. Click to add Text Martin Jagersand Categories of Robots and their Hardware Components Click to add Text Martin Jagersand Click to add Text Robot? Click to add Text Robot? How do we categorize these robots? What they can do? Most robots

More information

AN Industrial Stepper Motor Driver. Application Note Abstract. Introduction. Stepper Motor Control Method

AN Industrial Stepper Motor Driver. Application Note Abstract. Introduction. Stepper Motor Control Method Industrial Stepper Motor Driver AN43679 Author: Dino Gu, Bill Jiang, Jemmey Huang Associated Project: Yes Associated Part Family: CY8C27x43, CY8C29x66 GET FREE SAMPLES HERE Software Version: PSoC Designer

More information

Load application in load cells - Tips for users

Load application in load cells - Tips for users Load application in load cells - Tips for users Correct load application on the load cells is a prerequisite for precise weighing results. Be it load direction, support structure or mounting aids load

More information

Design of Tracked Robot with Remote Control for Surveillance

Design of Tracked Robot with Remote Control for Surveillance Proceedings of the 2014 International Conference on Advanced Mechatronic Systems, Kumamoto, Japan, August 10-12, 2014 Design of Tracked Robot with Remote Control for Surveillance Widodo Budiharto School

More information

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 5: Theory of Operation and Hardware Design Narrative Team Code Name: _ATV Group No. 3 Team Member Completing This Homework: Sebastian Hening

More information

(Refer Slide Time: 01:19)

(Refer Slide Time: 01:19) Computer Numerical Control of Machine Tools and Processes Professor A Roy Choudhury Department of Mechanical Engineering Indian Institute of Technology Kharagpur Lecture 06 Questions MCQ Discussion on

More information

UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING. SENG 466 Software for Embedded and Mechatronic Systems. Project 1 Report. May 25, 2006.

UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING. SENG 466 Software for Embedded and Mechatronic Systems. Project 1 Report. May 25, 2006. UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING SENG 466 Software for Embedded and Mechatronic Systems Project 1 Report May 25, 2006 Group 3 Carl Spani Abe Friesen Lianne Cheng 03-24523 01-27747 01-28963

More information

Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge

Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge L298 Full H-Bridge HEF4071B OR Gate Brushed DC Motor with Optical Encoder & Load Inertia Flyback Diodes Arduino Microcontroller

More information

Mars Rover: System Block Diagram. November 19, By: Dan Dunn Colin Shea Eric Spiller. Advisors: Dr. Huggins Dr. Malinowski Mr.

Mars Rover: System Block Diagram. November 19, By: Dan Dunn Colin Shea Eric Spiller. Advisors: Dr. Huggins Dr. Malinowski Mr. Mars Rover: System Block Diagram November 19, 2002 By: Dan Dunn Colin Shea Eric Spiller Advisors: Dr. Huggins Dr. Malinowski Mr. Gutschlag System Block Diagram An overall system block diagram, shown in

More information

NJM37717 STEPPER MOTOR DRIVER

NJM37717 STEPPER MOTOR DRIVER STEPPER MOTOR DRIVER GENERAL DESCRIPTION PACKAGE OUTLINE NJM37717 is a stepper motor diver, which consists of a LS-TTL compatible logic input stage, a current sensor, a monostable multivibrator and a high

More information

Temperature Monitoring and Fan Control with Platform Manager 2

Temperature Monitoring and Fan Control with Platform Manager 2 August 2013 Introduction Technical Note TN1278 The Platform Manager 2 is a fast-reacting, programmable logic based hardware management controller. Platform Manager 2 is an integrated solution combining

More information

Granular Spinner Spreader Module Quick Reference Sheet

Granular Spinner Spreader Module Quick Reference Sheet Granular Spinner Spreader Module Quick Reference Sheet Section 1: Configuration Procedure The following procedure describes the complete process of configuring a granular spinner bed control system. To

More information

Exercise 2-2. Antenna Driving System EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION

Exercise 2-2. Antenna Driving System EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION Exercise 2-2 Antenna Driving System EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the mechanical aspects and control of a rotating or scanning radar antenna. DISCUSSION

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

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

System-on-Chip for Rotation Detection

System-on-Chip for Rotation Detection System-on-Chip for Rotation Detection Author: Christian Hernitscheck Rotation detection has to be done in several applications. Such end-equipments are a bike computer, motor control applications, general

More information

Project Name: SpyBot

Project Name: SpyBot EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 23, 2013 Project Name: SpyBot Team Members: Name: Josh Kurland Name: Parker Karaus Email: joshkrlnd@gmail.com Email: pbkaraus@ufl.edu

More information

Design and Development of Novel Two Axis Servo Control Mechanism

Design and Development of Novel Two Axis Servo Control Mechanism Design and Development of Novel Two Axis Servo Control Mechanism Shailaja Kurode, Chinmay Dharmadhikari, Mrinmay Atre, Aniruddha Katti, Shubham Shambharkar Abstract This paper presents design and development

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

A Lightweight Open Source Command and Control Center and its Interface to Cubesat Flight Software

A Lightweight Open Source Command and Control Center and its Interface to Cubesat Flight Software A Lightweight Open Source Command and Control Center and its Interface to Cubesat Flight Software Patrick H. Stakem Capitol Technology University Johns Hopkins University Guilherme Korol Pontifical University

More information

Testra Corporation ss483 Series Microstepping Motor Driver. Specifications Sep SoftStep FIRMWARE FEATURES

Testra Corporation ss483 Series Microstepping Motor Driver. Specifications Sep SoftStep FIRMWARE FEATURES SoftStep The New Art of Stepper Motor Control With SoftStep you get the benefits of ultra smooth microstepping regardless of your selected step size. The intelligent on board processor treats the input

More information

Vision-Guided Motion. Presented by Tom Gray

Vision-Guided Motion. Presented by Tom Gray Vision-Guided Motion Presented by Tom Gray Overview Part I Machine Vision Hardware Part II Machine Vision Software Part II Motion Control Part IV Vision-Guided Motion The Result Harley Davidson Example

More information

A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300

A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300 A Automation and Robotics CNC LATHE SYSTEM (LIGHT DUTY) MODEL 5300 GENERAL DESCRIPTION The CNC Lathe System (Light Duty), Model 5300, provides training in computer-aided design (CAD) and computer-aided

More information

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida Senior Design I Fast Acquisition and Real-time Tracking Vehicle University of Central Florida College of Engineering Department of Electrical Engineering Inventors: Seth Rhodes Undergraduate B.S.E.E. Houman

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

PREREQUISITES: MODULE 10: MICROCONTROLLERS II; MODULE 14: DISCRETE COMPONENTS. MODULE 13 (SENSORS) WOULD ALSO BE HELPFUL.

PREREQUISITES: MODULE 10: MICROCONTROLLERS II; MODULE 14: DISCRETE COMPONENTS. MODULE 13 (SENSORS) WOULD ALSO BE HELPFUL. ELECTROMECHANICAL SYSTEMS PREREQUISITES: MODULE 10: MICROCONTROLLERS II; MODULE 14: DISCRETE COMPONENTS. MODULE 13 (SENSORS) WOULD ALSO BE HELPFUL. OUTLINE OF MODULE 17: What you will learn about in this

More information