flash force Wiki
Interactive browser →
Wiki / LEGO hardware
#device#vll#scout

Scout

The blue MINDSTORMS brick from the Robotics Discovery Set (9735, 1999): an LCD, four buttons, two touch inputs, two motor outputs, a light sensor, indicator LEDs and six AA cells. It hears the same 38 kHz infrared link as the RCX, and its light sensor decodes VLL on top of that.

Reach

CapabilityStateNote
Motors A and B over infraredworksno program has to be running; an infrared LED sending the remote's frames drove a real Scout at good range
Built-in behaviours on the Msg keysworksMsg 1 seek dark, Msg 2 seek light, Msg 3 bug dance
VLL out on the Motor C outputworks, untested hereC is a red LED, not a motor: C up and C down send VLL forward and reverse, so a remote reaches a Micro Scout through the Scout
VLL in on the light sensorworks, untested herethe same 7-bit code set the Micro Scout uses
Programs written on the brickworks, untested herethe LCD and four buttons program it with no computer in the room
Download and live control from a computerworks, untested hereover the 9713 serial or 9783 USB tower
One VLL command from a running programworks, untested herethe SDK vll opcode carries one 7-bit value
Stop and Sound keys of the remoteunknownplausible on a Scout, never confirmed
Program keys P1 to P5unknownthe Scout holds one program slot, not five, so no mapping is obvious

What it hears

Infrared is the main channel and it is RCX-class: the same link layer the RCX uses, so the IR tower and the handheld LEGO Remote Control (9738) both reach it. Frames, timings and opcodes are in RCX IR protocol, and the Scout column of the button map, key by key, is in LEGO Remote Control (9738). The early-firmware bug that made C-reverse unreliable on an RCX never applied here, because on a Scout C is the lamp rather than a motor.

Light is the second channel, and it runs both ways. The sensor drives the brick's own behaviour — a light-change alarm, firing a dart — and it decodes VLL, the same code set as the Micro Scout (VLL opcode table). Outward, a red LED on the Motor C output sends VLL, and LEGO named this as one of the sanctioned ways to fill a Micro Scout's P slot (LEGO FAQ — P program & IR tower). It is the only brick that both reads light and flashes it with nothing added, so a Scout can command a Micro Scout on its own.

Reaching it today