background preloader

Micro:bit

Facebook Twitter

Micro:bit : Create code. Get Started. The micro:bit Global Challenge – the winners! We had hundreds of amazing entries to the micro:bit Global Challenge from all over the world.

The micro:bit Global Challenge – the winners!

Thank you to everyone who entered and for all the effort you put in to your fantastic devices. What is the Global Challenge? In 2015, world leaders came together to decide on a series of "global goals" to build a better world. We challenged students aged 8-12 across the globe to consider how these goals could change the lives of themselves and others, and to design solutions to these goals using the micro:bit. Supported by a number of delivery partners, our Global Challenge competition saw hundreds of entries from a diverse range of countries cultures, and backgrounds.

We are excited to announce the winners of the Global Challenge 2018! The Global Challenge will return... do your :bit coming soon! We'll be updating this page regularly with news and updates as they happen. Make and code activities, projects and apps to learn about technology. Free Platform for Coding, Making and Inventing. Hastklass. Ideas. Scratch cards for micro:bit. Micro:Bit – Hour of Curiosity. Micro:bit : Games.

Are you a budding games developer of the future?

micro:bit : Games

Follow these tutorials to make games on your micro:bit and when you get the hang of things, try remixing them and make it your own! Touch Develop Pong, hit the ball as it bounces from left to rightMeteorite, dodge the meteorites with your shipMinesweeper, this game will test your memory! Find the hidden mine on your LED screenBop it, can you keep up with the commands on your BBC micro:bit? Micro:Bit Puppet "Text Messaging"!: 5 Steps. ScratchX micro:bit extension. Make and code activities, projects and apps to learn about technology. BBC micro:bit - FUZE. 10 BBC micro:bit Projects in 10 Days. The BBC micro:bit is a fully programmable hand-held computer that can be used for a wide variety of exciting projects, from creating games and robots to musical instruments and fitness tools.

10 BBC micro:bit Projects in 10 Days

In 2016, one million year 7 students across the UK received their own BBC micro:bit device, free of charge. If you’re looking for some simple, accessible projects to help your child to get to grips with their BBC micro:bit, take a look at this selection of easy and entertaining activities that you can try out right away, using just the device itself and a few easy to find accessories.

As of January 2017, the BBC micro:bit is available for purchase in Finland, France, Germany, Italy, The Netherlands, Sweden and the United Kingdom, with more international rollouts anticipated in the near future. Note: For the purposes of this project series we will be providing tutorials for the use of Microsoft Block Editor, in which users can construct lines of code by snapping blocks together.

Micro:bit : Block Editor Lessons. Welcome to the micro:bit - Live Lesson. Make and code activities, projects and apps to learn about technology. Make and code activities, projects and apps to learn about technology. Milk monster - Microsoft MakeCode. Make a funny milky-monster robot!

Milk monster - Microsoft MakeCode

Duration 3 Activities, approx 30-45 min each based on familiarity with the coding concepts Materials Recycled 1 Milk Carton (with a screwable top cap)1 Small cord - recylce string from a used tea bag 1 Paper clip Electronics 1 micro:bit, battery holder and 2 AAA batteries3 Crocodile clips1 micro servo 9g SG901 servo clip designed for Milky Monster download on thingiverse (optional). Tools Small knive and Scissors that can cut cardboardTape (masking, duct tape, and/or packing tape)Glue gun Preparation Activities Let’s get started!

About the author This project was contributed by Peter Heldens @peterheldens. Make and code activities, projects and apps to learn about technology. Make and code activities, projects and apps to learn about technology. Make and code activities, projects and apps to learn about technology. Make and code activities, projects and apps to learn about technology. Make and code activities, projects and apps to learn about technology. Make and code activities, projects and apps to learn about technology. Make a Magic 8 Ball with the micro:bit. For part 2 of Getting Started with micro:bit, we create a virtual Magic 8 Ball.

Make a Magic 8 Ball with the micro:bit

Favorited Favorite 0 Last week, I showed you how to boot up the micro:bit and put some simple graphics on the LED array. Today we’ll continue with Microsoft’s MakeCode block editor to make something that approximates a simple Magic 8 Ball. In case you don’t remember the Magic 8 Ball from your youth, it’s a plastic toy that has a 20-sided die with various messages suspended in blue liquid. You ask it a “yes” or “no” question, shake it and turn it over. The micro:bit contains an onboard accelerometer that we can read, and the drag-and-drop editor has several predefined functions for us, including the ability to tell whether the board was shaken.

One of the neat features of MakeCode is that it can import and decipher special codes stored in the .hex files generated from MakeCode.