2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

33
2007 NXT Programming & Calibration Scot Marshall, Senior Mentor

Transcript of 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

Page 1: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

2007 NXT Programming & CalibrationScot Marshall, Senior Mentor

Page 2: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

2007 Kickoff Agenda

•Overview Overview•Q & A•NXT Overview•NXT Features•Programming•BlueTooth

Page 3: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

As of Sept. 27th- 6,548 teams registered in the U.S. and Canada.

30 Teams in Louisiana

Page 4: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

At the End of the Season…

The true goals of FLL have nothing to do with winning medals or trophies. If you can look back on the season and know you accomplished at least one of these goals, you have achieved the most important goal

• We had fun!• We did something we didn’t think we could do• We figured out how to manage time, deal with

setbacks, and communicate ideas• We respected and considered ideas from everyone on

the team• We learned that research helped us better understand

a problem and build a realistic solution• We learned how useful and fun applied math and

science can be• We improved over last year• We helped our community

Page 5: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

The FLL Team Core Values• We are a team • We have fun• We do the work to find the solutions with guidance from

our coaches and mentors • We honor the spirit of friendly competition • What we discover is more important than what we win • We share our experiences with others • We display gracious professionalism in all we do

Gracious Professionalism:•Gracious attitudes and behaviors that are “win-win” •Gracious folks respect others and let that respect show in their actions•Gracious professionals make a valued contribution in a manner pleasing to others and themselves as they possess special knowledge and are trusted by society to use that knowledge responsibly

Page 6: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 7: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

2007 FLL Challenge

FARM

PARKING LOT BASE

MAIN RIVER

AJACENT AJACENT

AJACENT

NO GAP

AJACENT

Page 8: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

Areas

7 is the farm. The whole area is the farm; not just the crop rows.1, 2, 3, 4, 5, 6, 7, 8, and 13 are each a property with a house.5, 8, and 11 are each directly outside Base. Note that this includes the northern part of area 5 (the river does not cut this section in half).

Page 9: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

•IN/INTO/TO (for areas as targets) Any bit of the object just needs to barely cross over the outer edge of the target.

•IN/INTO (for containers as targets) The object must be trapped from being dislodged in at least five directions.

•OUT (for areas and containers) Not one bit of the object is in. Note: Out always means completely out.

•ON/ONTO (for objects as target) The target must be able to support all the weight of the object when any/all other supports are removed, as proven or estimated by the ref.

•OFF (for areas and objects) None of the object's weight is being supported in any direction.

•TOUCHING (for any target) The object itself must be making direct contact with the target, only when the word “touching” is used.

•COMPLETELY Every bit of the object must meet the condition.

FLL Operational Definitions

Page 10: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

13. Strategic Objects Strategic objects are team-supplied objects other than the robot and its attachments, handled by you during preparation mode, or used by the robot in autonomy mode.

14. Scoring Objects Scoring objects are objects that could be worth points depending on their location. To score, each scoring object must itself meet the mission requirements for points, no matter where the robot or any strategic objects is. You are not allowed to bundle, connect, or attach scoring objects to each other, but placing them in a strategic container is allowed.

15. Stray Objects Any object caused by a robot to be in the way of either team’s robot performance may be moved by the ref upon team request if it can be done without a direct effect on scoring. Objects in scoring position may be shifted to equivalent scoring positions if possible, and worthless objects may be removed from the table.

FLL Objects

Page 11: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

NXT Connections

Touch

Sound LightDistance

1º Motor

USB

Input

Output

Page 12: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 13: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 14: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

1 – Touch2 – Sound3 – Light4 – Ultrasonic

A – B – Left MotorC – Right Motor

Page 15: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

0 1 2 3 4

2 5 10 30 60 Never

FW 1.04, 1.05AVR 1.01BC4 1.01Build 1304071100ID 00165300FE1B

Page 16: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 17: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 18: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 19: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

[A] Input plug[B] Output plug[C] Number data wire (yellow)[D] Logic data wire (green)[E] Text data wire (orange)[F] Broken data wire (gray)

Page 20: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 21: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

The sequence beam controls the flow of your program. It indicates the sequence in which programming blocks will run. Blocks connected to the sequence beam can be downloaded to the NXT. Other blocks in the work area that are not connected to the sequence beam will not be downloaded.

Page 22: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

You can use the starting point to create additional sequence beams that will allow your program to run simultaneous tasks. For example, you might have the main sequence beam in your program controlling a robot’s forward motion but have a second sequence beam controlling a robotic arm that sits on top of the robot.

Page 23: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 24: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 25: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 26: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 27: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

FIRST in LouisianaBuilding Louisiana Science and Technology

– Seeking mentors to continue building the vision– Seeking additional corporate and private supporters– A 501(c)(3) All volunteer across Louisiana & Mississippi– A core of 35 that organizes 100+ volunteers to provide:

o FIRST LEGO Leagueo Bayou Regional FIRST Robotics Competitiono Educational outreach to mentors and students

– Tulane University & University of New Orleans sponsor

American Petroleum Institute

Page 28: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 29: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 30: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.
Page 31: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

Important Dates

Page 32: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.

Back-up Charts

Scot Marshall

Louisiana FLL Technical Coordinator

[email protected]

www.LaFLL.orgwww.YouTube.com/PRforLaFLL

Page 33: 2007 NXT Programming & Calibration Scot Marshall, Senior Mentor.