How to Display Your Name on micro:bit LED
- Apurva Bhalerao
- Feb 9, 2022
- 1 min read
Updated: Mar 4, 2022
Following are the steps for displaying your name in the micro:bit
Click this link https://microbit.org/
Then click on official code editor Microsoft Make Code to do programming
Then click on New Project and Give project name as your name. eg: kitflix, then following window will display

4. From Basic drag and drop Show String block in the forever block to repeat it and change text to your name. eg : kitflix

5. if you have a micro:bit connected into laptop/pc/mobile using USB cable, Click download button to transfer your code (hex file) on micro:bit and watch the result
6. The result will be your name flashing on the led.
7. Our result is shown below: it display kitflix name on led