Skip to main content

Posts

Web AR Without the Faff: A Maker and Educator's Guide to AR.js Studio

Web AR Without the Faff: A Maker and Educator's Guide to AR.js Studio Augmented Reality used to mean expensive apps, locked-down platforms, and a steep learning curve that put most teachers and makers off before they'd even started. That's changed. With A-Frame , AR.js , and the no-code AR.js Studio , you can build a working web-based AR experience in about the same time it takes to make a cup of tea — and share it with nothing more than a URL. No app to install. No app store. Just a link. What Is Web AR, and Why Should You Care? AR.js Studio is an open-source platform for building augmented reality experiences that deploy straight to the web — meaning your audience won't need to download anything extra, and you don't need any coding knowledge to build them. Ar-js-org That matters enormously in education and maker spaces. The barrier isn't usually enthusiasm — it's the first five minutes of setup. Web AR sidesteps that entirely. The sweet spot for begi...

From "Hello" to "Bonjour" 2: Bringing AI to Life

From "Hello" to "Bonjour": Bringing AI to Life  I recently revisited one of my favourite projects based around using  Machine Learning for Kids  and  Scratch 3 , and the result was surprisingly elegant. For STEM educators and makers, this is more than just a coding trick; it’s a gateway to AI literacy and global communication.    It started with a simple question: Could I make a computer not just hear me, but understand my intent across languages?  I’m always looking for that "Aha!" moment—the point where the complexity of high-level tech melts away into a simple, working project - and is cool. The end goal has changed since the original project  from getting it to just saying a prescribed phrase to translating typed-in phrases when it hears "French" - it is even cooler than before. The Journey: Making the Connection I sat down with the goal of creating a "Polyglot Sprite." The setup through the Machine Learning for Kids Scratch templ...

Micro:bit V1 vs. V2 in 2026: Is the Older Board Still Worth It for Classroom Data Logging?

The original Micro:bit V1 (left) remains a powerful tool for teaching data logging and IoT fundamentals, even alongside the feature-rich V2 (right) produced using ChatGPT Introduction   Before you drop those original Micro:bit V1 boards into the recycling bin, ask yourself this: what if the board without all the bells and whistles is actually the better teaching tool? As we move further into 2026, many educators find their storage bins filled with V1 boards — the ones without the notched gold edge connectors. With the V2 boasting a built-in microphone, speaker, touch-sensitive logo, and a faster processor, it's tempting to assume the V1 is obsolete. But is it really? The answer, perhaps surprisingly, depends entirely on what you are trying to teach — and the V1 makes a far stronger case for itself than most people expect. The Technical Trade-off   To be fair to both boards, the V2 is the clear winner for AI, audio, and machine learning projects — and if your budget allows, ...

The "Hug Avoider": A Coding Journey from Blocks to MicroPython

This project journey follows the evolution of a simple social-distancing idea into a fully realized "Hug Avoider" wearable. Written from my perspective, it’s designed to take you from basic block coding into the professional-grade world of MicroPython. As a maker and educator, I’m always on the hunt for "low floor, high ceiling" projects—those that are easy enough for a beginner to start in an afternoon but deep enough to keep an experienced coder engaged. I embarked on a multi-stage project using the 4tronix EggBit . What started as a simple social-distancing experiment turned into a  transition from blocks to text-based code. Whether you're a teacher, a parent of a young coder, or a fellow maker, here is the full evolution of the "Hug Avoider." The Hardware: Meet the EggBit The foundation of this project is the 4tronix EggBit . It’s a "cute," egg-shaped expansion board for the BBC micro:bit, designed specifically to be wearable. [INSERT IMA...

DIY Data Science with microbits

DIY Data Science: A Complete Guide to Data Logging with the Micro:bit V1 Whether you are a STEM teacher looking for a classroom lab solution, a parent seeking a weekend project, or a maker building an environmental monitor, the Micro:bit V1 is a hidden gem for data logging. While the newer V2 has built-in logging memory, the V1 is incredibly capable when paired with a computer. By using the Serial (USB) Connection and Radio Communication , you can turn these pocket-sized boards into useful sensors. The Equipment List To get started, you will need: For Local Logging: 1x Micro:bit V1. 1x Micro-USB cable (high quality, data-capable). A computer with a Chrome-based browser (to use the WebUSB feature in MakeCode). For Remote Logging: 2x Micro:bit V1s. 1x Battery pack (2xAAA) for the "Remote" Micro:bit. 1x Micro-USB cable for the "Receiver" Micro:bit. Optional (For Experiments): A strong magnet (to test the Compass/Magnetometer (see later in this post). A flashlight (to ...