Skip to content

Getting Started with YunDo

Getting started with YunDo is very simple, just follow these steps:

1. Prepare Hardware

  • Obtain a Microbit and our custom-developed hardware.
  • These hardware components will become tools for children to realize their programming ideas. Through simple connections and configurations, they can start exploring the world of programming.

2. Programming Environment

  • Visit makecode.yundo.org to use the platform.
  • This environment is based on Microsoft's MakeCode platform, providing an intuitive graphical programming interface suitable for beginners.

3. Start Programming

  • Use the MakeCode graphical programming tool to write your first program and interact with the hardware.
  • MakeCode makes programming as simple as building with blocks. Children can implement various functions by dragging and dropping code blocks.

Simple Examples

Here are some simple examples:

  1. Light up LEDs: Write a program to control the LED lights on the Microbit to display different patterns.

  2. Temperature Monitoring: Use the Microbit's sensors to write a program that displays real-time temperature changes.

  3. Music Playback: Program the Microbit to play simple musical melodies.