MakeCode for FIRST LEGO League

FIRST LEGO League logo

For teams participating in City Shaper challenge, you can use MakeCode for your challenge (see City Shaper Challenge, page 7 bottom!

We’ve compiled a list of resources and information that we hope will be helpful for you.

FAQ

I found a bug what do I do?

If you found a bug, please try if it hasn’t been fixed yet! Go to https://makecode.mindstorms.com/beta and try if the bug is corrected. Otherwise, please tell us at https://forum.makecode.com/.

How do I use MakeCode with my EV3?

I know LabView, how is MakeCode different?

We have compiled a guide for EV3 LabView users at https://makecode.mindstorms.com/labview.

What’s the best way to get started with MakeCode?

Go to https://makecode.mindstorms.com. The home screen is filled with videos, tutorials and examples that might be relevant for your missions.

On the home page, scroll down to the FLL / City Shaper section for specific lessons related to Mission 2.

Can I load both LEGO MINDSTORMS EV3 Software and MakeCode programs onto my EV3?

Yes.

Can I run the program again on the brick?

EV3 Brick with Try in BrkProg_Save Folder in File Manager

Use the Brick Buttons and navigate to the File Manager tab. Open the BrkProg_SAVE folder, select your program and click the center button to run it again.

Does it work without internet?

No, the editor is cached in your browser cache. However, you can also download the offline app in case you need to install it on a computer.

How do I figure out what a block does?

You can right-click on any block and select “Help” in the context menu to open the documentation page describing what that block does.

Select help in context menu for block

How do I program in JavaScript?

Click the JavaScript button at the top of the page to get to the JavaScript editor. Students can drag and drop code snippets from the Toolbox on the left, or type directly in the editor. You can switch back and forth between Blocks and JavaScript as you program.

Coding in JavaScript

Also, watch the Text-based Coding video for more about coding using the JavaScript editor.

How do I use the Simulator?

The Simulator will show the physical representation of your code blocks. For example, based on this code snippet, the Simulator will show the touch sensor on Port 1, and a large motor on Port D.

sensors.touch1.onEvent(ButtonEvent.Pressed, function () {
    motors.largeD.run(50)
})

Simulator demonstration

Note that the Simulator is also interactive, so you can simulate inputs with any of the sensors.

See the video Block-based Coding and Simulation for more about using the simulator.

How do I save my programs?

MakeCode will automatically save your recent projects in the browser. However, you can also save a copy of your project as a file on your computer:

  • From the Settings menu, select Save Project
  • This will download your program from the browser as a lego-myproject.uf2 file

Save project menu selection

  • You can import your saved projects by clicking the Import button on the Home Page

Import button on home screen

How do I share my programs?

You can share your projects by clicking on the share button in the top left of the screen. This will create a URL which you can send others to open and view your project.

Share button in editor

Share button and dialogs demo

Sharing programs is also shown in the Tips and Tricks video.

Can I use Bluetooth to transfer my program?

The official answer is currently no. That being said, we have Experimental support for Bluetooth download. Please read the Bluetooth page for more information.

Are there YouTube videos on MakeCode for EV3?

The MakeCode has a FLL / City Shaper YouTube Channel with useful videos.

Do you have examples of program used in competitions?

The MakeCode team ran a team with friends and family in South Seattle and scored 175 points. The programs used for the crane, swing, red blocks and ramp are at https://github.com/lego-marshmallows (the robot build is not detailled).

Why can’t I delete my program (*.uf2) files from the Brick?

There’s a bug in the firmware which prevents you from deleting the programs (*.uf2 files) from your EV3 Brick. There isn’t a firmware update to fix this yet.

We have prepared a special program that lets you delete UF2 files from the brick. Download these PDF instructions and drop the PDF on the brick drive. This will present you with an menu for deleting files.

For other common questions, try the FAQ page https://makecode.mindstorms.com/faq.

Workarounds

  1. Deleting Programs from the EV3 brick
  • Description: Unable to delete program files from the EV3 brick after downloading them
  • Status: LEGO Education team is working on a fix, no estimated date yet