LEGO® Technic™ Move Hub · 88019

Thirteen bytes
and your car moves.

Chrome writes those thirteen bytes to the hub over Bluetooth — with an Xbox controller if you have one. No app, no account, no install.

  • The set it came in 42214 Lamborghini Revuelto, 42176 Porsche GT4, built as designed. drives
  • A model you built Any shape around the same hub. No set profile, no calibration sweep — you set the steering zero and the throw. drives
  • The official app Drives the hub through one set's profile. Change the rack and its calibration stops describing the model. can't

Controls guide

01 The hardware

The LEGO Technic Move Hub: a grey brick with a USB-C charging port, a green status light, Technic pin holes along its length and motor axle outputs at each end.
Drive motors2, planetary geared, optical encoders
Steering motor1, planetary geared, magnetic position sensor
Lamp outputs6, individually addressable, on internal light pipes
Status LEDRGB, 10 colours
Motionaccelerometer, gyroscope, tilt, gesture
ControllerTI CC2642 — Bluetooth and motor control on one chip
Motor driversDRV8411 dual H-bridge per motor, bridges paralleled
PowerUSB-C, rechargeable
External portsnone — everything is on board

Which one you have

  • 42214 Lamborghini Revuelto Super Sports Car The revised hub, and the one shipping now. Everything here was built and tested against it.
  • 42176 Porsche GT4 e-Performance Race Car Where the hub debuted, in its original revision. Not tested here, but the same hub and the same protocol.

Newer sets carrying the same hub should work too.

02 Your own model

A model you built yourself drives from this page. It does not have to look like the set the hub came in, and nothing here has to be told which set that was.

The official app cannot do this. It drives the hub through the profile of one particular set, and that profile carries a steering calibration — change the rack, the throw or the gearing and the calibration no longer describes the model. Reviewing 42214 for New Elementary, Toby Mac put it as the hub can't be used in other apps for custom programming.

This page has no set profile to fail. Three of its four drive modes write to the hub's motor ports directly — no arming, no calibration sweep, no assumption about what the wheels are attached to.

IndependentEach drive motor on its own control, so the second motor can raise, wind or tip something instead of driving.
TrackedThe two motors counter-rotated from one stick — tank steering, no steering rack in the model at all.
LinkedBoth drive motors together, steering handled by the page's own position loop.
Combined frameThe hub's own thirteen-byte frame. This is the one that sweeps the steering rack to both end stops on arming, so keep it for set-shaped steering and use the three above for a rebuild.

What the builder sets, not the set

  • Where straight is Jog the rack by hand or by button until the wheels point straight, then press Set zero. The zero is held in software, not read from the hub.
  • How far it turns Maximum angle anywhere from 5° to 720°, with gain, deadband, auto-return on release and inversion, plus a runaway cut-out that kills the motor when the position feedback stops matching the command.
  • Which way each motor runs Direction is set per motor, and brake or coast on release is chosen per motor too.
  • What it does on its own Macros are short JavaScript programs — drive, motors, lights, sensor reads, waits — run in a worker against a 36-call API, with raw frame writes behind a per-macro flag.

Why not the usual alternatives

Pybricks cannot be installed on this hub: its documentation states the hub requires a special password to update the firmware, and it can only be driven as a peripheral from a second Pybricks hub you also have to own. BrickController 2 lists SBrick, BuWizz and the Powered Up, Boost, Technic and WeDo 2.0 hubs — not this one. SBrick and BuWizz are separate receivers, so they replace the hub rather than use the three motors already inside it. A browser speaking LEGO Wireless Protocol 3.0 needs no extra hardware and no firmware change.

03 How it was worked out

The hub speaks LEGO Wireless Protocol 3.0 over a single Bluetooth characteristic. Ports are not hardcoded here — they are discovered at runtime from the hub's own inventory of what is attached.

The drive frame took longer. Four separate attempts to find it by writing bytes and watching for movement produced nothing at all, because this port acknowledges anything well-formed whether or not it acts on it. What settled it was asking the hub to describe its own port modes — and then noticing that the lights field carries two initialisation commands the hub requires before it will accept any drive frame.

An earlier version of this code masked those exact bytes out, on the grounds that a published note called them dangerous. That safety measure is the reason nothing worked for a day.

04 What you need

HubTechnic Move Hub. It advertises as “Technic Move”.
BrowserChrome or Edge on Android, macOS, Windows or ChromeOS. Safari and Firefox do not implement Web Bluetooth; on iOS every browser uses Safari's engine, so an iPhone needs one such as Bluefy.
ControllerOptional. Any pad the browser can see — Xbox, PlayStation, Bluetooth or USB. Fully remappable.
SetupNone. No pairing in system settings, no app, no account.

05 Before you drive

This moves a real machine. These three were earned, not imagined.

  • The stops are automatic, not a button. Losing the link, losing the pad, hiding the tab, a collision or any error inside the control loop each cut the motors on their own.
  • Connecting calibrates the steering. The default mode is the hub's own combined frame, and arming it sweeps the rack to both end stops — so leave the front wheels free to turn. In a model of your own, switch the mode first: the other three never sweep.
  • Releasing a control stops what it drove. The touch controls and the pad both hand the motors back the moment you let go.

Use at your own risk. Unofficial, provided as is, with no warranty of any kind. A moving model can damage itself, its surroundings, or someone standing in the way.

LEGO® and Technic™ are trademarks of the LEGO Group, which does not sponsor, authorise or endorse this project. Set names and numbers identify compatible hardware and nothing more.