1단계: 만들어 보세요.
프로젝트 소개
Turn your BBC micro:bit into a scrolling name badge with just a few instructions.
소개
프로그래밍 가이드
설명
- This project makes a great introduction to coding the micro:bit.
- You’ll discover how easy it is to create sets of instructions, or algorithms, in code, which is a language a computer like a micro:bit can understand.
- The program you’ll create scrolls text across the screen to show your name.
- It uses an infinite loop which keeps your name scrolling on the micro:bit’s LED display output until you unplug the micro:bit from its battery or USB lead.
준비물
- micro:bit (또는 MakeCode 시뮬레이터)
- MakeCode 또는 Python 편집기
- AAA 배터리 팩 (옵션)
2단계: 프로그래밍 해보세요.
3단계: 더 좋게 만들어 보세요.
- Add more ‘show string’ blocks to say more about yourself.
- Add a ‘show icon’ block to show how you’re feeling or express your personality.
- Design a way of wearing your micro:bit badge using thread, tape or Velcro. (옷에 붙이기 위해서 사용하는 옷 핀들은 사용하지 마세요. 금속 소재는 micro:bit 를 손상시킬 수 있습니다.)
This content is published under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) licence.