Digital Electronics Boe-Bot Navigation. This presentation will Detail how to program the Boe-Bot move a specific distance. Detail how to program the Boe-Bot.

Slides:



Advertisements
Similar presentations
Car Crash Lab.
Advertisements

What is motion? An object is in motion when it’s distance from another object changes. What is a reference point? It is an object or place used to determine.
Warm Up A particle moves vertically(in inches)along the x-axis according to the position equation x(t) = t4 – 18t2 + 7t – 4, where t represents seconds.
Currents 11/19/08.
Servos The material presented is taken from a variety of sources including:
Boe-bots and STEM Boe-bots and STEM – This sectional will introduce participants to a programmable robot that is useful for engaging students in building.
224 FINAL PROJECT- WIRELESS CONTROL OF A BOE-BOT Tom Cohlmia-Scott Moffat-Ashley Nidiffer-Eric Yim.
1 Lecture 1: Your Boe-Bot's Servo Motors Presentation based on: "Robotics with the Boe-Bot" By Andy Lindsay Parallax, Inc Presentation developed by: Martin.
Navigating the BOE-BOT
BOE-BOT By: Jonathan Baker Gabby Garcia. BOE-BOT Servo motors to control each wheel independently Castor wheel in rear for stability Aluminum Chassis.
a) The kinetic energy of the car. b) The distance it takes to stop.
P11213 Robotic Arm Analysis 3 Motor Case: -Based on mechanical calculations for arm -Assuming 932 oz/in holding torque for motor 1 -Assuming 434 oz/in.
Motion. What Do We Mean By Speed? Exactly how fast are you running? How many meters do you run for each second? Do you always run the same number of meters.
Motion 4.1 Speed and Velocity.
Acceleration Unit 1 Lesson 2.
Contrast two types of electronic timing equipment Discuss units of time and significant figures Relate accuracy and precision to the measures of our lab.
A Bot With a Brain Using infrared obstacle detection circuits to create an autonomous robot that will navigate itself through an obstacle course. Bailey.
Zoom.  Relative – dependent upon your point of view  Position – Location described by using a reference point (with direction)  Motion – change in.
Part 2 Graphs of Motion. Part 2 Graphs of Motion.
In the original lesson we learned that a robot should move forward a specific distance for each rotation. That distance traveled is equivalent to the.
Acceleration & Speed How fast does it go?. Definition of Motion Event that involves a change in the position or location of something.
Acceleration- Change in Velocity
1 Lecture 1: Your Boe-Bot's Servo Motors Presentation based on: "Robotics with the Boe-Bot" By Andy Lindsay Parallax, Inc Presentation developed by: Martin.
Using the BASIC Stamp Editor program, the Boe-Bot was programmed to be able to accomplish a variety of tasks including: 1.Move at a constant rate of speed.
AIM Read a distance versus time graph Calculate velocity.
Acceleration- Change in Velocity occurs when an object _____________________ occurs when an object ______________ in speed. occurs when an object __________.
= constant speed forward = no speed, stopped = constant speed; negative direction Time (s) Distance mDistance m.
Speed and Motion Challenge LAB
Acceleration. The rate of change in velocity Acceleration The rate of change in velocity Examples…. –Speeding up Positive acceleration –Slowing down.
Digital Electronics The Boe-Bot and Servo Motors.
Acceleration Acceleration – the rate at which velocity changes  Can be an: Increase in speed Decrease in speed Change in direction.
Speed: Average Velocity: Instantaneous Velocity:
Fundamental Digital Electronics
Rolling with Friction. Spinning wheel, CM not translating (Vcm=0) Spinning wheel, CM translating (Vcm >0) {rolling} Calculate v at all the points if.
1 BOE-BOT Lecture #2 DE - Digital Electronics Servos and the BOE-BOT.
Rates of change Examples 1a) A circular stain gets larger as time goes on. Its radius r cm at time t s is given by r = 0.1t 2. Find the rate of change.
Forward Until Near Stop when near a wall.
Speed How many measurements for speed can you think of?
A train traveling at 20 m/s
Electrons in Atoms Chapter 4.
Acceleration!!.
Roller Coaster Physics
Speed.
Robo-Math How Far? The Distance a Robot Travels in One Rotation of the Motor = The Circumference of the Wheel Circumference (of the Wheel) = Diameter (of.
ENERGY EQUATIONS By the end of this presentation you should be able to: Calculate kinetic energy, work and power.
1 Two paths lead to the top of a big hill. One is steep and direct, while the other is twice as long but less steep. How much more potential energy.
Objective SWBAT use velocity-time graphs to determine an object’s acceleration.
PROMGRAMING YOUR ROBOT
Try this while you wait:
? The slope tells us the speed Run into a jungle Stop for 5 sec Walk backwards The slope tells us the speed.
Linear Systems.
Ch.5, Sec.1 – Measuring Motion
Activity #33- Motion, Speed, and Velocity
Motion Speeding Forward.
Home Swing Problem End A swing moves a distance of 2m from one side to the other One complete swing movement takes π seconds. The swing starts at point.
What we will do today: Carry out calculations involving the relationship between speed, wavelength and frequency for waves.
Speed, Velocity, and Acceleration
Motion Graphs – Area Under the Graph
Describing and Measuring Motion
Motion.
Baseline (Aiming for 4): List the factors
Distance time graphs.
Activity #33- Motion, Speed, and Velocity
Position vs Time Graphs
SPEED In this section you will review how to calculate the speed of an
SPEED In this section you will review how to calculate the speed of an
Speed = Distance divided by time
Significant Digits Calculations.
Significant Digits Calculations.
Presentation transcript:

Digital Electronics Boe-Bot Navigation

This presentation will Detail how to program the Boe-Bot move a specific distance. Detail how to program the Boe-Bot to perform servo motor ramping. 2

Moving A Specific Distance In order to move the Boe-Bot a specific distance, you need to know how long to run the servo- motors. Equation For Servo Time: To determine how long to run the servo motors, you need to know the Boe-Bot’s speed. 3

Measuring the Boe-Bot’s Speed 4

In the example, the Boe-Bot moved 18.5 cm (distance) in 1 second (time) 5

Servo Motor Run Time Using the measured Boe-Bot speed, calculate the Servo Time to move a distance of 100 cm. 6

For-Loop-Limit for Given Servo Time 7 Calculate the For-Loop-Limit that is required to move the Boe-Bot forward for 100 cm (i.e. Servo Time = 5.41 sec) Assume that the code overhead is 1.6 ms.

Servo Motor Ramping Ramping is a technique to gradually increase or decrease the speed of the servos instead of abruptly starting or stopping. Ramping increase the life expectancy of both the batteries and the servo motors. Ramping Example 8

9