BBC Microbit.

Slides:



Advertisements
Similar presentations
ENGR 101: Robotics Lecture 2 – Text Programming Outline  Introduction to PBASIC  Variables, I/O, Arithmetic  Controlling the LEDs References 
Advertisements

Bug Session Four. Session description Objectives Session activities summary Resources Prior knowledge of sequencing instructions using Bug Bug website.
BBC Microbit Getting set up and making your first program.
Creating your own Handheld Games Console
BBC MICRO:BIT Lesson 6 Networking. Digital devices can be networked together to exchange data. You are going to create a very simple network using two.
Lesson 4 Accelerometer.
1 Introduction to Coding. 2 Example Codes A lot of example codes are given with Arduino IDE A code can often be based on a previous example rather than.
Starter What is BBC micro:bit?
Bbc microbit Lesson 3 – Temperature hot medium.
micro:bit for primary schools – mb4ps.co.uk
micro:bit for primary schools – mb4ps.co.uk
Personal Health Check BBC micro:bit Heart Rate Monitor
Starter Activity Instructions: Complete the starter sheet Planner
micro:bit for primary schools – mb4ps.co.uk
@TeacherToolkit, license CC BY-NC-ND 3.0
Lesson 4 – Glowing pendulum
Objective of the lesson
BBC Microbit.
BBC Microbit.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
micro:bit for primary schools – mb4ps.co.uk
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
BBC Microbit.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
BBC Microbit.
Objective of the lesson
BBC Microbit.
Dance Cards Dance Cards
BBC Microbit.
BBC Microbit.
Game Controller Lesson Three.
Dance Cards Dance Cards
micro:bit for primary schools – mb4ps.co.uk
Dance Cards Dance Cards
Dance Cards Dance Cards
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
Objective of the lesson
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
Objective of the lesson
Objective of the lesson
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Getting Started with Physical Computing
Dance Cards Dance Cards
Micro:bit Radio Makecode.
Lesson 2.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
Stopwatch Cards Stopwatch Cards
micro:bit for primary schools – mb4ps.co.uk
Dance Cards Dance Cards
BBC Microbit.
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Lesson 1 – using the LED lights
Dance Cards Dance Cards
Objective of the lesson
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Presentation transcript:

BBC Microbit

Starter

Starter What do you think the following do or might be used for in a project? Input/Output rings Programmable LEDs Programmable buttons Accelerometer and compass Bluetooth

Objective of the lesson Use Block Editor to add Scrolling Messages All of you will: Add a scrolling message on the LEDs Most of you will: Loop the messages Some of you will: Clear the screen and add pauses between messages

Go to www.microbit.co.uk Display a scrolling message Add a show string message from the script library. Chan the message to one of your choice. Click Run. Name your program Compile your code Plug your Microbit into a USB port. Right click on the code and send to the Microbit.

Loop Add a forever loop so that the message repeats Pausing your program Add a pause to create a gap in-between messages This is in milliseconds 1000 milliseconds = 1 second

Challenge Change the pause timings between messages Add further messages Add a clear screen for 1 second at the end of the messages before they loop again