Students are oriented to the micro:bit and learn the parts.
micro:bit Parts & Pieces
Students learn to download code to the physical micro:bit.
Downloading to the micro:bit
Students learn to show numbers and strings on the micro:bit using the Python language.
Numbers
Strings
Students learn to show images on the micro:bit using the Python language.
LED Display
Students learn to add the forever function to their Python programs.
Functions
Students learn to use the buttons on the micro:but by utilizing if statements in Python.
Buttons
If Statements
Students learn to add complexity to their micro:bit Python programs by adding Elif and Else statements.
Elif/Else statements
Students learn to add a for loop to their Python programs to make the micro:bit repeat code.
For Loops
Students learn to measure the temperature by using the micro:bit.
Temperature
Students program the micro:bit to respond depending on the temperature by using if statements.
Conditionals
Students program the micro:bit to respond depending on movement.
Movement
Students create musical melodies on the micro:bit in the Python language.
Music
Students dive deeper into music specifics such as tone and note length on the micro:bit in the Python language.
Music
Students program the micro:bit to respond depending on the level of light.
Light
Students program the micro:bit to detect the direction it's facing.
Compass