BBC Microbit Getting set up and making your first program.

Slides:



Advertisements
Similar presentations
Use this guide to help you schedule, modify, lookup and delete hearing blocks Click on the buttons to the right to discover more about their functionality.
Advertisements

After attending this workshop, students should be able to complete the following tasks involving MS Word:
By Leah Doughman. Where do I start? - Go to - Look at the tool bar options across the top. - Click on Gmail to start creating.
Extended Learning Tasks On The School Website. How to access? Go to the school website: Step 1: Select the curriculum.
Slide 1 Consider the page layouts for: Layout design – does it look balanced and even Size of box relative to its importance – the Heading (or title) of.
SEMS allows you to create reports based on your files. This guide will give you the steps to create a report on the SEMS site using the Question Wizards.
Nonvisual Arrays and Recursion by Chris Brown under Prof. Susan Rodger Duke University June 2012.
Click your mouse for next slide Dreamweaver – Setting up your Page The first way to ensure that you have a consistent design is to use table to set up.
Bug Session Four. Session description Objectives Session activities summary Resources Prior knowledge of sequencing instructions using Bug Bug website.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Learning the skills for programming Advanced Visual Programming.
Action button “search” will query the jobs table once clicked.
1 Type in the URL to access the WEBSPACE Control Panel HOW TO MAKE CHANGES AND UPDATES TO YOUR WEBSITE.
 To begin you first need to sign up to Weebly by going to or alternatively and we will create an account.
Excel Spreadsheet Notes. What is a Spreadsheet? Columns and rows of data.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
How a Soldier can print their own Profiles on AKO My Medical Readiness
BUILDING A WEB PAGE BASIC HTML CODING. We first open notepad to start to build our web page. We enter the code at the beginning. And then we write below.
Click your mouse for next slide Dreamweaver – Inserting Flash Buttons as Rollovers Our index page is looking OK but lets give it some real pizazz. Instead.
How to create an educational wiki. Laurie Roberts 2010.
From the Ehrhardt Library Webpage, click on either “Library Books” or “Online Resources” link located on the left hand side of the website.
1 After completing this lesson, you will be able to: Use a Word template. Create a template. Use a wizard to create a document.
Lesson 1 Sequencing.
Objective of the lesson Use Blockly to make a dice for Snakes and Ladders All of you will: – Make an image which displays when you press a button Most.
Add Media in Company After Login Below screen will display
Bbc microbit Lesson 3 – Temperature hot medium.
Lesson 1 – Getting to know your Microbit
micro:bit for primary schools – mb4ps.co.uk
D.Y.O. Web The new and easy way to create and maintain your own professional dynamic website.
Starter Activity Instructions: Complete the starter sheet Planner
Lesson 1 An Introduction
Lesson 4 – Glowing pendulum
Explain what touch develop is to your students:
BBC Microbit.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
BBC Microbit.
BBC Microbit.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
BBC Microbit.
BBC Microbit.
1. Open Visual Studio 2008.
Print out your name blocks! (15 points)
BBC Microbit.
INTERMEDIATE PROGRAMMING LESSON
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Introduction to TouchDevelop
BBC Microbit.
Adding Fractions.
INTERMEDIATE PROGRAMMING LESSON
Getting Started with Physical Computing
BBC Microbit.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
BBC Microbit.
Colini’s Card Trick Click “Slide Show” on the top bar of your screen. Then click “View Show”
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Checking my emergency permit status
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Introducing Scratch and Creating Sprite
Lesson 1 – using the LED lights
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Presentation transcript:

BBC Microbit Getting set up and making your first program

Learning objectives Understand: -What is a variable; -What is an output; Be able to: -Start using the BCC Microbit website; -Create a simple program in Block Editor that uses variables and produces an output;

Finding the website Go to When you arrive on the home page … Click here

Getting to Block Editor We are going to be using Block Editor for this lesson To start making our first Microbit program just click here

Task 1 - Hello world Block Editor is similar to Scratch, it uses blocks! Using the menu on the left hand side of the UI. Write a program that will output a “:-)” as a string

Hint … This is an example of the correct solution

Running a program To run the program, click the big run button at the top of the UI Then watch the emulator at the side of the screen

Variables Variables are like boxes. You can store things in a box. However, this box needs a unique name and whatever is stored in the box, we call a value. So, a variable is something with a unique name that we can store a value in.

Task 2 Using the blocks below, please do the following. 1.Create a variable called name; 2.Set the variable name to the string James; 3.Show the variable name;

Hint This is an example of the correct solution

LEDs images As well as outputting strings, we can also output images using the LEDs. Using the create image block we can manipulate which LEDs are on, and which are not We can output an image using the show image block. Which image do you think that this would display?

Ready for a challenge? Pick either a silver or gold challeng. They are the same challenges, but if you are going for gold, you are on your own. If you go for silver, you can have a little help.