
Microsoft MakeCode for micro:bit
A Blocks / JavaScript code editor for the micro:bit powered by Microsoft MakeCode.
Custom blocks - Microsoft MakeCode for micro:bit
This page provides a short introduction to defining your own blocks in MakeCode.
Frequently Asked Questions - Microsoft MakeCode for micro:bit
Take that url, and split it into two parts: the main domain (https://makecode.microbit.org), and the location of the tutorial (/projects/flashing-heart). In between those two pieces, add /#tutorial:: …
Light Level - Microsoft MakeCode for micro:bit
Returns a Number that means a light level from 0 (dark) to 255 (bright). Example: show light level When you press button B on the microbit, this program shows the light level on the LED screen.
Rocket Acceleration - Microsoft MakeCode for micro:bit
Rocket Acceleration The Earth exerts a gravitational force on all objects. A rocket must have a force greater than gravity to lift off. This force, acceleration, can be measured with a micro:bit …
WebUSB - Microsoft MakeCode for micro:bit
With MakeCode it allows for one-click downloads to your micro:bit without installing an additional app or other software! It also lets you directly receive data into the MakeCode editor from the …
Getting Started - Microsoft MakeCode for micro:bit
Save the program to the MICROBIT drive. This transfers your code to the micro:bit! Step 7 On the micro:bit, press button A to scroll your text. Press button B to show a smiley. Shake the …
About - Microsoft MakeCode for micro:bit
Compile and Flash: Your Program! When you have your code ready, you connect your micro:bit to a computer via a USB cable, so it appears as a mounted drive (named MICROBIT). …
Fireflies - Microsoft MakeCode for micro:bit
clock 8 ≥ 1 200 0 set clock to pause (ms) change score by 100 1 change clock by pause (ms) if then else forever
Introduction - Microsoft MakeCode for micro:bit
You’ll be using the micro:bit microcontroller board, along with Microsoft’s MakeCode, a block-based coding tool that’s both easy to use and super powerful. In this course, you’ll be working …