Compete. Move. Improve.

Track your movement and challenge friends with our sleek micro:bit-powered wearables

Features

Friendly Competition Made Simple

Track your movement, challenge friends, and stay motivated with our innovative wearable system

Multiplayer Mode

Compete with up to 5 friends simultaneously. See everyone's scores in real-time on your watch display.

Long Battery Life

Powered by efficient 3V coin cell batteries that last for months. Sleek design with adjustable straps for all-day comfort.

BBC micro:bit Powered

Built on the reliable micro:bit platform with custom firmware for accurate movement tracking.

How It Works

Simple Setup, Instant Competition

Get started with MoveMate in just a few easy steps

1

Wear Your MoveMate

Strap on your lightweight MoveMate watch. The adjustable band ensures a comfortable fit for all wrist sizes.

2

Sync With Friends

Press the sync button to connect with friends' devices. The central counter will recognize all nearby MoveMate watches.

3

Start Moving

Your watch tracks all significant movement. Walk, run, dance - any activity counts! The more you move, the higher your score.

Technology

How It Works Under the Hood

A technical breakdown of our BBC micro:bit powered system

System Architecture

MoveMate uses three BBC micro:bit devices communicating via radio:

  • 1 Two wearable watches with accelerometers to detect movement
  • 2 One central counter that aggregates data and calculates scores
  • 3 Simple peer-to-peer radio communication between devices
// Sample micro:bit movement tracking code
const movementThreshold = 150;  // Sensitivity
let score = 0;

// Detect significant movement
input.onGesture(Gesture.Shake, function() {
    let accel = input.acceleration(Dimension.Strength);
    if (accel > movementThreshold) {
        score += Math.idiv(accel, 10);
        radio.sendValue("score", score);
    }
});

The Watch

Your Personal Movement Tracker

Powered by BBC micro:bit, our watch tracks every move you make

Movement Detection

Advanced accelerometer tracks your movements with precision, converting physical activity into points.

Real-time Sync

Instantly transmits your movement data to the central counter using radio communication.

Long-lasting Power

Efficient power management ensures weeks of continuous use on a single battery.

Watch Display

1234
Movement Points

The LED display shows your current movement points and syncs with the counter.

Team

The Minds Behind MoveMate

Created by three passionate developers during a collaboration between Perse School and SST

Yibo Liu

Yibo Liu

Chief Technology Officer

Leading the technical development and hardware optimization of MoveMate.

Tian Huai Yeoh

Tian Huai Yeoh

Chief Marketing Officer

Driving the marketing strategy and brand development for MoveMate.

Mun Zhong

Mun Zhong

Chief Design Officer

Creating the user experience and design language of MoveMate.