This site is no longer maintained. Please see MGLink.org for updated content.
In this guided session, you will explore the elements of coding with MakeCode. You will learn the following:
--Hal Speed, Chief of Global Engagement for the Micro:bit Education Foundation, TCEA Member
Pick up your box of micro:bit components. You can find a list of all items in the document included in your bag. Below is a list of everything that should be in there:
What do you want your program to do? The first step in writing a computer program is to create a plan for what you want your program to do. Write out a detailed step-by-step plan for your program.
Pseudocode is like a detailed outline or rough draft of your program. Pseudocode is a mix of natural language and code.
Windows user? Right-click and choose SEND TO then select MICROBIT.
This FREE book presents a series of activities to teach the basics of computer networks. While you will not learn all aspects of computer networking, we hope that it will serve as a good starting point. To network micro:bits, we use custom micro:bit radio to radio communication.
When one hears the word radio, what comes to mind is the radio that blasts out tunes from your favorite radio broadcasting channel. But, a radio, or a radio transceiver (transmitter/receiver), is used in communications to generate and receive radio waves that contain information such as audio, video or digital data. And all micro:bits have built-in radios1 .
Each chapter presents interesting challenges in radio communications and networking with micro:bits. After every few chapters, there’s an exciting game to look forward to! In the programming sections, you will use the JavaScript Blocks Editor at https://makecode.microbit.org/ to develop solutions to overcome those challenges2 .