The BBC micro:bit is a small programmable circuit board, about half the size of a credit card, designed specifically for teaching computing to children. The board carries a microcontroller, a grid of 25 individually controllable LEDs, two buttons, and a set of on-board sensors that let students “sense, measure, and log physical phenomena such as light, temperature, sound, movement, magnetism,” along with edge connector pins for attaching external electronics. Programs are written on a computer or tablet, typically using a block-based editor or text-based languages, and then flashed onto the board, where they run standalone.
The micro:bit grew out of a major BBC education initiative. According to the project’s own technical history, the board was “designed, developed, and deployed by the BBC and 29 project partners to approximately 800,000 UK Year 7 (11/12 year old) school children in 2015-2016.” The BBC framed it as its most ambitious education initiative in decades, with the aim of turning young people from passive consumers of technology into creators and “tech pioneers.” Every Year 7 student in England and Wales, and the equivalent year groups in Northern Ireland and Scotland, received a micro:bit free of charge, an unusually large-scale give-away that put the same piece of hardware into a whole national cohort of classrooms at once.
The micro:bit is consciously a spiritual successor to the BBC Micro of the 1980s, an earlier BBC-backed machine that introduced a generation of British children to programming. Where the BBC Micro was a full desktop computer, the micro:bit is a tiny embedded board, reflecting how far hardware had shrunk and cheapened in the intervening decades. Its modern microcontroller, with built-in radio and later Bluetooth, lets boards communicate wirelessly, enabling group projects where many micro:bits interact. The project’s materials report that, in the years since, tens of millions of students across more than 85 countries have learned with the micro:bit.
To carry the project beyond the initial UK roll-out, the Micro:bit Educational Foundation was established as a not-for-profit organization independent of the BBC. The Foundation maintains the hardware, the free editors and learning resources, and the global expansion of the program, and the project’s site points learners to it as “the non-profit behind the micro:bit.” Software support spans block-based coding through Microsoft MakeCode and text-based programming through MicroPython, giving teachers a path from drag-and-drop blocks to real code on the same device.
The micro:bit’s significance is in scale and pedagogy: it took the accessible-hardware idea pioneered by boards like Arduino and deployed it nationally as a deliberate education program, reaching children who would never have sought out electronics on their own. By pairing very simple hardware with friendly editors and a free, foundation-backed support structure, it became one of the most widely distributed physical-computing teaching tools in the world and a model for how to introduce coding through tangible, sensor-driven projects.