In this first lesson, students will be introduced to their micro:bit device and the MakeCode editor, where they will build and test programs throughout the course. They will also be guided through the process to download programs from the editor to their device and will learn a few basic commands to get started writing micro:bit programs.
Students will be able to:
showNumber
and showString
commands in micro:bit programsIn this lesson, students will take a deeper look at developing, testing, and running programs on the micro:bit simulator and on their devices. They will learn how the 5x5 grid system is laid out and will utilize more commands to light specific LEDs on the screen.
Students will be able to:
led.plot
, led.unplot
, and basic.pause
commands in micro:bit programsIn this lesson, students will learn about comments and pseudocode, why they are important, and how they help organize and plan programs. They will also learn the basic difference between analog and digital components and how to use the plotBrightness
and clearScreen
commands in their programs.
Students will be able to:
plotBrightness
and clearScreen
commands in micro:bit programsIn this lesson, students will build their first physical circuit using their micro:bit devices. They will learn to use variables to control components, along with the analogWritePin
and digitalWritePin
commands.
Students will be able to:
analogWritePin
and digitalWritePin
commands in micro:bit programsIn this lesson, students review content with a 15 question Unit Quiz.
Students will be able to: