T E C H
connect
2 0 2 5
Coding Into Core Content
Shawn Welsh
Goal
Learning Targets
Learn activities that can be used to integrate Pro-Bots into Core Content
21st Century Learning Skills
Critical Thinking
Reasoning effectively
Using systems thinking
Making judgments and decisions
Solving problems
Communication
Articulating thoughts and ideas
Informing, persuading, discussing
Listening for meaning
Using a variety of communication tools
Collaboration
Working with teams effectively
Making compromises to achieve a goal
Sharing responsibility with others
Valuing ideas and views of others
Creativity
Using a variety of idea creation techniques
Creating new and worthwhile ideas
Analyzing, evaluating, and refining ideas
Viewing failure as a learning opportunity
C
C
C
C
7 Principles of Culturally Responsive Practices
1. Students are affirmed in their cultural connections
2. Teachers are personally inviting
3. Learning environments are physically and culturally inviting
4. Students are reinforced for academic development
5. Instructional changes are made to accommodate difference in learners
6. Classroom is managed with firm, consistent caring guidance
7. Interactions stress collectivity as well as individuality
Today we are going to learn a new code for robotics using the Pro-Bot
Teaching Index:
Pro-Bot Teacher Manual (Click this Link)
Another Pro-Bot Robotics User Manual
Trip Through Auburn
Using Maps and Rules to Plan a trip in Auburn Slides 11-18
Extension: Using QR Codes to go students go shopping
Geometry Unit:
Lesson 1) Drawing squares and Rectangles Slides 42-55
Lesson 2) Drawing Regular Shapes Slide 56-60
Lesson 3) Drawing Irregular Shapes or other patterns
Probot Car Introduction
Review How to turn on the car and what each of the buttons does including on / off switch and sound switch.
Demonstrate how to program basic functions.
You can clear the program by scrolling to the end and pushing clear until it’s gone or Use clear all in the Menu.
Non-Responsive When turned on, nothing displays on the screen of a non-responsive Pro-Bot and Pro-Bot does not respond to button presses. This indicates that Pro-Bot needs to be reset. Turn Pro-Bot over and find the small hole labeled Reset at the bottom left of the underside of Pro-Bot near the switches. Bend a paperclip so that one end sticks out or obtain a toothpick which fits in the hole. Be sure batteries with power are installed with the correct polarity. Turn Pro-Bot on. Gently push the end of the paperclip or the toothpick in the Reset hole. Pro-Bot beeps and springs back to life.
Resetting Pro-Bot If it Becomes Unresponsive
Tech Standards
Planning a trip With Probots
Materials Needed
Map of Auburn (Use slides 20-41 to make the map or make your own) This takes some time 1-2 hours glue sticks, paper cutter, marker, and measuring tape or ruler.
Centimeter Rulers
Pro-bot Trip Planning Sheet (1 Per Group)
Pro-Bot Money Planning Sheet (1 per Group)
Pencil (1 Per Group)
Charged Pro-Bot (1 per group)
Math Standards
Planning a trip to town with Pro-bots
2.MD.A.1 Measure the length of an object by selecting and using appropriate tools such as rulers, yardsticks, meter sticks, and measuring tapes.
2.MD.A.3 Estimate lengths using units of inches, feet, centimeters, and meters.
Possible Job Assignments
Programmer (types program into Probot, take turns for each leg of travel)
Recorder (Person who write the program that is input into the Bot)
Accountant (Write the items that are purchased)
Travel Planner (writes task and 3 to 5 the locations to travel to)
Metrologist (writes measure the distance to travel and record it)
Objective: As a group choose 3 to 5 tasks to complete. Then work together write a program, using the Map Ruler, and Pro-Bot to travel to each location and complete the tasks. Document you trip on the “Pro-Bot Trip Planning Sheet.
3.a. Students collaborate with a teacher to employ appropriate research techniques to locate digital resources that will help them in their learning process.
This Map unit can take from 2 to 4 (30 minute blocks) days depending on expectations and extensions.
Pick 3 tasks as a group
Go and do something Fun
Go to store for Groceries
Get Lunch while you are out shopping
Go to store to get clothes
Drop off a package to Mail or UPS
Go to a historical Location
Visit a Park
Buy materials to build something
Get Gas before you go home
Go to Pharmacy to pick up Prescription
3 Jobs
Programer-type the code into the robot
Recorder-write the code on the tasks sheet
Measurer-Measure the distance needed for the robot to travel.
Financial Literacy extension Activities
8. 2.MD.C.8 Solve word problems involving dollar bills
Making the Map
Pro-Bot Map of Auburn
36”x48”
In 1” grid
https://www.wrvmuseum.org/the-museum
https://www.wrvmuseum.org/the-farm
Auburn Pool
https://sites.google.com/auburn.wednet.edu/auburnschooldistrictpool/winter-public-schedule
Neely Mansion
https://oldnavy.gap.com/stores/wa/auburn/oldnavy-5583.html
https://neelymansion.org/
AUBURN
https://tools.usps.com/locations/details/1353659
Flaming Geyser State Park
https://goodwillwa.org/shop/locations/
AUBURN PUBLIC LIBRARY
https://kcls.org/locations/auburn/
https://bit.ly/4fVGoXO
Les Gove Park
https://bit.ly/3C8nfUP
https://bit.ly/40j0dlZ
https://bit.ly/3WlWuTy
https://www.walmart.com/store/2385-auburn-wa
https://www.auburnwa.gov/city_hall/parks_arts_recreation/parks_trails/game_farm or
https://bit.ly/3CfEdR3
https://bit.ly/40nEXLY
Safeway Fuel Station
https://bit.ly/40kdn2b
Safeway Store
https://bit.ly/40BXtSc
https://bit.ly/3CkFW7C
https://bit.ly/4fWWr7D
https://bit.ly/40k3kub
Frisbee Golf
https://bit.ly/40n1d8I
https://www.lowes.com/store/WA-Auburn/1089
https://bit.ly/4ahUFwN
Using Pro-Bots to Teach Geometry
Objective: Write programs using Pro-bots to draw polygons such as squares, rectangles, and triangles
Pre Lesson Review:
Drawing with Pro-Bot
Materials Needed:
Pro-Bots (charged)
Pencils
Markers for Car
Blank paper
Rulers and or Protractors
Calculators
Step 1: Review Basic Shapes
Understanding how to use adjacent angles in a straight angle
Steps To Draw with Probot
Lesson 1: Drawing a square
What do we know about squares?
have 4 equal angles
Have four equal sides
It is a regular shape (all sides and angles are equal)
The inside angles are right angles; each is 90
How many degrees do you have to turn for the outside angle to draw it?
Formula for outside angle of regular shapes: 360 / number of sides=angle to turn
square: 360/4=90
Start
5 cm
Fd5
Car needs to turn right 90 degrees each time
Rt
Fd5
Fd5
Fd5
Rt
Rt
Rt
Program Code: Fd5 Rt Fd5 Rt Fd5 Rt Fd5 Rt
OR
Rpt 4 [Fd5 Rt]
Rpt 4 [Fd5 Rt90]
Draw a square that has different lengths then the one I showed you on your graph paper label the sides and outside angles, write the code and then program the car to draw the same square.
After everyone finishes their square, try to make it bigger or smaller.
Drawing a Rectangle
What do we know about squares?
Have 4 angles
Have four sides
The inside angles are right angles; each is 90
How many degrees do you have to turn for the outside angle to draw it?
2 sets of equal sides
After everyone finishes their first rectangle, try to make it bigger or smaller.
Try to Draw a Rectangle
Use the Steps we talked about to draw a rectangle this time.
Can you change the square formula to write one for a rectangle?
Is there any repeating patterns to make your code shorter?
Lesson 2:Drawing Equilateral Polygons
Formula for outside angle of regular shapes: 360 / number of sides=angle to turn
Regular Triangle:
360/3=120
Car needs to turn 120 degrees each time
FD7
FD7
FD7
RT120
RT120
RT120
Start
Program Code: Fd7 Rt120 Fd7 Rt120 Fd7 Rt120
Rpt 3 [ Fd7 Rt120]
OR
7 cm
Try Making your Triangle Bigger and Smaller
Formula for outside angle of regular shapes: 360 / number of sides=angle to turn
Regular Triangle:
360/5=72
Car needs to turn 72 degrees each time
FD3
FD3
FD3
RT72
RT72
RT72
Start
Program Code:
Fd3 R72 Fd3 Rt72 Fd3 Rt72 Fd3 Rt72 Fd3 Rt72
Rpt 5 [ Fd3 Rt72]
OR
FD3
FD3
RT72
RT72
Challenge: Try making other regular polygons using the formula: 360 / number of sides=angle to turn for shapes that divide evenly into 360.
Like: 6, 8,10,12, 15, 20, 30
Drawing Irregular Shapes
We drew this in the last lesson
Draw a Triangle that is a Right Irregular (try make sure sides are whole numbers, but different lengths)
Remember probots can not move in fractions or decimals so if you draw them with fractions you will need to round to the closest whole number.
Practice Using A Protractor
FD5
FD6
FD8
Lt
This is a 90 degree angle so I can write either Lt90 or just Lt
Lt140
Program: FD5 Lt FD6 Lt140 FD8
Teaching Protractor skills takes a long time. Could try Guess and check.
Draw a Right Triangle then you only need to guess and check on one angle, as you only need to have the probot draw two of them to complete the triangle.
Drawing a Rhombus
You only need to know two angles as opposite angles are equal.
FD6
FD6
FD6
FD6
Draw a 4 sided shape that is not a regular shape on graph paper, measure the angles and sides, then recreate it.
Resources & Connections
Q & A
What other robots are good for students?
Primary: Pre K - 2nd (or up) Vode & Go Mice
Ozobots: 2nd-up Use colored pens to create paths and pattern to code or blockly online and flash it into the robot using the screen. I used donorschoose.org to do this.
How can I get Funding For my school?
District has a sets of robots to lend, a number of different kinds of robots for a variety of levels.
But if you want your own or your school consider the following resources:
Each school in has an innovative funds budget. Write a project for your school.
Donorschoose.org
My Page at Donorschoose.org almost 100 projects funded over 11 years.
AEA: Grants for $200
Auburn Public Schools Foundation; Larger Grants