Skip to main content

Posts

Showing posts with the label Micro:bit

Micro:bit - Heads and Tails v.2

This is an updated version with more advanced features of the head and tails software that we programmed in a previous post . Download project source code from GitHub: microbit-Heads-and-Tails-2.hex

Micro:bit - Heads and Tails

Use microbit instead of a coin, shake it and play the heads and tails game. Download project source code from GitHub: microbit-Heads-and-Tails.hex

Micro:bit - Sound Meter

Scream as loud as you can, microbit will measure it for sure... good luck! Download project source code from GitHub: microbit-Sound-Meter.hex

Micro:bit - Calculator

If you were ever thinking on how to code a calculator in microbit, then why don't you take a look in my solution? Download project source code from GitHub: microbit-Calculator.hex

Micro:bit - Stopwatch

At this tutorial, using microbit, we present the functions included into a stopwatch! Actually, it is a time counter with few more functionalities :) Download project source code from GitHub: microbit-Stopwatch.hex

Micro:bit - Countdown Time

At this tutorial we will build a countdown timer. We will focus on the concept of code refactoring and explain that a program can be constructed by more than one ways. Download project source code from GitHub: microbit-Countdown-Timer.hex

Micro:bit - Unboxing Halo

Halo for microbit is a cool add-on accessory that places your device and your programs on a higher level.

Micro:bit - Night Light

Clap your hands once to turn on the lights, clap them again to turn the lights off. With few blocks of code you can create a night light in microbit. Download project source code from GitHub: microbit-Night-Light.hex

Micro:bit - Thermometer

Use microbit's temperature sensor and build a thermometer. Press button A to display the temperature and button B to show a happy face if it is hot (above 20C) else show a sad face. Download project source code from GitHub: microbit-Thermometer.hex

Micro:bit - Rock Paper Scissors

Shake the microbit and play the all times classic game "rock paper scissors". Download project source code from GitHub: microbit-Rock-Paper-Scissors.hex

Micro:bit - Dice

Learning control structures (if, else-if and else) on micro:bit. The program displays a side of a dice when shaking the micro:bit. Download project source code from GitHub: microbit-Dice.hex

Micro:bit - Emogies

Learning micro:bit's basic concepts using buttons A and B. The program display a happy, sad or wow face depending on the button pressed. Micro:bit's version 2 special feature: after each face, play a sound from build in speaker. Download project source code from GitHub: microbit-Emogies.hex

Micro:bit - Unboxing of version 2

I have just received the new micro:bit v2 and I can't wait to demonstrate it at you. So, please enjoy the micro:bit unboxing with uploading a flashing hearts program on it!

Micro:bit - Hello World!

Classic "Hello World!" program, written with Microsoft MakeCode in Blocks for Micro:bit. Also, presented top two functionalities, such as IDE Translation in 30 languages and integration with GitHub. Download project source code from GitHub: microbit-HelloWorld.hex