- Session 1 and Session 2: Introduction to various Coding Platforms
-
Session 3: Creating Animation
-
Session 3: Creating Animation
- Session 4: Story Making
-
Session 5: Let's Play- Game Development
-
Session 6: Getting Familiar with Microbit
-
Session 7: Emotional Robot Microbit
-
Session 8: Beating Heart
-
Session 9: Name Badge
-
Session 10
-
Session 11
-
Session 12 and Session 13
-
Session 14
-
Session 15
-
Session 16
-
Session 17
-
Session 19
-
Session 21
-
Session 22
-
Session 23
-
Session 24
Lecture Slides
Name Badge
When machines help us write our names, they’re not just following commands—they're helping us express who we are
![]()
-- Seymour Papert
Introduction
A Name Badge using the BBC microbit is a simple and engaging project that allows you to display your name or any custom message on the microbit’ s LED screen. It’s perfect for workshops, classrooms, and tech fairs where attendees can wear personalized electronic badges.
Pre- requisite Knowledge
Before start of this project, students should know about:-
- How to use and utilize Microbit.
- How to code using the MakeCode website.
- They should have knowledge about microbit and its features.
Learning Objectives
- Students will be able to understand how to create different name badges that they want to see or display.
- This will help them display names in an attractive way with the help of LED lights.
Materials Needed
- - BBC microbit (V1 or V2)
- - Micro USB cable
- - Computer with internet access
- - Battery pack (optional for portability)
- - Access to MakeCode editor (https://makecode.microbit.org)
Steps to Create the Name Badge
1. Open the MakeCode editor at https://makecode.microbit.org.
2. Start a new project.
3. Use the 'show string' block from the Basic category.
4. Replace the default text with your name or custom message.
5. Optionally, add loops to scroll the name repeatedly or trigger on button press.
6. Download the code and transfer it to the microbit.
7. Attach the microbit to your shirt using a clip or lanyard.
Code for this project
Output
Outcomes
- After this project, students will come through an output which will show the name they have given in the code.
- They will be able to showcase any name with the help of this microbit in an attractive and interesting way.
Output
There are no comments for now.