Microbit Cards
Microbit Cards
Cards
● Heart Beat
● Tilt Guitar
● Ocean Adventure
● Day and Night
● Magic Wand
● Create Your Own/Remix
micro:bit 1
micro:bit Blocks
Instructions:
1. Each time you want to use the micro:bit
with Scratch, you’ll need to start Scratch
Link (downloadable on our extension page).
2. Connect a micro:bit to your computer with
a USB cable (one micro:bit per computer).
3. Drag and drop the Scratch HEX file
(available on our extension page) onto your
micro:bit. (Note: When the file is loaded,
you will see the micro:bit’s letter ID scroll
across the LED display.)
micro:bit 2
4. Head to the Scratch project editor to finish
connecting the micro:bit. In the blocks
palette under the micro:bit category, you
should be prompted to connect.
micro:bit 3
micro:bit - Heart Beat
scratch.mit.edu
GET READY
ADD CODE
1. Drag a “when _
button pressed”
block from the
micro:bit category
onto the script area.
micro:bit 4
micro:bit - Tilt Guitar
scratch.mit.edu
GET READY
ADD CODE
1. Under a “when _ button pressed” block add a “start
sound” or “play sound until done” block. Choose a
sound to play from the Sound Library.
micro:bit 5
micro:bit - Ocean Adventure
scratch.mit.edu
GET READY
ADD CODE
1. Add the “tilt angle”
reporter block inside a
“set y to” or “set x to”
block. Place this block
inside a forever loop to
have the program
constantly check for
the micro:bit’s tilt angle
and move the sprite by
the amount of the tilt.
micro:bit 6
micro:bit - Day & Night
scratch.mit.edu
GET READY
ADD CODE
1. While on the Backdrop, select two “when pin connected”
hat blocks.
micro:bit 7
micro:bit - Magic Wand
scratch.mit.edu
GET READY
ADD CODE
1. Start with a “when
shaken” hat block from
the micro:bit category.
micro:bit 8
Interested in capturing some of the data the micro:bit is
collecting? Try creating a fitness tracker project that uses
variables to store readings such as movement and jumping.