/** * https://gist.github.com/samthor/64b114e4a4f539915a95b91ffd340acc */ (function() { var check = document.createElement('script'); if (!('noModule' in check) && 'onbeforeload' in check) { var = false; document.addEventListener('beforeload', function(e) { if (e.target === check) { = true; } else if (!e.target.hasAttribute('nomodule') || !) { return; } e.preventDefault(); }, true); check.type = 'module'; check.src = '.'; document.head.appendChild(check); check.remove(); } }());

DanTDM talks micro:bit

Watch DanTDM explain what's possible with BBC micro:bit, and why YOU should get involved with micro:bit right now!

What is micro:bit?

Micro:bit is a pocket-sized computer that can be used to create your own games - and you know how much I love games!

What features does micro:bit have?

So here's the LED screen, the touch sensor and the microphone. And here we have the speaker, com and accelerometer which detects movement.

You can use the micro:bit to code games and then play them.

Dan shows the microbit

How do I get a micro:bit?

If you want to code your own micro:bit, then head over to the Code Your Own section of the BBC micro:bit website.