Counting the Score - BBC micro:bit Quiz Counter

Slides:



Advertisements
Similar presentations
Quiz. Quiz One Type your name, ID and address in the.asm file. MUST DO or ZERO SCORE. Change q1 to yourStudentID_q1. You were working as a programming.
Advertisements

Chapter 7: Designing solutions to problems OCR Computing for A Level © Hodder Education 2009.
Starter What is BBC micro:bit?
micro:bit for primary schools – mb4ps.co.uk
Personal Health Check BBC micro:bit Heart Rate Monitor
micro:bit for primary schools – mb4ps.co.uk
@TeacherToolkit, license CC BY-NC-ND 3.0
Using the BBC micro:bit to Create a Flood Warning System
@TeacherToolkit, license CC BY-NC-ND 3.0
Learning Objective: to be able to design programs that use sequencing.
@TeacherToolkit, license CC BY-NC-ND 3.0
micro:bit for primary schools – mb4ps.co.uk
BBC micro:bit Robot Buggy
micro:bit for primary schools – mb4ps.co.uk
BBC Microbit.
BBC Microbit.
Learning to Code with the MicroBit
BBC Microbit.
BBC Microbit.
BBC Microbit.
Design & create your innovation
BBC Microbit.
BBC Microbit.
Global Challenge A bag for Juliane Lesson 2.
BBC Microbit.
Global Challenge Flashing Wheels Lesson 3.
‘Keep off that bag!’ BBC micro:bit School Bag Alarm
Design & create your innovation
Counting the Score - BBC micro:bit Quiz Counter
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Leçon 2.
BBC Microbit.
Design & create your innovation
Global Challenge Flashing Wheels Lesson 3.
micro:bit for primary schools – mb4ps.co.uk
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Design & create your innovation
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Design & create your innovation
How to complete a Price: Value map.
Design & create your innovation
Design & create your innovation
BBC Microbit.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Design & create your innovation
Design & create your innovation
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Design & create your innovation
Global Challenge A bag for Julienne Lesson 3.
Design & create your innovation
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Julienne Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
Design & create your innovation
Design & create your innovation
Design & create your innovation
Global Challenge A bag for Juliane Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Lesson 1 – using the LED lights
Global Challenge A bag for Julienne Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Flashing Wheels Lesson 3.
Presentation transcript:

Counting the Score - BBC micro:bit Quiz Counter Developing the Product Prototype

Design Brief Situation Some people enjoy taking part in quizzes in their spare time. Keeping an accurate score of points gained by each team, or player, is important when deciding the overall winner. Programmable counter systems can be used to do this quickly and easily, and reduce the likelihood of human error. Brief Using the BBC micro:bit, create a prototype for a score counter for a team taking part in a quiz. The product must keep accurate score for the team. It must be aesthetically pleasing and be able to withstand repeated use. Share this brief with the students and discuss as a class.

Design Criteria The proposed product prototype must: Successfully integrate the BBC micro:bit based programmable system. Accurately count and clearly display the team’s score. Be suitable for use by young adults. Be small, light and portable (easy to carry). Be able to withstand repeated use (durable). Be aesthetically and ergonomically pleasing.

Pre-Written Program This program has been written in Touch Develop. Go to live.microbit.co.uk and search for session ID ‘ropkaf’. Compile the program and download the Hex files onto your BBC micro:bit. This program can be downloaded onto the BBC micro:bit by the learners or in advance by the teacher or technician. The program will count the number of steps taken every time Button A is pressed.

Pre-Written Program This program has been written in the Block Editor. Go to live.microbit.co.uk and search for session ID ‘buhraboxwq’. Compile the program and download the Hex files onto your BBC micro:bit.