After reading the previous introduction, are you itch to have a try? Now, let’s begin our journey with micro: bit!
Project 1: The Mysterious micro: bit




STEP2:Programming
1) Open Mind+ software, click Project->New Project, and then select “micro: bit” board from “Extensions”

2) Click “micro: bit” at the left side of command area, and find “micro: bit starts” block, which is very necessary for editing your program.

3) Drag “forever” block to the left to delete it.


4) Click micro: bit module, and find “display pattern” block. Drag the block to script area and place it under “micro: bit starts” block.

5) Click the black square in the “display pattern” block we dragged to script area, then we can start to design our own pattern. First, let’s make a super cute “love heart”.

6) Click “Upload” to upload the program to micro: bit board. Then, you will find a “heart” on micro: bit LED panel.





![[Boson for micro:bit] Mind+ and micro: bit 01](https://dfimg.dfrobot.com/5dbaa190f2c4183e48c5a2b7/makelog/03f9dae68bc594a9f63386774fe54ee7_224x164.jpg)

![[Boson for micro:bit] Flash the LED Light 03](https://dfimg.dfrobot.com/5dbaa190f2c4183e48c5a2b7/makelog/44a79eb86a663f3def0b2553f7685865_224x164.jpg)

