Anish Ansari
Published © GPL3+

Display Your Name On Micro-Bit Using MicroPython

In this tutorial, I am going to show you how to code BBC micro:bit using MicroPython to display your name and other basic symbols.

BeginnerFull instructions provided12 minutes2,381
Display Your Name On Micro-Bit Using MicroPython

Things used in this project

Hardware components

BBC micro:bit board
BBC micro:bit board
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1
AA Batteries
AA Batteries
×1

Software apps and online services

Bare Conductive BBC Make Code site

Story

Read more

Schematics

Hardware Parts

Overview Of Micro: Bit

Code

Code

MicroPython
This is the code to display following things.
from microbit import *
while True
display.scroll('CSHARP')
display.show(Image.Happy)
sleep(2000)

Credits

Anish Ansari

Anish Ansari

11 projects • 42 followers
Azure and IoT

Comments