Progress Report: Lab 5 System analysis 2 & Design Analysis Tool ENGR Shreyas Doejode Asad Idris Menan Kedai Kaixin Luo Due Date: February

Size: px
Start display at page:

Download "Progress Report: Lab 5 System analysis 2 & Design Analysis Tool ENGR Shreyas Doejode Asad Idris Menan Kedai Kaixin Luo Due Date: February"

Transcription

1 Progress Report: Lab 5 System analysis 2 & Design Analysis Tool ENGR Shreyas Doejode Asad Idris Menan Kedai Kaixin Luo Due Date: February 8th, 2017

2 Backwards Looking Summary In this lab 4, the end goal was to be able to download data from the automatic control system, convert EEPROM arduino data to physical parameters, and with those physical parameters, be able to calculate the performance characteristics. The reason the performance characteristics need to be calculated is so that the performance analysis can be plotted to better understand when and where the motors would output certain levels of power. With a visual example of the power output levels, we can alter our code based out coasting distance and how much further the AEV went. Based on the graph that we got, we could alter the code by changing the absolute position from 240 to 230 since the AEV went a little past the stopping point. Overall, the team felt that the overall power consumption from the motor was too high. Thus, the team came to the conclusion that the motors should be used in a push pull configuration. Therefore, the code would need to be altered for the change in polarity of one of the motors. Figure 1.Data from Test Run The figure above displays all the data that was obtained through one of the test runs. The arduino board recorded the Time, Current, Voltage, Marks(cumulative), and Marks(position wheel). With these values recorded, the Time, Current, Voltage, Distance, Relative Position, Supplied power, Incremental energy, and Total energy were all the physical parameters that could be calculated. The code use for this specific figure was motorspeed(4,25) and gotoabsoluteposition(240). When run on the track, the AEV went a little bit past the stopping point. To adjust this, the absolute position point should be decreased to either 235 or 240. This can be confirmed by doing a few more test runs to narrow down a more accurate tick mark number. Once the physical parameters were calculated, we proceeded to write the code in matlab to be able to use the data analysis tool. A big takeaway from this example would be to come more prepared during lab hours. Since part of the group was working on the report, we could not focus on doing more trial runs. Portions of this report should be discussed ahead of time so that on Tuesday s, the lab can be focused on and completed.

3 Forwards Looking Summary A few things that will be taking place this upcoming week will be narrowing down our design ideas and coming up with a 3D model for a new base to be 3D printed. As of now, we have narrowed down our designs to 3-4 simple base concepts. More tests will be conducted over which base is more stable. Once the designs have been narrowed down to 2 ideas, the one with the most votes will be 3D printed. As of right now, there are not any pieces that we need to have laser cut. As the build process goes on, this may change as we change the base. The main materials that will be used for our AEV would be the motors, servos, and plastic pieces already given. Some of our parts such as a motor, servo, and/or propellor may be store bought depending on our final design. There is a chance that we will have 3D brackets printed and new chassis laser cut. For this upcoming week, a realistic goal would be to have majority of the code by Tuesday(2/14). Once the majority of the main code has been written, it can be altered as the testing process continues. For example, if 240 marks is pushing the AEV past the stopping point, the tick marks will be adjusted to Secondly, we will come up with a 3D design of the part that must be 3D printed and decide if any parts need to be laser cut. From this point, we simply need to keep tweaking the AEV when necessary. Monday(2/13) - Meet together and talk about all the ideas that were discussed in class on Wednesday. Tuesday(2/14) - Begin writing code - Narrow down ideas for 3D design Wednesday(2/15) - Complete in class lab - Do a couple trial runs with new code and chassis Thursday(2/16) - Assign portions of lab report to each member Friday(2/17) - Work on Lab Report for next week Saturday(2/18) - Continue working on code(concept behind code because we will not be able to test it) Sunday(2/19) - Read on Procedure for upcoming lab

4 Appendices Figure 2.Phase Diagram Figure 3. Phase Diagram with Phase Regions

5 Table 1. Breakdown of Phase Sensor Phase Arduino Code Time (sec.) Total Energy (J) 1 motorspeed(4,25); gotoabsoluteposition( 240); sec J 2 Coasting Phase 3 sec 0 Figure 4. Digital Analysis Energy vs Distance Total Energy = J

6 Figure 5. Digital Analysis Energy vs Time

7

8 Matlab Code: %=================================================================== %Name %Date %Class %Program title: Performance Analysis %Program Description: % this is the basic analysis about our AEV. %==================================================================== r = xlsread('test_run_3.xlsx','a9:e207');

9 timediff =60/1000; time=(r(:,1))/1000; current = (r(:,2)/(1024*0.185))*2.46; voltage =(15*r(:,3))/1024; markcum = (.0124*r(:,4)); marknet = (.0124*r(:,5)); power = current.*voltage; meanpower = []; a1=0; a2=power(1); for i = 2:length(current) end a1=a2; a2=power(i); mean = (a1+a2)/2; meanpower(i)=mean; plot(time,meanpower); Energy = sum(meanpower) title('time vs Power'); xlabel('time(s)'); ylabel('power(watts)'); grid on; box on; xr=7.741; xl= 0; il=knnsearch(time,xl); ir = knnsearch(time,xr); P1=power(iL:iR); t1 = time(il:ir); %text() %legend('');

10 Meeting Notes - Finalize sketch for designs down to 1-2 ideas - Need to start coming up with 3D design for base - Start working on Lab Report on Thursday - Begin finalized designs

ADVANCED ENERGY VEHICLE DESIGN PROJECT. AEV Lab Guidelines

ADVANCED ENERGY VEHICLE DESIGN PROJECT. AEV Lab Guidelines THE OHIO STATE UNIVERSITY ENGINEERING EDUCATION INNOVATION CENTER 2 Hitchcock Hall, 27 Neil Avenue, Columbus, OH 21 First-Year Engineering Program: ADVANCED ENERGY VEHICLE DESIGN PROJECT AEV Rev. 8221

More information

Perry High School. Algebra 2: Week 9. Note: Don t forget to read the sections before or after we cover them. Also, don t forget the website.

Perry High School. Algebra 2: Week 9. Note: Don t forget to read the sections before or after we cover them. Also, don t forget the website. Algebra 2: Week 9 Monday: 2.8 Absolute Value Functions Tuesday: 2.8 Work Day Wednesday: Review Exam 2, Day 1 Thursday: Professional Day, NO SCHOOL Friday: Fall Break? NO SCHOOL Note: Don t forget to read

More information

ENGI1020. Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - Winter 2019

ENGI1020. Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - Winter 2019 ENGI1020 Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - lehogan@mun.ca Winter 2019 What are we doing today? Overview of lab procedures, schedules, assessment Introduction to

More information

How to Build the Robotics++ V2 Robot. Last Edited Nov

How to Build the Robotics++ V2 Robot. Last Edited Nov How to Build the Robotics++ V2 Robot Last Edited Nov. 15-2014 www.roboticscity.com 1 Completed Robotics++ V2 Robot. More views of completed robot can be found at the end of this instructions manual The

More information

Steady State Operating Curve Voltage Control System

Steady State Operating Curve Voltage Control System UTC Engineering 39 Steady State Operating Curve Voltage Control System Michael Edge Partners: Michael Woolery Nathan Holland September 5, 7 Introduction A steady state operating curve was created to show

More information

TM Analogic. Serie TM. Cod. rev

TM Analogic. Serie TM. Cod. rev TM Digital TM Digital-B TM Analogic Serie TM. Cod. rev. 1.0 1 CONTENTS 1 First of all Page 2 2 Installation Page 4 3 Setting and Operation Page 7 4 Maintenance Page 10 1 FIRST OF ALL - WARNINGS Check the

More information

Trig Identities Packet

Trig Identities Packet Advanced Math Name Trig Identities Packet = = = = = = = = cos 2 θ + sin 2 θ = sin 2 θ = cos 2 θ cos 2 θ = sin 2 θ + tan 2 θ = sec 2 θ tan 2 θ = sec 2 θ tan 2 θ = sec 2 θ + cot 2 θ = csc 2 θ cot 2 θ = csc

More information

If the pink gorilla eats watermelon every night, how much watermelons does he eat? One Stop Teacher Shop. Resources. Make Homework Interesting!

If the pink gorilla eats watermelon every night, how much watermelons does he eat? One Stop Teacher Shop. Resources. Make Homework Interesting! Resources Make Homework Interesting! Name: Date: Four in a Row: Reading Homework FICTION Each week you will select four boxes in a row for your reading homework. The row can be horizontal, vertical, or

More information

Draw an enlargement of this rectangle with scale factor 2 Use point A as the centre of enlargement.

Draw an enlargement of this rectangle with scale factor 2 Use point A as the centre of enlargement. Enlargement 2. Look at the rectangle drawn on a square grid. Draw an enlargement of this rectangle with scale factor 2 Use point A as the centre of enlargement. A KS3/05/Ma/Tier 6 8/P2 4 Heron of Alexandria

More information

Pick 3 Lottery 7 DAY NUMBERS-18. Numbers Good for the Week of Jan 17 Jan 23 (2016) AANewYork

Pick 3 Lottery 7 DAY NUMBERS-18. Numbers Good for the Week of Jan 17 Jan 23 (2016) AANewYork 1 Pick 3 Lottery 7 DAY NUMBERS-18 Numbers Good for the Week of Jan 17 Jan 23 (2016) AANewYork There were 47 Summary Report hits in Book 18. I thought it would be very interesting to see where these hits

More information

Two Hour Robot. Lets build a Robot.

Two Hour Robot. Lets build a Robot. Lets build a Robot. Our robot will use an ultrasonic sensor and servos to navigate it s way around a maze. We will be making 2 voltage circuits : A 5 Volt for our ultrasonic sensor, sound and lights powered

More information

January Photo concepts Agenda Instructor JudyWilson. Sun Mon Tuesday Wed Thursday Fri Sat 1 New Year's Day

January Photo concepts Agenda Instructor JudyWilson. Sun Mon Tuesday Wed Thursday Fri Sat 1 New Year's Day January 2013 1 New Year's Day 2 3 4 5 6 7 10 11 12 13 14 15 Introduction/Syllabus Requirements USB/BOOK Access Camera Suggestions Review What you should know M L King Day 22 Library Access Required by

More information

Dimensions: Specifications:

Dimensions: Specifications: Rover 5 Rover 5 is a new breed of tracked robot chassis designed specifically for students and hobbyist. Unlike conventional tracked chassis s the clearance can be adjusted by rotating the gearboxes in

More information

Shallow Water Array Performance (SWAP): Array Element Localization and Performance Characterization

Shallow Water Array Performance (SWAP): Array Element Localization and Performance Characterization Shallow Water Array Performance (SWAP): Array Element Localization and Performance Characterization Kent Scarbrough Advanced Technology Laboratory Applied Research Laboratories The University of Texas

More information

KINDERGARTEN SUPPLEMENT

KINDERGARTEN SUPPLEMENT KINDERGARTEN SUPPLEMENT Set C3 Geometry: Flying Butterflies Calendar Pattern Includes November Calendar Pattern C3.1 Skills & Concepts H model and use words indicating relative position, direction, and

More information

M-RAD Team Meeting Agenda

M-RAD Team Meeting Agenda Date: Action Items From Previous Meetings Responsibility of Due Date 1. 2. 3. New Action Items Responsibility of Due Date 1. 2. 3. End Time: Date: Tuesday September 13, 2016 4:30 pm Renfrew Hall Classroom

More information

Graph Matching. walk back and forth in front of. Motion Detector

Graph Matching. walk back and forth in front of. Motion Detector Graph Matching One of the most effective methods of describing motion is to plot graphs of position, velocity, and acceleration vs. time. From such a graphical representation, it is possible to determine

More information

Paper Reference. Edexcel GCSE Mathematics (Modular) 2381 Paper 5 Section B (Non-Calculator) Foundation Tier. Unit 1 Test Data Handling

Paper Reference. Edexcel GCSE Mathematics (Modular) 2381 Paper 5 Section B (Non-Calculator) Foundation Tier. Unit 1 Test Data Handling Centre No. Candidate No. Paper Reference 5381F 5B Surname Signature Paper Reference(s) 5381F/5B Edexcel GCSE Mathematics (Modular) 2381 Paper 5 Section B (Non-Calculator) Foundation Tier Unit 1 Test Data

More information

ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS February 2015

ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS February 2015 ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS February 2015 YEAR 5 MATHEMATICS TIME: 1h 15 min Total Mark Name: Class: 80 1. Fill in. a) Round 1083 to the nearest 10 b) Multiply 682 by 1000 c) 27

More information

Use the table above to fill in this simpler table. Buttons. Sample pages. Large. Small. For the next month record the weather like this.

Use the table above to fill in this simpler table. Buttons. Sample pages. Large. Small. For the next month record the weather like this. 5:01 Drawing Tables Use the picture to fill in the two-way table. Buttons Red Blue Green Use the table above to fill in this simpler table. Buttons Red Blue Green Show the data from Question 1 on a graph.

More information

PHYSICS 220 LAB #1: ONE-DIMENSIONAL MOTION

PHYSICS 220 LAB #1: ONE-DIMENSIONAL MOTION /53 pts Name: Partners: PHYSICS 22 LAB #1: ONE-DIMENSIONAL MOTION OBJECTIVES 1. To learn about three complementary ways to describe motion in one dimension words, graphs, and vector diagrams. 2. To acquire

More information

Lab: Plotting with matplotlib. Day 1. Copyright Oliver Serang, 2018 University of Montana Department of Computer Science

Lab: Plotting with matplotlib. Day 1. Copyright Oliver Serang, 2018 University of Montana Department of Computer Science 1 Lab: Plotting with matplotlib Copyright Oliver Serang, 2018 University of Montana Department of Computer Science Day 1 With python, we can plot by installing matplotlib. Here is a piece of code that

More information

How to Get Straight Hits in Texas, Ohio, and Ontario!

How to Get Straight Hits in Texas, Ohio, and Ontario! How to Get Straight Hits in Texas, Ohio, and Ontario! 1 I just sent out Book-47 to VIP and 7 Day Club members. In this report you will be able to see the first part of Book-47. I want you to see it because

More information

Paper 2. Mathematics test. Calculator allowed. First name. Last name. School KEY STAGE TIER

Paper 2. Mathematics test. Calculator allowed. First name. Last name. School KEY STAGE TIER Ma KEY STAGE 3 TIER 6 8 2005 Mathematics test Paper 2 Calculator allowed Please read this page, but do not open your booklet until your teacher tells you to start. Write your name and the name of your

More information

Print & Go. math & literacy practice. Themed. FREE from The Curriculum Corner.

Print & Go. math & literacy practice. Themed. FREE from The Curriculum Corner. Print & Go Valentine Themed math & literacy practice FREE from The Curriculum Corner My Valentine Practice Book Name: Count to 100 1 5 9 12 14 18 20 23 26 27 33 35 38 39 41 42 49 50 54 56 60 62 65 67 71

More information

the Ultimate planner for the the creative business owner

the Ultimate planner for the the creative business owner the Ultimate planner for the the creative business owner cannot live in chaos Welcome to the Business Planner. This planner is designed for the creative entrepreneur using social media to grow their business.

More information

ME375 Lab Project. Bradley Boane & Jeremy Bourque April 25, 2018

ME375 Lab Project. Bradley Boane & Jeremy Bourque April 25, 2018 ME375 Lab Project Bradley Boane & Jeremy Bourque April 25, 2018 Introduction: The goal of this project was to build and program a two-wheel robot that travels forward in a straight line for a distance

More information

Setup Download the Arduino library (link) for Processing and the Lab 12 sketches (link).

Setup Download the Arduino library (link) for Processing and the Lab 12 sketches (link). Lab 12 Connecting Processing and Arduino Overview In the previous lab we have examined how to connect various sensors to the Arduino using Scratch. While Scratch enables us to make simple Arduino programs,

More information

Step 1: Write down areas in your life that you d like to work on in order of priority in the boxes below.

Step 1: Write down areas in your life that you d like to work on in order of priority in the boxes below. Determine Your Goals Step 1: Write down areas in your life that you d like to work on in order of priority in the boxes below. (Suggested life areas are Health, Relationships, Finance, Fun, Contribution,

More information

Print & Go. math & literacy practice. St. Patrick s Day Themed. FREE from The Curriculum Corner.

Print & Go. math & literacy practice. St. Patrick s Day Themed. FREE from The Curriculum Corner. Print & Go St. Patrick s Day Themed math & literacy practice FREE from The Curriculum Corner My St. Patrick s Day Practice Book Name: Count to 100 2 4 7 1 1 14 16 19 22 25 28 36 40 43 45 47 51 54 58 62

More information

EQ-ROBO Programming : bomb Remover Robot

EQ-ROBO Programming : bomb Remover Robot EQ-ROBO Programming : bomb Remover Robot Program begin Input port setting Output port setting LOOP starting point (Repeat the command) Condition 1 Key of remote controller : LEFT UP Robot go forwards after

More information

PSLE MATHEMATICS (FOUNDATION) PAPER 1 (BOOKLET A)

PSLE MATHEMATICS (FOUNDATION) PAPER 1 (BOOKLET A) PSLE MATHEMATICS (FOUNDATION) PAPER 1 (BOOKLET A) Questions 1 to 10 carry 1 mark each. Questions 11 to 20 carry 2 marks each. For each question, four options are given. Write your answer (1, 2, 3 or 4)

More information

Donna Burk Allyn Snider

Donna Burk Allyn Snider Donna Burk Allyn Snider ISBN 9781886131880 B1NCSB-B August & September Coin Patterns 1 Ten & More How Many Bugs? 3 October Pennies 5 & More 4 Pennies 5 & More pieces 5 Bugs Doubles & Neighbors 7 Bugs Doubles

More information

PrimaryTools.co.ukk 2012 Ma KEY STAGE 2 LEVELS 3 5 Mathematics test Test B Calculator allowed First name Last name School DCSF no PrimaryTools.c

PrimaryTools.co.ukk 2012 Ma KEY STAGE 2 LEVELS 3 5 Mathematics test Test B Calculator allowed First name Last name School DCSF no PrimaryTools.c Ma KEY STAGE 2 LEVELS 3 5 Mathematics test Test B Calculator allowed First name Last name School DCSF no. 2010 For marker s use only Page 5 7 9 11 13 15 17 19 21 23 TOTAL Marks These three children appear

More information

MANUAL. PT Series 365 Day Annual Timer. Tel:

MANUAL. PT Series 365 Day Annual Timer.   Tel: MANUAL PT Series 365 Day Annual Timer www.belltimers.com Tel: 1-888-327-8463 info@belltimers.com Table of Contents: Introduction Features Specifications Overview Installation Function Keys Relay Operation

More information

Lab 2 Operational Amplifier

Lab 2 Operational Amplifier Lab 2 Operational Amplifier Last Name: First Name: Student Number: Lab Section: Monday Tuesday Wednesday Thursday Friday TA Signature: Note: The Pre-Lab section must be completed prior to the lab session.

More information

Villanova Engineering Mission Trip

Villanova Engineering Mission Trip Villanova Engineering Mission Trip to Amigos de Jesus A Home for Boys in San Jose de Las Colinas, Honduras Saturday, March, 1, 2008 To Saturday, March 8, 2008 A Personal Reflection Journal for This collection

More information

Steady State Operating Curve

Steady State Operating Curve 1 Steady State Operating Curve University of Tennessee at Chattanooga Engineering 3280L Instructor: Dr. Jim Henry By: Fuchsia Team: Jonathan Brewster, Jonathan Wooten Date: February 1, 2013 2 Introduction

More information

Collecting and Organizing Data. The Scientific Method (part 3) Rules for making data tables: Collecting and Organizing Data

Collecting and Organizing Data. The Scientific Method (part 3) Rules for making data tables: Collecting and Organizing Data Collecting and Organizing Data The Scientific Method (part 3) As you work on your experiment, you are making observations that will become your experimental data. Data can be collected in a variety of

More information

The Elves and the Shoemaker Maths Challenge

The Elves and the Shoemaker Maths Challenge Name: Date: The Elves and the Shoemaker Maths Challenge The Shoemaker and his wife have had to solve some tricky maths problems during her adventures with the Elves. Could you have helped them? Read the

More information

/ / H O W T O J U M P S T A R T Y O U R P A S S I O N P R O J E C T I N 3 E A S Y S T E P S E V E N I F T H I N K Y O U D O N ' T H A V E T I M E / /

/ / H O W T O J U M P S T A R T Y O U R P A S S I O N P R O J E C T I N 3 E A S Y S T E P S E V E N I F T H I N K Y O U D O N ' T H A V E T I M E / / / / H O W T O J U M P S T A R T Y O U R P A S S I O N P R O J E C T I N 3 E A S Y S T E P S E V E N I F T H I N K Y O U D O N ' T H A V E T I M E / / the busy Mom's passion project Blueprint Ready to Jumpstart

More information

3) Round 62,164 to the nearest ten thousand.

3) Round 62,164 to the nearest ten thousand. Monday ) 5,536 -,702 3,834 90,002-63,775 26,227 3) Round 62,64 to the nearest ten. 3,834 2. 26,227 4) Tiffany bought 3 chargers at the phone store. If each charger cost $5.65 and she paid with a twenty

More information

Titan Products RDU-4/TS & RDU-4/5B Time Scheduling Room Display Units

Titan Products RDU-4/TS & RDU-4/5B Time Scheduling Room Display Units Titan Products RDU-4/TS & RDU-4/5B Time Scheduling Room Display Units 1 Time Scheduling RDU-4/TS - Description of Control Operation The temperature control and time scheduling for the building space is

More information

Open Loop Frequency Response

Open Loop Frequency Response TAKE HOME LABS OKLAHOMA STATE UNIVERSITY Open Loop Frequency Response by Carion Pelton 1 OBJECTIVE This experiment will reinforce your understanding of the concept of frequency response. As part of the

More information

Wednesday October 19, 2016

Wednesday October 19, 2016 Wednesday October 19, 2016 and use elements and principles of design to organize the composition in his or her own artwork. (identify the 6 techniques to creating the illusion of space) Identify and experiment

More information

BONUS MATERIALS. The 40 Hour Teacher Workweek Club. Learn how to choose actionable steps to help you:

BONUS MATERIALS. The 40 Hour Teacher Workweek Club. Learn how to choose actionable steps to help you: BONUS MATERIALS The 40 Hour Teacher Workweek Club THE 40HTW LIST-MAKING SYSTEM Learn how to choose actionable steps to help you: q Mark important, inflexible events on a calendar q Get EVERYTHING out of

More information

Start Your Journey to BE THE BEST YOU CONGRATULATIONS! You re on your way to Be The Best You just by having this packet. Whether you are just starting on your New Year s resolution or need the motivation

More information

FOURTH GRADE MATH PRACTICE TEST 4

FOURTH GRADE MATH PRACTICE TEST 4 1. The shaded portion of the model shown below represents a decimal number. How is the decimal number written in words? 3. The chalkboard in Mr. Down s classroom has a width of 10 feet. The chalkboard

More information

Weekly Timer. ON/OFF and cycle operations up to one week Two SPST-NO time limit contacts with manual override switches

Weekly Timer. ON/OFF and cycle operations up to one week Two SPST-NO time limit contacts with manual override switches Weekly Timer Timer Provides Prompted Programming, Flexibility in Programs Within the Week AM/PM display 24 program steps A different program possible each day Over midnight settings possible Two independent

More information

Mini Project #2: Motion Planning and Generation for a Robot Arm

Mini Project #2: Motion Planning and Generation for a Robot Arm Mini Project #2: Motion Planning and Generation for a Robot Arm Team Assignment: Your professor will assign the teams. You will have about 5 minutes to get acquainted, exchange contact information and

More information

G r a d e. 2 M a t h e M a t i c s. Blackline Masters

G r a d e. 2 M a t h e M a t i c s. Blackline Masters G r a d e 2 M a t h e M a t i c s Blackline Masters BLM K 4.1 Assessment Checklist Student s Name Comments BLM 2.N.1.1 Eyes and Fingers BLM 2.N.1.2 Ten-Strips BLM 2.N.1.2 Ten-Strips (continued) BLM 2.N.1.3

More information

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science?

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science? LESSONS Lesson Lesson : Microcontrollers and SBCs Microcontrollers and SBCs The Big Idea: This book is about computer science. It is not about the Arduino, the C programming language, electronic components,

More information

EE 461 Experiment #1 Digital Control of DC Servomotor

EE 461 Experiment #1 Digital Control of DC Servomotor EE 461 Experiment #1 Digital Control of DC Servomotor 1 Objectives The objective of this lab is to introduce to the students the design and implementation of digital control. The digital control is implemented

More information

How to make a line graph

How to make a line graph How to make a line graph Line graphs are powerful in science because of the relationship they show between two variables (showing how one variable changes as the other changes). Step One You need the topic

More information

ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS February 2014

ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS February 2014 ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS February 2014 YEAR 5 MATHEMATICS TIME: 1 h 15 min (Written Paper) Name: Class: Total Mark 80 1. Fill in a. 2.3 + 5.1 = b. 37 x 6 = c. 6000 m = km d.

More information

Managing exam anxiety

Managing exam anxiety Managing exam anxiety Tests and exams are one of the most stressful things about school, and they are something you will continue to face well into adulthood if you go on to further study or get a job

More information

Algebra 1 2 nd Six Weeks

Algebra 1 2 nd Six Weeks Algebra 1 2 nd Six Weeks Second Six Weeks October 6 November 14, 2014 Monday Tuesday Wednesday Thursday Friday October 6 B Day 7 A Day 8 B Day 9 A Day 10 B Day Elaboration Day Test 1 - Cluster 2 Test 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

Mathematics Achievement

Mathematics Achievement Section Mathematics Achievement 30 Questions Time: 30 minutes Each question is followed by four suggested answers. Read each question and then decide which one of the four suggested answers is best. Find

More information

Steady State Operating Curve

Steady State Operating Curve Steady State Operating Curve By Lanze Berry University of Tennessee at Chattanooga Engineering 3280L Blue Team (Khanh Nguyen, Justin Cartwright) Course: ENGR 3280L Section: 001 Date: September 4, 2012

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

EPT 2018 MONTE CARLO TOURNAMENT SCHEDULE

EPT 2018 MONTE CARLO TOURNAMENT SCHEDULE EPT 2018 MONTE CARLO TOURNAMENT SCHEDULE April 24 - Tuesday 18:00 #1 NL Hold'em - 8 Handed - Single Re-Entry - Day 1 10,300 50,000 2018-04-24 19:30 20:00 #2 NL Hold'em - 1,100 Cash Qualifier - Unlimited

More information

LEARNING without worksheets

LEARNING without worksheets LEARNING without worksheets a 7-day activity challenge for preschoolers ACTIVITY CHECKLIST Sunday Day Monday Day Tuesday Day Wednesday Day 4 Thursday Day 5 Friday Day 6 Saturday Day 7 Bonus: Sunday Family

More information

1 Day Robot Building (MC40A + Aluminum Base) for Edubot 2.0

1 Day Robot Building (MC40A + Aluminum Base) for Edubot 2.0 1 Day Robot Building (MC40A + Aluminum Base) for Edubot 2.0 Have you ever thought of making a mobile robot in 1 day? Now you have the chance with MC40A Mini Mobile Robot Controller + some accessories.

More information

HOW TO SUCCEED AT NANOWRIMO

HOW TO SUCCEED AT NANOWRIMO HOW TO SUCCEED AT NANOWRIMO YOUR GUIDE TO PLANNING AND WRITING 50K THE STRESS-FREE WAY SET THE STAGE PREPARE YOUR WRITING ENVIRONMENT 1. Where will you write? Set up your computer and writing space(s).

More information

The Perfect Week. (continued on next page) Ed Howat, Jr., CLU, ChFC, LUTCF, RCC Addie Woods Consulting Co. LLC

The Perfect Week. (continued on next page) Ed Howat, Jr., CLU, ChFC, LUTCF, RCC Addie Woods Consulting Co. LLC The Perfect Week (continued on next page) When you have an effective scheduling system, you and your team are in charge of managing client flow. Client flow should not manage the team. Think of your schedule

More information

Someday Is Not a Day of the Week

Someday Is Not a Day of the Week Someday Is Not a Day of the Week Author: Denise Brennan-Nelson Illustrator: Kevin O Malley Guide written by Cheryl K. Grinn Portions may be reproduced for use in the classroom with this express written

More information

Preliminary Design Review: Lab Report

Preliminary Design Review: Lab Report Preliminary Design Review: Lab Report Submitted to: Dr. Bixler GTA Omar El-Khoury Created by: Team B Josh Burton Brook Cannon Vivian PAng Kyle Slavinski Engineering 1182 The Ohio State University Columbus,

More information

A servo is an electric motor that takes in a pulse width modulated signal that controls direction and speed. A servo has three leads:

A servo is an electric motor that takes in a pulse width modulated signal that controls direction and speed. A servo has three leads: Project 4: Arduino Servos Part 1 Description: A servo is an electric motor that takes in a pulse width modulated signal that controls direction and speed. A servo has three leads: a. Red: Current b. Black:

More information

Demon Pumpkin APPROXIMATE TIME (EXCLUDING PREPARATION WORK): 1 HOUR PREREQUISITES: PART LIST:

Demon Pumpkin APPROXIMATE TIME (EXCLUDING PREPARATION WORK): 1 HOUR PREREQUISITES: PART LIST: Demon Pumpkin This is a lab guide for creating your own simple animatronic pumpkin. This project encourages students and makers to innovate upon the base design to add their own personal touches. APPROXIMATE

More information

Managing activity. Being generally overactive. Information for you

Managing activity. Being generally overactive. Information for you Managing activity Information for you How do other people with persistent pain manage activities? Everyone approaches activities in different ways. Being generally overactive: Some people are in the habit

More information

Assignment 15 Per/Sec. Date. Use pencil to complete this assignment. Show work for all of your answers.

Assignment 15 Per/Sec. Date. Use pencil to complete this assignment. Show work for all of your answers. 6th Grade Math Name Assignment 15 Per/Sec. Date Use pencil to complete this assignment. Show work for all of your answers. 1. Ariel is allowed to throw out her lowest score. Missing scores count as zero

More information

Lab 4 Projectile Motion

Lab 4 Projectile Motion b Lab 4 Projectile Motion What You Need To Know: x x v v v o ox ox v v ox at 1 t at a x FIGURE 1 Linear Motion Equations The Physics So far in lab you ve dealt with an object moving horizontally or an

More information

Process. Controller. Output. Measurement. Comparison FIGURE 4.1. A closed-loop system. Dorf/Bishop Modern Control Systems 9/E

Process. Controller. Output. Measurement. Comparison FIGURE 4.1. A closed-loop system. Dorf/Bishop Modern Control Systems 9/E Controller Process Output Comparison Measurement FIGURE 4. A closed-loop system. R(s) E a (s) G(s) Y(s) R(s) E a (s) G(s) Y(s) H(s) H(s) FIGURE 4.3 A closed-loop control system (a feedback system). v in

More information

EECS 461, Winter 2009, Problem Set 2 1

EECS 461, Winter 2009, Problem Set 2 1 EECS 46, Winter 29, Problem Set 2 issued: Wednesday, January 28, 29 due: Wednesday, February 4, 29.. In all sensor interfacing, it is necessary to minimize the response of the system to noise in the measurements.

More information

Single Table Satellites & Mega Satellites Schedule Day Date Buy-In Time Mega Satellites 8:20pm $100 w/2 Opt. $20 AO

Single Table Satellites & Mega Satellites Schedule Day Date Buy-In Time Mega Satellites 8:20pm $100 w/2 Opt. $20 AO & Mega Satellites Schedule Day Date Buy-In Time Mega Satellites 8:20pm $100 w/2 Opt. $20 AO Friday 7/13 $65 11am-6pm On Demand! 8:20pm $100 w/2 Opt. $20 AO Saturday 7/14 $65 1pm-6pm On Demand! 5pm $100

More information

Project Identity. Assistive Robotic Arm Week 9 March April 4, 2007 Megan Madariaga

Project Identity. Assistive Robotic Arm Week 9 March April 4, 2007 Megan Madariaga Project Identity Assistive Robotic Arm Week 9 March 28 2007- April 4, 2007 Megan Madariaga Work Completed: On Friday March 30 th we filled out the return sheet for our large base motor then traveled to

More information

II Nazarí Chess Festival Hotel Corona : March 2015, Granada (Spain)

II Nazarí Chess Festival Hotel Corona : March 2015, Granada (Spain) II Nazarí Chess Festival Hotel Corona : 26-31 March 2015, Granada (Spain) 1. Nazarí Chess Club will organize the II Nazarí Chess Festival Hotel Corona in Granada (Spain) from 26th to 31th March. It will

More information

8 Dimensions of Wellness 1. Emotional - 2. Spiritual - 3. Intellectual - 4. Physical - 5. Environmental - 6. Financial - 7. Occupational - 8.

8 Dimensions of Wellness 1. Emotional - 2. Spiritual - 3. Intellectual - 4. Physical - 5. Environmental - 6. Financial - 7. Occupational - 8. 8 Dimensions of Wellness 1. Emotional - Coping effectively with life and creating satisfying relationships 2. Spiritual - Expanding a sense of purpose and meaning in life 3. Intellectual - Recognizing

More information

Autonomous Robot Control Circuit

Autonomous Robot Control Circuit Autonomous Robot Control Circuit - Theory of Operation - Written by: Colin Mantay Revision 1.07-06-04 Copyright 2004 by Colin Mantay No part of this document may be copied, reproduced, stored electronically,

More information

DMC-8 (SKU#ROB )

DMC-8 (SKU#ROB ) DMC-8 (SKU#ROB-01-007) Selectable serial or parallel interface Use with Microcontroller or PC Controls 2 DC motors For 5 24 Volt Motors 8 Amps per channel Windows software included Fuse protection Dual

More information

University of Tennessee at Chattanooga. Stead State Operating Curve Report. Engr 3280L/Week 3. William Disterdick. Brown Team

University of Tennessee at Chattanooga. Stead State Operating Curve Report. Engr 3280L/Week 3. William Disterdick. Brown Team 1 University of Tennessee at Chattanooga Stead State Operating Curve Report Engr 3280L/Week 3 By Brown Team (Trent, William, William) 09/05/2012 2 Introduction: In this laboratory, a percentage of power

More information

Signal and Information Processing

Signal and Information Processing Signal and Information Processing Alejandro Ribeiro Dept. of Electrical and Systems Engineering University of Pennsylvania aribeiro@seas.upenn.edu http://www.seas.upenn.edu/users/~aribeiro/ January 11,

More information

Follow this and additional works at:

Follow this and additional works at: Montana Tech Library Digital Commons @ Montana Tech Proceedings of the Annual Montana Tech Electrical and General Engineering Symposium Student Scholarship 2015 PID Control Demo Abdullah Alangari Montana

More information

Begin Practice Round

Begin Practice Round Indiana Academic M.A.T.H. Bowl Invitational February 2012 Begin Practice Round 1 2012 MATH Invitational Practice Round 30 seconds 16 + 12 =? a. 18 b. 14 c. 4 d. 28 2012 MATH Invitational Practice Round

More information

Indiana Academic M.A.T.H. Bowl. Invitational February 2012

Indiana Academic M.A.T.H. Bowl. Invitational February 2012 Indiana Academic M.A.T.H. Bowl Invitational February 2012 Begin Practice Round 2012 MATH Invitational Practice Round 30 seconds a. 18 b. 14 c. 4 d. 28 16 + 12 =? 2012 MATH Invitational Practice Round 16

More information

Print & Go. math & literacy practice. Summer Themed. The Curriculum Corner. FREE from.

Print & Go. math & literacy practice. Summer Themed. The Curriculum Corner. FREE from. Print & Go Summer Themed math & literacy practice FREE from The Curriculum Corner My Summer Practice Book Name: Count to 100 2 4 8 9 1 1 16 20 23 27 32 35 39 41 44 48 53 56 60 65 69 72 77 81 83 88 90 93

More information

ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS. February YEAR 6 Mathematics (Written Paper) TIME: 1 h 15 min.

ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS. February YEAR 6 Mathematics (Written Paper) TIME: 1 h 15 min. ST NICHOLAS COLLEGE HALF YEARLY PRIMARY EXAMINATIONS February 2014 YEAR 6 Mathematics (Written Paper) TIME: 1 h 15 min Name: Class: Total Mark 80 1. Write the value of 6 in each number: a) 6457 = b) 0.6

More information

ECE 5670/6670 Lab 7 Brushless DC Motor Control with 6-Step Commutation. Objectives

ECE 5670/6670 Lab 7 Brushless DC Motor Control with 6-Step Commutation. Objectives ECE 5670/6670 Lab 7 Brushless DC Motor Control with 6-Step Commutation Objectives The objective of the lab is to implement a 6-step commutation scheme for a brushless DC motor in simulations, and to expand

More information

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ 4.1 Lead-in activity Find the missing letters Reading A detailed explanation about Arduino. What is Arduino? Listening To acquire a basic knowledge about Arduino

More information

SA-027HQ 365-Day Annual Timer

SA-027HQ 365-Day Annual Timer SA-027HQ 365-Day Annual Timer Manual Two N.O. or N.C. Form C relays, 10A@14VDC Each relay can be programmed for 50 events, for a total of 100 individual programmable events 10 Programmable holidays The

More information

Vintage Christmas Redwork #12612 / 37 Designs

Vintage Christmas Redwork #12612 / 37 Designs 12612-01 Sunday 1,776 St. 12612-02 Monday 1,782 St. 12612-03 Tuesday 1,783 St. 12612-04 Wednesday 1,899 St. 12612-05 Thursday 1,883 St. 12612-06 Friday 1,786 St. 12612-07 Saturday 1,848 St. 12612-08 Poinsettia

More information

Pre-Lab 10. Which plan or plans would work? Explain. Which plan is most efficient in regard to light power with the correct polarization? Explain.

Pre-Lab 10. Which plan or plans would work? Explain. Which plan is most efficient in regard to light power with the correct polarization? Explain. Pre-Lab 10 1. A laser beam is vertically, linearly polarized. For a particular application horizontal, linear polarization is needed. Two different students come up with different plans as to how to accomplish

More information

Prerequisites Students need to be very strong with algebra as there is a heavy reliance on equation manipulation in the lesson.

Prerequisites Students need to be very strong with algebra as there is a heavy reliance on equation manipulation in the lesson. Teacher s Guide Getting Started Heather Gould Stone Ridge, NY Purpose In this two-day lesson, students are challenged to consider the different physical factors that affect realworld models. Students are

More information

Print & Go. math & literacy practice. Woodland Animals. The Curriculum Corner FREE. from.

Print & Go. math & literacy practice. Woodland Animals. The Curriculum Corner FREE. from. Print & Go Woodland Animals math & literacy practice FREE from The Curriculum Corner My Woodland Animals Practice Book Name: Count to 100 2 4 8 9 1 1 16 20 23 27 32 35 39 41 44 48 53 56 60 65 69 72 77

More information

Use the graph to answer the question.

Use the graph to answer the question. 1 Use the graph to answer the question. High Temperature ( F) 120 1 0 90 80 70 60 50 40 30 20 0 Sunday Temperature Over a Week Monday Tuesday Wednesday Thursday Friday Saturday 4 A pet rabbit was given

More information

EK 307 Lab: Light-Emitting Diodes

EK 307 Lab: Light-Emitting Diodes EK 307 Lab: Light-Emitting Diodes Laboratory Goal: To explore the characteristics of the light emitting diode. Learning Objectives: Voltage, current, power, and instrumentation. Suggested Tools: Voltage

More information

Experiment P02: Understanding Motion II Velocity and Time (Motion Sensor)

Experiment P02: Understanding Motion II Velocity and Time (Motion Sensor) PASCO scientific Physics Lab Manual: P02-1 Experiment P02: Understanding Motion II Velocity and Time (Motion Sensor) Concept Time SW Interface Macintosh file Windows file linear motion 30 m 500 or 700

More information

Robotics using Lego Mindstorms EV3 (Intermediate)

Robotics using Lego Mindstorms EV3 (Intermediate) Robotics using Lego Mindstorms EV3 (Intermediate) Facebook.com/roboticsgateway @roboticsgateway Robotics using EV3 Are we ready to go Roboticists? Does each group have at least one laptop? Do you have

More information

Module 2 Marketing - Template 11 Newsletters, Articles and Social Media. Get & Keep Clients. Articles/Blog Posts - 4 a month

Module 2 Marketing - Template 11 Newsletters, Articles and Social Media. Get & Keep Clients. Articles/Blog Posts - 4 a month Module 2 Marketing - Template 11 Newsletters, Articles and Social Media Methods of Marketing Making Connections Article Marketing - Submitting Articles to Sites on the Internet to bring more people to

More information