BBC micro:bit Robot Buggy

Slides:



Advertisements
Similar presentations
1 Depth First Search dfs(0, 0) open site blocked site reachable from top via open sites.
Advertisements

Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
The Pied Pipers Alyssa Visitacion Ken Shum Joanne Flores.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
Robot Maze Solving EGR106 Project Overview Spring 2004.
This presentation is intended to offer a set of activity cards, which are ideal for introducing the Robolab. The cards cover a range of basic skills, that.
BEGINNER EV3 PROGRAMMING Lesson
Click here to create a new account Click here to check the system for an existing account Enter the site by typing in your User ID and Password and clicking.
Monitor your child’s attendance Monitor your child’s behaviour View your child’s school timetable View when homework has been set for your child Download.
BBC Microbit Getting set up and making your first program.
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
 Functions/Subroutines  Write it once, use it as many times as you want.
Welcome to a short demonstration of the free online Planner and Teacher materials.
How Do You Make a Program Wait?
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
Outlook Mobile App for iOS
@TeacherToolkit, license CC BY-NC-ND 3.0
Staff Development Session Summer 2016
Lesson 1 – Getting to know your Microbit
micro:bit for primary schools – mb4ps.co.uk
Using the BBC micro:bit for Home Security
Acuity for Students Directions for using.
Stepping stones Equipment
Personal Health Check BBC micro:bit Heart Rate Monitor
Lawson System Foundation 9.0
@TeacherToolkit, license CC BY-NC-ND 3.0
Using the BBC micro:bit to Create a Flood Warning System
LESSON 9 Learning Objective 1 Learning Objective 2 Did you know….?
Flipster App for iPad and iPhone
@TeacherToolkit, license CC BY-NC-ND 3.0
By Sanjay and Arvind Seshan
Learning Objective: to be able to design programs that use sequencing.
@TeacherToolkit, license CC BY-NC-ND 3.0
Programming Part 2 Mod Kit
Counting the Score - BBC micro:bit Quiz Counter
2008 Physiological Measurements
BBC Microbit.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
goteachmaths.co.uk True or False Maze – Equivalent Fractions
BBC Microbit.
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
goteachmaths.co.uk True or False Maze – Dividing Fractions - Lower
goteachmaths.co.uk True or False Maze – Dividing Fractions - Lower
goteachmaths.co.uk True or False Maze –
BBC Microbit.
Pairs/Threes 3 mins… who’s the rock, paper and scissors champion?
BBC Microbit.
BBC Microbit.
Start Finish Find the solution 42 out of out of 2200
goteachmaths.co.uk True or False Maze – Adding Fractions
BBC micro:bit Robot Buggy
Micro:bit workshop.
Goteachmaths.co.uk True or False Maze – Increase & Decrease by a Percentage (Calculator) Students need to find a route from the start to the finish through.
Goteachmaths.co.uk True or False Maze – Reverse Percentage (Calculator) Students need to find a route from the start to the finish through correctly answered.
Goteachmaths.co.uk True or False Maze – Decrease by a Percentage (Calculator) Students need to find a route from the start to the finish through correctly.
BEGINNER PROGRAMMING LESSON
Goteachmaths.co.uk True or False Maze – Converting Mixed Numbers and Improper Fractions Students need to find a route from the start to the finish through.
Which way does the robot have to turn to get to the charger?
BEGINNER PROGRAMMING LESSON
BBC Microbit.
Goteachmaths.co.uk True or False Maze – Increase by a Percentage (Calculator) Students need to find a route from the start to the finish through correctly.
Your Name: Blockly Games: MAZE.
BBC Microbit.
Lesson 1 – using the LED lights
Lesson 5 – Coding a temperature gauge
BEGINNER PROGRAMMING LESSON
Digital Literacies for learning
Learning Objective: to be able to design programs that use iteration.
Presentation transcript:

BBC micro:bit Robot Buggy Programming the Buggy

Maze Route Finish Start Your robot buggy must successfully navigate the maze layout. Work in your team to program your BBC micro:bit. You will need to test your program at different intervals before your final attempt. Example layout – teachers may wish to provide their own. This could be a 2D layout marked on the floor or a 3D maze specially created.

Time to Develop your Program! Your device must be programmed. Your program must enable the robot buggy to successfully navigate the maze layout. You can program your BBC micro:bit using either the Block Editor, Touch Develop or Code Kingdom. An example program has been given to help get you started. Go to live.microbit.co.uk to begin!

Example Program – Touch Develop Go to live.microbit.co.uk and search for session ID ‘dyxejk’. This program moves the buggy forwards, backwards, left and right to test the various functions. Test it, download it and experiment with how it works! Share this example program with learners to help them. Lower ability learners or those lacking programming confidence could start by writing or experimenting with this program first. They could then adapt and develop it. A PDF handout showing the program is available and can be handed out to learners.