SlideShare a Scribd company logo
1 of 63
A 21st Century Rubric For District Robotics Success:
A Buyer's Guide & Hands On Experience with
Robotics Platforms
Daniel Downs and Kathy Dasho
http://bit.ly/2FkVZDI
District Vision For Robotics &
Digital Learning/Computer Science:
● K-5: Digital Learning/Computer Science & Robotics Integrated and
Embedded Within Curriculum: Embedded in Digital Learning Block
● 6-8: Digital Literacy & Computer Science Course and Robotics 1 & 2
Robotics club for Middle School students since 2012
● 9-12: Introduced 1 course(Robotics Academy( Vex EDR) in 2016
additional course(Robotics II:Tetrix) in 2017 and FIRST Robotics
Team and Change Team Help Desk students have been active with
Robotics since 2015
Deeper Look Goal Setting:
● Language based review of DLCS standards and Co-
Teaching in Elementary for more enhanced instructional
opportunities with computer science and robotics
● District wide development of Robotics Competencies to
scale student learning and curriculum alignment
● Continue refine course sequences at all levels and review
student skill sets and their appropriate mapping
Our Process:
● Our process began with expanding the Digital Learning Specialist
position into all schools and having the embedding learning block
(2015)
● Digital Literacy & CS teaching positions in the middle school were
created in 2012-13 and an additional position in 2015.
● The business department which had the web page design course as
its main technology offering added the Robotics Academy course to
its offerings and within the year the department has been renamed
to Digital Learning & Entrepreneurship. This department plans to
expand CS and STEAM related courses and cross list with
departments with overarching standards and skills.
Why Robotics in the Curriculum?
1. Students are engaged
2. Effective way of introducing programming into
curriculum
3. Provides skills useful in future employment
such as collaboration
4. Accessible for students with a range of
abilities.
5. Demystifies a complex technology
Higher Order Skills
❏ Plenty of resources are available
on the internet for teachers, for
example, robot kits such as Lego
Mindstorms and Vex Robotics,
simple programmable robots such
as Sphero balls, and lesson plans.
Sophisticated, engaging robots
such as the NAO robot are also
available.
❏ Robots lend themselves to do-it-
yourself activities. For example, a
colleague builds robots using a 3D
printer and uses his smart phone
as an interactive device to
communicate with the printed
robot.
Robots in the
Curriculum
Robotics engages
students
https://youtu.be/ZY8KKU-6j8Y
Course Competencies Description/Resources Required Skills Digital Literacy & Computer Science Strands
Project Management Middle
School:complexity,applicati
on-- Design Process with
Technology/Project
Management-
Adaptability”adaptability of
robotic-input-output)
Generating ideas
Identifying Criteria and Specifying
Constraints
Communicating Results
Identifying a problem
CT: Computational Thinking a. Abstraction
Autonomous Movement &
Programming For
Decision Making
Middle School:autonomy
and pre-programming
decision making
Program a robot using software to do
several autonomous tasks.
Testing and evaluating a design
Refining a design
CT: Computational Thinking a. Abstraction b.
Algorithms c. Data d. Programming and
Development e. Modeling and Simulation
Iterative Design Process &
Advanced Problem
Solving
Middle School:iteration of
process----engineering
design process,deconstruct
and (Advanced Problem
Solving)(debugging skills)
Problem analysis
Critical thinking
Logical thinking programming skills
Essential vocabulary
Engineering Design Process
Troubleshooting, invention, innovation, and
experimentation
CT: Computational Thinking a. Abstraction b.
Algorithms c. Data d. Programming and
Development e. Modeling and Simulation
Teamwork &
Accountability
Middle School:
Grit/Resilience Project
Teams & Accountability
Team cooperation
Leadership and responsibility
CT: Computational Thinking a. Abstraction b.
Algorithms c. Data d. Programming and
Development e. Modeling and Simulation
Designing Elegant
Solutions
(ELegant
solutions,simplicity of
code)
Programming switches and loops
Deconstructing code and seeing patterns in
the code
Simplifying code
Reusing subroutines
Programming Practice
Robotic Building:
Understanding Basic
Structures
Middle School:Background
in basic structures(mini-
challenges)
Making a model or prototype
Inventory of parts
Part types and use
Mechanical Design
Sub-assemblies
CS: Computing Systems a. Computing Devices b.
Human and Computer Partnerships c. Networks d.
Services
Robotics Hardware &
Software
Student Knowledge about
the Lego and Vex IQ
Platforms and the software
and hardware capabilities
that are used.
Sensors,building
components
Programming Languages
Input, output ports
Connector cables
Handling the equipment
Charging the brick
Downloading the code onto the brick
Connecting sensors to the brick
Robotics Academy: Robotics Competencies
In Robotics Academy, students design, fabricate, program, and use task-oriented
robots. Students demonstrate mastery by building robots utilizing a variety of sensors
and combine them with a controller to build a complete system designed to accomplish
a task. The fundamentals of problem-solving, program design, algorithms, and
programming using a high-level language are central to this course. This course
includes the study of current industrial, commercial, governmental, and competitive
robotics. Students are expected to keep a web-based notebook at every phase of the
design process. Upon the completion of each project, students present their results in a
formal presentation. No previous experience in robotics, electronics, or mechanics is
necessary.
Course Competencies Description/Resources Required Skills Digital Literacy & Computer Science Strands
Introduction to Pseudo-
code
Pseudocode is a set of basic
steps that the human can use
to write the program
Write some pseudocode for a program
which moves as long as a touch sensor is
not pressed, but stops and turns to the right
if its sonar detects an object less than 20in
away.
CT: Computational Thinking a. Abstraction b.
Algorithms c. Data d. Programming and
Development e. Modeling and Simulation
Breaking Programs into
Behaviors
Basic rules on how to think
about programming and
syntax
Basic Behaviors Example: Turn on Motor
Port 3 at half power
Simple Behaviors Example: Move forward
for 2 seconds
Complex Behaviors Example: Follow a
defined path through an entire maze
CT: Computational Thinking a. Abstraction b.
Algorithms c. Data d. Programming and
Development e. Modeling and Simulation
Introduction to Natural
Language Programming
Reference Documents Sample Commands: Usage with
Parameters: forward(63);
untilTouch(dgtl10); stop();
CT: Computational Thinking a. Abstraction b.
Algorithms c. Data d. Programming and
Development e. Modeling and Simulation
Robotic Building Vex Kits - Robot Building
Instructions
Build ClawBot CS: Computing Systems a. Computing Devices b.
Human and Computer Partnerships c. Networks d.
Services
Wireless System
Configuration
Setup and configure Vex
Cortex wireless
communications
Setup and test wireless communications
using cortex and joystick (controller)
CS: Computing Systems a. Computing Devices b.
Human and Computer Partnerships c. Networks d.
Services
Wired System
Configuration
Configure a wired system Setup and test wired communications using
cortex and joystick (controller)
CS: Computing Systems a. Computing Devices b.
Human and Computer Partnerships c. Networks d.
Services
Virtual Robot
Configuration
Virtual Robot vs Physical
robot
How to use Robot Virtual
Worlds
Complete virtual program
Coderz
DTC: Digital Tools and Collaboration a. Digital
Tools b. Collaboration and Communication c.
Research
Movement Challenge:
Labyrinth Challenge
Moving Forward - Level one
programming
The Labyrinth Challenge
requires students to program
their robot to travel a specific
distance, turn accurately, and
then repeat these behaviors
multiple times.
Reversing Motor Polarity
Renaming Motors
Timing
Teamwork & Collaboration
Moving Forward Programming and
Engineering Investigation
Motor Power Levels
Turn and Reverse
Manual Straightening
Sentry Simulation
Shaft Encoders
Forward for Distance
While Loops
Boolean Logic
Sensor Debug Window
Forward and Turning
Automated Straightening - If/Else,
variables, values
Values and Variables
Integrated Encoders - IMEs, PID, precise
movement
Principles of PID
Forward for Distance PID
Forward for Target Distance
CS: Computing Systems a. Computing Devices b.
Human and Computer Partnerships c. Networks d.
Services
DTC: Digital Tools and Collaboration a. Digital
Tools b. Collaboration and Communication c.
Research
CAS: Computing and Society a. Safety and
Security b. Ethics and Laws c. Interpersonal and
Societal Impact
CT: Computational Thinking a. Abstraction b.
Algorithms c. Data d. Programming and
Development e. Modeling and Simulation
Lego Bee
Bots
Lego
We Do
Finch
Robots
Ozo
bots
Sphero Edison
Robots
Lego EV3 Vex
Robotics IQ
and EDR
Tetrix Robotics
89.95
https://ww
w.bee-
bot.us/be
e-bot/bee-
bot.html
Bundles:
499.95
189.95
Core
Set
Lego
Educat
ion
99.00
https://s
tore.bir
dbraint
echnolo
gies.co
m/prod
uct-p/fr-
1.htm
49.00
or
1,199.
00 kit
of 12
https:/
/ozob
ot.co
m/ste
m-
educa
tion/st
129.99
https://
store.s
phero.c
om/coll
ections
/educat
ion
49.00
https://mee
tedison.co
m/product/
edpack1/
411.95
Core Set
EDR
439.00
Classroom
Bundle:
5299.99
IQ Super
Kit 329.99
Classroom
Bundle
3849.99
https://www.tetri
xrobotics.com/T
ETRIX_MAX
Robots and Robot Kit Information
Elementary Robots
Middle - HS Robots
Inquiry Based
Robotics Objectives
❏ Allow students to gain an understanding of
what is being taught
❏ layout for students the standards being
taught and what they will be assessed on
❏ Rubrics are available in many different forms
that teachers can use to provide purpose for
students in conjunction with their desire to
play
❏ allow students to work towards the idea they
will be assessed.
❏ Set up workflow throughout the classroom to
make sure that time is not wasted in locating
materials, groups are working in their own
autonomous spaces, time management
processes to ensure that accomplishments
are met.
Bee-Bot
Bee-Bot Lesson
Ozobot Sample
Lesson
OzoBots in
Kindergarten Lesson
Teacher showed the kindergarten
students an example of an obstacle
course and then had them make
their own. We let them pick from 4-5
of the materials in the Makerspace
to make their course.
https://durangoherald.com/articles/208659
Ozobots (Cont’d.)
OzoBlockly Coding
Blocks
(similar to Scratch)
Lego EV3
❏ Good for upper elementary,
middle and High School
❏ Block programming
❏ Simple to complex
❏ Easily integrated into
curriculum
EV3 has Lego
Curriculum,
numerous books,
and Carnegie Mellon
Video Trainor
Challenges from
Lego Curriculum
EV3 Block based
Programming
Interface
Sample EV3 Lesson
Text-based
program using
RobotC for EV3
EV3 Challenges
Robot Club Activity:
Teacher Resources:
Resources for teachers:
Teacher resources abound online to begin using LEGO
Robotics in the classroom to teach all subject matter.
Here are a few places to begin to explore:
● https://stanleymoskes-lausd-
ca.schoolloop.com/search/search_results?d=x&se
arch_term=+robotics. This website offers an
extensive list of lessons that teachers can begin
with addressing a host of standards. Within the
Stanley Mosk Home Page search Robotics Locker
to get to this fantastic repertoire of lessons.
● https://education.lego.com/en-
us/elementary/intro/science Nice place to begin to
gain a better understanding of the potential of
robotics to address learning in a classroom.
● Another great source for curriculum ideas is at the
Power Point: Yes-you-can-an-easy-way-to-integrate-
robotics-into-any-curriculum.pptx. Simply copy and
paste this into a Google search and the power point
from Georgetown University will appear.
Teacher Resources
Tufts Center for Engineering and
Outreach
http://ceeo.tufts.edu/outreach/LEGOEn
gineering.htm
https://sites.google.com/site/ceeooutre
ach/
https://www.wpi.edu/academics/stem-
education-center/professional-
development/center
http://www.legoengineering.com/
http://robotics.cs.uml.edu/k12educatio
n.php
Vex IQ or Vex EDR ❏ Uses RobotC to program
❏ Free curriculum when you
purchase kits
❏ Vex IQ - Middle School
❏ Vex EDR - High School
Also available:
$499.00
Vex IQ and Vex EDR
Video Trainor
Vex EDR Video
Trainer Topics
Planning and Using
Vex EDR Unit
Topics and
Challenges
Scope and Sequence
Vex IQ Programming
and Vex EDR
Programming
Vex IQ Syllabus
Bins purchased at
Wal-Mart to store
robot and components
Vex EDR Robots:
Minefield Challenge
Vex EDR Sentry
Challenge using
Encoders
https://photos.google.com/photo/AF1QipMH0f5H17d
rh1U8oE3Dg8ZqD65Z67Vct_4xuGQ_
Mid Term Student
Video:
Vex EDR Work
Habit Rubric
Engineering
Journal Rubric
CoderZ
Block-based Robot
Simulation
Block Language
● Scratch is taught in our elementary and
Middle (6th), so CoderZ provides a
familiar block based interface
Tetrix
Programming
https://www.tetrixr
obotics.com/Classr
oom/
Additional
Curriculum
Resources
https://www.techykids.com/comparing-the-different-
We Do Curriculum
Grids
Thank you!

More Related Content

What's hot

Social, Legal & Ethical Aspects of Computing.
Social, Legal & Ethical Aspects of Computing.Social, Legal & Ethical Aspects of Computing.
Social, Legal & Ethical Aspects of Computing.muhammad-Sulaiman
 
Internet of Things: Challenges and Issues
Internet of Things: Challenges and IssuesInternet of Things: Challenges and Issues
Internet of Things: Challenges and Issuesrjain51
 
Data Privacy
Data PrivacyData Privacy
Data PrivacyHome
 
Privacy issues and internet privacy
Privacy issues and internet privacyPrivacy issues and internet privacy
Privacy issues and internet privacyvinyas87
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligencesnehal_152
 
Edge computing in practice using IoT, Tensorflow and Google Cloud
Edge computing in practice using IoT, Tensorflow and Google CloudEdge computing in practice using IoT, Tensorflow and Google Cloud
Edge computing in practice using IoT, Tensorflow and Google CloudAlvaro Viebrantz
 
Introduction to IoT Security
Introduction to IoT SecurityIntroduction to IoT Security
Introduction to IoT SecurityCAS
 
Research issues in IoT for education
Research issues in IoT for educationResearch issues in IoT for education
Research issues in IoT for educationRadouane Mrabet
 
Artificial Intelligence(AI)
Artificial Intelligence(AI)Artificial Intelligence(AI)
Artificial Intelligence(AI)Hari krishnan
 
Internet of things (IOT) | Future Trends
Internet of things (IOT) | Future TrendsInternet of things (IOT) | Future Trends
Internet of things (IOT) | Future TrendsDevanand Hariperumal
 
Internet of Things
Internet of ThingsInternet of Things
Internet of ThingsMphasis
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceNimisha Shayir
 

What's hot (20)

Internet of Things.
Internet of Things.Internet of Things.
Internet of Things.
 
Social, Legal & Ethical Aspects of Computing.
Social, Legal & Ethical Aspects of Computing.Social, Legal & Ethical Aspects of Computing.
Social, Legal & Ethical Aspects of Computing.
 
Internet of Things: Challenges and Issues
Internet of Things: Challenges and IssuesInternet of Things: Challenges and Issues
Internet of Things: Challenges and Issues
 
State of AI Report 2019
State of AI Report 2019State of AI Report 2019
State of AI Report 2019
 
Cyber Security law in Bangladesh
Cyber Security law in Bangladesh Cyber Security law in Bangladesh
Cyber Security law in Bangladesh
 
Cyber crime
Cyber crimeCyber crime
Cyber crime
 
Data Privacy
Data PrivacyData Privacy
Data Privacy
 
Digital Piracy
Digital PiracyDigital Piracy
Digital Piracy
 
Ethics in computing
Ethics in computingEthics in computing
Ethics in computing
 
Privacy issues and internet privacy
Privacy issues and internet privacyPrivacy issues and internet privacy
Privacy issues and internet privacy
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
Edge computing in practice using IoT, Tensorflow and Google Cloud
Edge computing in practice using IoT, Tensorflow and Google CloudEdge computing in practice using IoT, Tensorflow and Google Cloud
Edge computing in practice using IoT, Tensorflow and Google Cloud
 
Introduction to IoT Security
Introduction to IoT SecurityIntroduction to IoT Security
Introduction to IoT Security
 
Information act 2000
Information act 2000Information act 2000
Information act 2000
 
Human computer interaction assignment 01
Human computer interaction  assignment 01Human computer interaction  assignment 01
Human computer interaction assignment 01
 
Research issues in IoT for education
Research issues in IoT for educationResearch issues in IoT for education
Research issues in IoT for education
 
Artificial Intelligence(AI)
Artificial Intelligence(AI)Artificial Intelligence(AI)
Artificial Intelligence(AI)
 
Internet of things (IOT) | Future Trends
Internet of things (IOT) | Future TrendsInternet of things (IOT) | Future Trends
Internet of things (IOT) | Future Trends
 
Internet of Things
Internet of ThingsInternet of Things
Internet of Things
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

Similar to A Rubric For District Robotics Success: A Buyer's Guide & Hands On Experience With The VEX, Lego EV3 and Tetrix Robotics Platforms

IRJET- Online Programming Assessment and Evaluation Platform in Education System
IRJET- Online Programming Assessment and Evaluation Platform in Education SystemIRJET- Online Programming Assessment and Evaluation Platform in Education System
IRJET- Online Programming Assessment and Evaluation Platform in Education SystemIRJET Journal
 
MANJU_C_LINUX_VeriFone
MANJU_C_LINUX_VeriFoneMANJU_C_LINUX_VeriFone
MANJU_C_LINUX_VeriFoneManjunatha B
 
Training report of C language
Training report of C languageTraining report of C language
Training report of C languageShashank Kapoor
 
SHIRAS,JANHAVI
SHIRAS,JANHAVI SHIRAS,JANHAVI
SHIRAS,JANHAVI jshiras
 
Amal U S(Asp.Net Web Developer)
Amal U S(Asp.Net Web Developer)Amal U S(Asp.Net Web Developer)
Amal U S(Asp.Net Web Developer)Amal U S
 
Summer trainingsoftware 2011
Summer trainingsoftware 2011Summer trainingsoftware 2011
Summer trainingsoftware 2011dkhari
 
Sharing & Scaling The Language Of Digital Learning
Sharing & Scaling The Language Of Digital LearningSharing & Scaling The Language Of Digital Learning
Sharing & Scaling The Language Of Digital LearningDr. Daniel Downs
 
Industrial trainingsoftware 2011
Industrial trainingsoftware 2011Industrial trainingsoftware 2011
Industrial trainingsoftware 2011dkhari
 
Industrial trainingvlsi design-2011
Industrial trainingvlsi design-2011Industrial trainingvlsi design-2011
Industrial trainingvlsi design-2011dkhari
 
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...ciyamala kushbu
 
Computer graphics 9068
Computer graphics  9068Computer graphics  9068
Computer graphics 90681061992
 
Oop lec 2(introduction to object oriented technology)
Oop lec 2(introduction to object oriented technology)Oop lec 2(introduction to object oriented technology)
Oop lec 2(introduction to object oriented technology)Asfand Hassan
 
Industrial trainingembedded 2011
Industrial trainingembedded 2011Industrial trainingembedded 2011
Industrial trainingembedded 2011dkhari
 
Summer trainingvlsi design-2011
Summer trainingvlsi design-2011Summer trainingvlsi design-2011
Summer trainingvlsi design-2011dkhari
 
P-D controller computer vision and robotics integration based for student’s p...
P-D controller computer vision and robotics integration based for student’s p...P-D controller computer vision and robotics integration based for student’s p...
P-D controller computer vision and robotics integration based for student’s p...TELKOMNIKA JOURNAL
 

Similar to A Rubric For District Robotics Success: A Buyer's Guide & Hands On Experience With The VEX, Lego EV3 and Tetrix Robotics Platforms (20)

Resume
ResumeResume
Resume
 
IRJET- Online Programming Assessment and Evaluation Platform in Education System
IRJET- Online Programming Assessment and Evaluation Platform in Education SystemIRJET- Online Programming Assessment and Evaluation Platform in Education System
IRJET- Online Programming Assessment and Evaluation Platform in Education System
 
MANJU_C_LINUX_VeriFone
MANJU_C_LINUX_VeriFoneMANJU_C_LINUX_VeriFone
MANJU_C_LINUX_VeriFone
 
Training report of C language
Training report of C languageTraining report of C language
Training report of C language
 
SHIRAS,JANHAVI
SHIRAS,JANHAVI SHIRAS,JANHAVI
SHIRAS,JANHAVI
 
ravish m
ravish mravish m
ravish m
 
Amal U S(Asp.Net Web Developer)
Amal U S(Asp.Net Web Developer)Amal U S(Asp.Net Web Developer)
Amal U S(Asp.Net Web Developer)
 
Summer trainingsoftware 2011
Summer trainingsoftware 2011Summer trainingsoftware 2011
Summer trainingsoftware 2011
 
Sharing & Scaling The Language Of Digital Learning
Sharing & Scaling The Language Of Digital LearningSharing & Scaling The Language Of Digital Learning
Sharing & Scaling The Language Of Digital Learning
 
Industrial trainingsoftware 2011
Industrial trainingsoftware 2011Industrial trainingsoftware 2011
Industrial trainingsoftware 2011
 
Industrial trainingvlsi design-2011
Industrial trainingvlsi design-2011Industrial trainingvlsi design-2011
Industrial trainingvlsi design-2011
 
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...
 
Computer graphics 9068
Computer graphics  9068Computer graphics  9068
Computer graphics 9068
 
GP_Kashyap_Resume
GP_Kashyap_ResumeGP_Kashyap_Resume
GP_Kashyap_Resume
 
Oop lec 2(introduction to object oriented technology)
Oop lec 2(introduction to object oriented technology)Oop lec 2(introduction to object oriented technology)
Oop lec 2(introduction to object oriented technology)
 
Industrial trainingembedded 2011
Industrial trainingembedded 2011Industrial trainingembedded 2011
Industrial trainingembedded 2011
 
Resume aug 2016
Resume aug 2016Resume aug 2016
Resume aug 2016
 
Summer trainingvlsi design-2011
Summer trainingvlsi design-2011Summer trainingvlsi design-2011
Summer trainingvlsi design-2011
 
P-D controller computer vision and robotics integration based for student’s p...
P-D controller computer vision and robotics integration based for student’s p...P-D controller computer vision and robotics integration based for student’s p...
P-D controller computer vision and robotics integration based for student’s p...
 
Ankita_Hiraskar_resume
Ankita_Hiraskar_resumeAnkita_Hiraskar_resume
Ankita_Hiraskar_resume
 

More from Dr. Daniel Downs

March 2018 Digital Learning Newsletter
March 2018 Digital Learning Newsletter March 2018 Digital Learning Newsletter
March 2018 Digital Learning Newsletter Dr. Daniel Downs
 
Big Picture Challenges Of Digital Curriculum
Big Picture Challenges Of Digital CurriculumBig Picture Challenges Of Digital Curriculum
Big Picture Challenges Of Digital CurriculumDr. Daniel Downs
 
So You Have Been Asked To Use OER Resources!
So You Have Been Asked To Use OER Resources!So You Have Been Asked To Use OER Resources!
So You Have Been Asked To Use OER Resources!Dr. Daniel Downs
 
OER and The #GoOpen Initiative
OER and The #GoOpen InitiativeOER and The #GoOpen Initiative
OER and The #GoOpen InitiativeDr. Daniel Downs
 
North Reading Public Schools-February Digital Learning Share 2018
North Reading Public Schools-February Digital Learning Share 2018North Reading Public Schools-February Digital Learning Share 2018
North Reading Public Schools-February Digital Learning Share 2018Dr. Daniel Downs
 
Digital Learning Newsletter February 2018
Digital Learning Newsletter February 2018 Digital Learning Newsletter February 2018
Digital Learning Newsletter February 2018 Dr. Daniel Downs
 
Digital Learning Model- North Reading Public Schools North Reading,Massa...
Digital Learning Model- North Reading Public Schools      North Reading,Massa...Digital Learning Model- North Reading Public Schools      North Reading,Massa...
Digital Learning Model- North Reading Public Schools North Reading,Massa...Dr. Daniel Downs
 
Flipping the Classroom-Daniel Downs
Flipping the Classroom-Daniel DownsFlipping the Classroom-Daniel Downs
Flipping the Classroom-Daniel DownsDr. Daniel Downs
 
Technology Tools-Daniel Downs 8/25/13
Technology Tools-Daniel Downs 8/25/13Technology Tools-Daniel Downs 8/25/13
Technology Tools-Daniel Downs 8/25/13Dr. Daniel Downs
 
Project Based Learning With Technology Daniel Downs
Project Based Learning With Technology Daniel DownsProject Based Learning With Technology Daniel Downs
Project Based Learning With Technology Daniel DownsDr. Daniel Downs
 
Twenty First Century Skills
Twenty First Century SkillsTwenty First Century Skills
Twenty First Century SkillsDr. Daniel Downs
 
Technology Multiple Intelligences
Technology Multiple IntelligencesTechnology Multiple Intelligences
Technology Multiple IntelligencesDr. Daniel Downs
 
Tech con workshop descriptions danieldownsphotography@gmail.com - gmail
Tech con workshop descriptions   danieldownsphotography@gmail.com - gmailTech con workshop descriptions   danieldownsphotography@gmail.com - gmail
Tech con workshop descriptions danieldownsphotography@gmail.com - gmailDr. Daniel Downs
 
Developing a mobile application curriculum which empowers authentic
Developing a mobile application curriculum which empowers authenticDeveloping a mobile application curriculum which empowers authentic
Developing a mobile application curriculum which empowers authenticDr. Daniel Downs
 
Pbl and 21st century skills
Pbl and 21st century skillsPbl and 21st century skills
Pbl and 21st century skillsDr. Daniel Downs
 

More from Dr. Daniel Downs (18)

March 2018 Digital Learning Newsletter
March 2018 Digital Learning Newsletter March 2018 Digital Learning Newsletter
March 2018 Digital Learning Newsletter
 
Are You Future Ready?
Are You Future Ready?Are You Future Ready?
Are You Future Ready?
 
Big Picture Challenges Of Digital Curriculum
Big Picture Challenges Of Digital CurriculumBig Picture Challenges Of Digital Curriculum
Big Picture Challenges Of Digital Curriculum
 
So You Have Been Asked To Use OER Resources!
So You Have Been Asked To Use OER Resources!So You Have Been Asked To Use OER Resources!
So You Have Been Asked To Use OER Resources!
 
OER and The #GoOpen Initiative
OER and The #GoOpen InitiativeOER and The #GoOpen Initiative
OER and The #GoOpen Initiative
 
North Reading Public Schools-February Digital Learning Share 2018
North Reading Public Schools-February Digital Learning Share 2018North Reading Public Schools-February Digital Learning Share 2018
North Reading Public Schools-February Digital Learning Share 2018
 
Digital Learning Newsletter February 2018
Digital Learning Newsletter February 2018 Digital Learning Newsletter February 2018
Digital Learning Newsletter February 2018
 
Digital Learning Model- North Reading Public Schools North Reading,Massa...
Digital Learning Model- North Reading Public Schools      North Reading,Massa...Digital Learning Model- North Reading Public Schools      North Reading,Massa...
Digital Learning Model- North Reading Public Schools North Reading,Massa...
 
Flipping the Classroom-Daniel Downs
Flipping the Classroom-Daniel DownsFlipping the Classroom-Daniel Downs
Flipping the Classroom-Daniel Downs
 
Technology Tools-Daniel Downs 8/25/13
Technology Tools-Daniel Downs 8/25/13Technology Tools-Daniel Downs 8/25/13
Technology Tools-Daniel Downs 8/25/13
 
Project Based Learning With Technology Daniel Downs
Project Based Learning With Technology Daniel DownsProject Based Learning With Technology Daniel Downs
Project Based Learning With Technology Daniel Downs
 
Twenty First Century Skills
Twenty First Century SkillsTwenty First Century Skills
Twenty First Century Skills
 
History Of PBL
History Of PBLHistory Of PBL
History Of PBL
 
Why Use PBL?
Why Use PBL?Why Use PBL?
Why Use PBL?
 
Technology Multiple Intelligences
Technology Multiple IntelligencesTechnology Multiple Intelligences
Technology Multiple Intelligences
 
Tech con workshop descriptions danieldownsphotography@gmail.com - gmail
Tech con workshop descriptions   danieldownsphotography@gmail.com - gmailTech con workshop descriptions   danieldownsphotography@gmail.com - gmail
Tech con workshop descriptions danieldownsphotography@gmail.com - gmail
 
Developing a mobile application curriculum which empowers authentic
Developing a mobile application curriculum which empowers authenticDeveloping a mobile application curriculum which empowers authentic
Developing a mobile application curriculum which empowers authentic
 
Pbl and 21st century skills
Pbl and 21st century skillsPbl and 21st century skills
Pbl and 21st century skills
 

Recently uploaded

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 

A Rubric For District Robotics Success: A Buyer's Guide & Hands On Experience With The VEX, Lego EV3 and Tetrix Robotics Platforms

  • 1. A 21st Century Rubric For District Robotics Success: A Buyer's Guide & Hands On Experience with Robotics Platforms Daniel Downs and Kathy Dasho http://bit.ly/2FkVZDI
  • 2. District Vision For Robotics & Digital Learning/Computer Science: ● K-5: Digital Learning/Computer Science & Robotics Integrated and Embedded Within Curriculum: Embedded in Digital Learning Block ● 6-8: Digital Literacy & Computer Science Course and Robotics 1 & 2 Robotics club for Middle School students since 2012 ● 9-12: Introduced 1 course(Robotics Academy( Vex EDR) in 2016 additional course(Robotics II:Tetrix) in 2017 and FIRST Robotics Team and Change Team Help Desk students have been active with Robotics since 2015
  • 3. Deeper Look Goal Setting: ● Language based review of DLCS standards and Co- Teaching in Elementary for more enhanced instructional opportunities with computer science and robotics ● District wide development of Robotics Competencies to scale student learning and curriculum alignment ● Continue refine course sequences at all levels and review student skill sets and their appropriate mapping
  • 4. Our Process: ● Our process began with expanding the Digital Learning Specialist position into all schools and having the embedding learning block (2015) ● Digital Literacy & CS teaching positions in the middle school were created in 2012-13 and an additional position in 2015. ● The business department which had the web page design course as its main technology offering added the Robotics Academy course to its offerings and within the year the department has been renamed to Digital Learning & Entrepreneurship. This department plans to expand CS and STEAM related courses and cross list with departments with overarching standards and skills.
  • 5. Why Robotics in the Curriculum? 1. Students are engaged 2. Effective way of introducing programming into curriculum 3. Provides skills useful in future employment such as collaboration 4. Accessible for students with a range of abilities. 5. Demystifies a complex technology
  • 6. Higher Order Skills ❏ Plenty of resources are available on the internet for teachers, for example, robot kits such as Lego Mindstorms and Vex Robotics, simple programmable robots such as Sphero balls, and lesson plans. Sophisticated, engaging robots such as the NAO robot are also available. ❏ Robots lend themselves to do-it- yourself activities. For example, a colleague builds robots using a 3D printer and uses his smart phone as an interactive device to communicate with the printed robot.
  • 7. Robots in the Curriculum Robotics engages students https://youtu.be/ZY8KKU-6j8Y
  • 8.
  • 9.
  • 10.
  • 11. Course Competencies Description/Resources Required Skills Digital Literacy & Computer Science Strands Project Management Middle School:complexity,applicati on-- Design Process with Technology/Project Management- Adaptability”adaptability of robotic-input-output) Generating ideas Identifying Criteria and Specifying Constraints Communicating Results Identifying a problem CT: Computational Thinking a. Abstraction Autonomous Movement & Programming For Decision Making Middle School:autonomy and pre-programming decision making Program a robot using software to do several autonomous tasks. Testing and evaluating a design Refining a design CT: Computational Thinking a. Abstraction b. Algorithms c. Data d. Programming and Development e. Modeling and Simulation Iterative Design Process & Advanced Problem Solving Middle School:iteration of process----engineering design process,deconstruct and (Advanced Problem Solving)(debugging skills) Problem analysis Critical thinking Logical thinking programming skills Essential vocabulary Engineering Design Process Troubleshooting, invention, innovation, and experimentation CT: Computational Thinking a. Abstraction b. Algorithms c. Data d. Programming and Development e. Modeling and Simulation Teamwork & Accountability Middle School: Grit/Resilience Project Teams & Accountability Team cooperation Leadership and responsibility CT: Computational Thinking a. Abstraction b. Algorithms c. Data d. Programming and Development e. Modeling and Simulation
  • 12. Designing Elegant Solutions (ELegant solutions,simplicity of code) Programming switches and loops Deconstructing code and seeing patterns in the code Simplifying code Reusing subroutines Programming Practice Robotic Building: Understanding Basic Structures Middle School:Background in basic structures(mini- challenges) Making a model or prototype Inventory of parts Part types and use Mechanical Design Sub-assemblies CS: Computing Systems a. Computing Devices b. Human and Computer Partnerships c. Networks d. Services Robotics Hardware & Software Student Knowledge about the Lego and Vex IQ Platforms and the software and hardware capabilities that are used. Sensors,building components Programming Languages Input, output ports Connector cables Handling the equipment Charging the brick Downloading the code onto the brick Connecting sensors to the brick
  • 13. Robotics Academy: Robotics Competencies In Robotics Academy, students design, fabricate, program, and use task-oriented robots. Students demonstrate mastery by building robots utilizing a variety of sensors and combine them with a controller to build a complete system designed to accomplish a task. The fundamentals of problem-solving, program design, algorithms, and programming using a high-level language are central to this course. This course includes the study of current industrial, commercial, governmental, and competitive robotics. Students are expected to keep a web-based notebook at every phase of the design process. Upon the completion of each project, students present their results in a formal presentation. No previous experience in robotics, electronics, or mechanics is necessary.
  • 14. Course Competencies Description/Resources Required Skills Digital Literacy & Computer Science Strands Introduction to Pseudo- code Pseudocode is a set of basic steps that the human can use to write the program Write some pseudocode for a program which moves as long as a touch sensor is not pressed, but stops and turns to the right if its sonar detects an object less than 20in away. CT: Computational Thinking a. Abstraction b. Algorithms c. Data d. Programming and Development e. Modeling and Simulation Breaking Programs into Behaviors Basic rules on how to think about programming and syntax Basic Behaviors Example: Turn on Motor Port 3 at half power Simple Behaviors Example: Move forward for 2 seconds Complex Behaviors Example: Follow a defined path through an entire maze CT: Computational Thinking a. Abstraction b. Algorithms c. Data d. Programming and Development e. Modeling and Simulation Introduction to Natural Language Programming Reference Documents Sample Commands: Usage with Parameters: forward(63); untilTouch(dgtl10); stop(); CT: Computational Thinking a. Abstraction b. Algorithms c. Data d. Programming and Development e. Modeling and Simulation Robotic Building Vex Kits - Robot Building Instructions Build ClawBot CS: Computing Systems a. Computing Devices b. Human and Computer Partnerships c. Networks d. Services Wireless System Configuration Setup and configure Vex Cortex wireless communications Setup and test wireless communications using cortex and joystick (controller) CS: Computing Systems a. Computing Devices b. Human and Computer Partnerships c. Networks d. Services Wired System Configuration Configure a wired system Setup and test wired communications using cortex and joystick (controller) CS: Computing Systems a. Computing Devices b. Human and Computer Partnerships c. Networks d. Services
  • 15. Virtual Robot Configuration Virtual Robot vs Physical robot How to use Robot Virtual Worlds Complete virtual program Coderz DTC: Digital Tools and Collaboration a. Digital Tools b. Collaboration and Communication c. Research Movement Challenge: Labyrinth Challenge Moving Forward - Level one programming The Labyrinth Challenge requires students to program their robot to travel a specific distance, turn accurately, and then repeat these behaviors multiple times. Reversing Motor Polarity Renaming Motors Timing Teamwork & Collaboration Moving Forward Programming and Engineering Investigation Motor Power Levels Turn and Reverse Manual Straightening Sentry Simulation Shaft Encoders Forward for Distance While Loops Boolean Logic Sensor Debug Window Forward and Turning Automated Straightening - If/Else, variables, values Values and Variables Integrated Encoders - IMEs, PID, precise movement Principles of PID Forward for Distance PID Forward for Target Distance CS: Computing Systems a. Computing Devices b. Human and Computer Partnerships c. Networks d. Services DTC: Digital Tools and Collaboration a. Digital Tools b. Collaboration and Communication c. Research CAS: Computing and Society a. Safety and Security b. Ethics and Laws c. Interpersonal and Societal Impact CT: Computational Thinking a. Abstraction b. Algorithms c. Data d. Programming and Development e. Modeling and Simulation
  • 16. Lego Bee Bots Lego We Do Finch Robots Ozo bots Sphero Edison Robots Lego EV3 Vex Robotics IQ and EDR Tetrix Robotics 89.95 https://ww w.bee- bot.us/be e-bot/bee- bot.html Bundles: 499.95 189.95 Core Set Lego Educat ion 99.00 https://s tore.bir dbraint echnolo gies.co m/prod uct-p/fr- 1.htm 49.00 or 1,199. 00 kit of 12 https:/ /ozob ot.co m/ste m- educa tion/st 129.99 https:// store.s phero.c om/coll ections /educat ion 49.00 https://mee tedison.co m/product/ edpack1/ 411.95 Core Set EDR 439.00 Classroom Bundle: 5299.99 IQ Super Kit 329.99 Classroom Bundle 3849.99 https://www.tetri xrobotics.com/T ETRIX_MAX Robots and Robot Kit Information Elementary Robots Middle - HS Robots
  • 17. Inquiry Based Robotics Objectives ❏ Allow students to gain an understanding of what is being taught ❏ layout for students the standards being taught and what they will be assessed on ❏ Rubrics are available in many different forms that teachers can use to provide purpose for students in conjunction with their desire to play ❏ allow students to work towards the idea they will be assessed. ❏ Set up workflow throughout the classroom to make sure that time is not wasted in locating materials, groups are working in their own autonomous spaces, time management processes to ensure that accomplishments are met.
  • 21. OzoBots in Kindergarten Lesson Teacher showed the kindergarten students an example of an obstacle course and then had them make their own. We let them pick from 4-5 of the materials in the Makerspace to make their course. https://durangoherald.com/articles/208659
  • 24. Lego EV3 ❏ Good for upper elementary, middle and High School ❏ Block programming ❏ Simple to complex ❏ Easily integrated into curriculum
  • 25. EV3 has Lego Curriculum, numerous books, and Carnegie Mellon Video Trainor
  • 28.
  • 29.
  • 31.
  • 32.
  • 36. Teacher Resources: Resources for teachers: Teacher resources abound online to begin using LEGO Robotics in the classroom to teach all subject matter. Here are a few places to begin to explore: ● https://stanleymoskes-lausd- ca.schoolloop.com/search/search_results?d=x&se arch_term=+robotics. This website offers an extensive list of lessons that teachers can begin with addressing a host of standards. Within the Stanley Mosk Home Page search Robotics Locker to get to this fantastic repertoire of lessons. ● https://education.lego.com/en- us/elementary/intro/science Nice place to begin to gain a better understanding of the potential of robotics to address learning in a classroom. ● Another great source for curriculum ideas is at the Power Point: Yes-you-can-an-easy-way-to-integrate- robotics-into-any-curriculum.pptx. Simply copy and paste this into a Google search and the power point from Georgetown University will appear.
  • 37. Teacher Resources Tufts Center for Engineering and Outreach http://ceeo.tufts.edu/outreach/LEGOEn gineering.htm https://sites.google.com/site/ceeooutre ach/ https://www.wpi.edu/academics/stem- education-center/professional- development/center http://www.legoengineering.com/ http://robotics.cs.uml.edu/k12educatio n.php
  • 38. Vex IQ or Vex EDR ❏ Uses RobotC to program ❏ Free curriculum when you purchase kits ❏ Vex IQ - Middle School ❏ Vex EDR - High School
  • 39. Also available: $499.00 Vex IQ and Vex EDR Video Trainor
  • 42. Vex EDR Unit Topics and Challenges
  • 44. Vex IQ Programming and Vex EDR Programming Vex IQ Syllabus
  • 45. Bins purchased at Wal-Mart to store robot and components
  • 46.
  • 48. Vex EDR Sentry Challenge using Encoders https://photos.google.com/photo/AF1QipMH0f5H17d rh1U8oE3Dg8ZqD65Z67Vct_4xuGQ_
  • 53. Block Language ● Scratch is taught in our elementary and Middle (6th), so CoderZ provides a familiar block based interface
  • 56.
  • 58.
  • 59.
  • 60.
  • 62.

Editor's Notes

  1. Dan will add small image.
  2. We can update this. 21st Century Skills K-5, 6-8, 9-12 Can we put course descriptions in this presentation somewhere. What is the North Reading Special Sauce-???? Elementary commitment to robotics and cs Progression of robotics learning in middle Videos are important to show the intangibles.
  3. Maker & Robotics Movement