Anish Ansari
Published © CERN-OHL

Getting Started with BBC Micro:Bit

This tutorial will show you the basics to get started with BBC micro bit.

BeginnerFull instructions provided1 hour3,836
Getting Started with BBC Micro:Bit

Things used in this project

Hardware components

BBC micro:bit board
BBC micro:bit board
×1

Software apps and online services

Microsoft MakeCode

Story

Read more

Schematics

Hardware Description

Hardware Parts

Code

Java Script Code

JavaScript
to perform the Operations that are described in the project.
input.onButtonPressed(Button.A, () => {
    basic.showString("MICRO")
})
basic.forever(() => {
    basic.showLeds(`
        # # # # #
        # . . . #
        # . . . #
        # . . . #
        # # # # #
        `)
})
input.onButtonPressed(Button.B, () => {
    basic.showString("BIT")
})
basic.showString("Hello!")

Credits

Anish Ansari

Anish Ansari

11 projects • 42 followers
Azure and IoT

Comments