We use cookies to make your experience better.
Para cumplir con la nueva directiva de privacidad electrónica, acepta la política de privacidad y nuestro uso de cookies.
Microsoft Makecode For Micro Bit Jun 2026
basic.forever(function () basic.showIcon(IconNames.Heart) basic.pause(500) basic.showIcon(IconNames.SmallHeart) basic.pause(500) )
The large gold-plated edge connectors (P0, P1, P2) can act as touch sensors.
As students gain confidence, MakeCode grows with them. With a simple toggle switch at the top of the screen, users can slide between the visual Blocks view and a text-based JavaScript view. This feature demystifies text-based coding; users can see exactly how the blocks they just arranged translate into lines of real code. It serves as a perfect stepping stone toward professional programming languages. microsoft makecode for micro bit
From the Basic toolbox, drag a forever block onto the workspace. Step 2: Inside the forever block, drag a show icon block. Select the heart icon. Step 3: Drag a pause (ms) block below the heart. Set the value to 500 (half a second). Step 4: Drag another show icon block. This time, select the small heart icon. Step 5: Drag another pause (ms) block. Set it to 500 .
MakeCode supports hundreds of community and official extensions for external hardware, such as: This feature demystifies text-based coding; users can see
MakeCode supports a massive library of extensions. These allow you to connect external hardware like: Servo motors for robotics. Neopixel LED strips for light shows. Environmental sensors for weather stations. Why Use MakeCode for micro:bit?
: makecode.microbit.org
The base micro:bit has 25 LEDs and two buttons. To build robots or smart homes, you need sensors and motors. supports thousands of third-party extensions.
Ideal for beginners to understand logic without syntax errors. Step 2: Inside the forever block, drag a show icon block
Iniciar sesión