flash force Wiki
Interactive browser →
Wiki / LEGO hardware
#device#ir#sensor#ev3

EV3

The 2013 MINDSTORMS brick, and a small Linux computer you program over USB, Bluetooth or Wi-Fi. One of its two optical sensors hears the Power Functions infrared remote link, in one mode of it and no other.

Reach

CapabilityStateNote
Program the brick over USB, Bluetooth or Wi-Fiworks, untested hereLEGO's own way in; nothing optical involved
Drive motors from the 45508 IR Beaconworks, untested herewith a program running, beacon channels 1 and 2 move the outputs directly
Heading and distance to the beaconworks, untested herebeacon mode, on one of four channels
Proximity with no beacon in front of itworks, untested herethe sensor lights the room with infrared and reads its own reflection, 0 to 100 over about 70 cm
Colour identity, reflected brightness, ambient brightnessworks, untested herethe colour sensor lights red, green and blue and reads back three ways; input only
Read Power Functions Combo Direct from any emitterworks, untested heretwelve values, one per combination of the beacon's five buttons, 0 for nothing to 11 for both blue buttons
Read Combo PWM speed steps, Extended, Single-pin or Single-outputdocumented, no effect on devicethe protocol carries all four and an EV3 program has no way to see any of them
Drive it from the bridgeout of reachthe bridge sends Combo PWM, so it will not move an EV3; a Combo Direct emitter would, and that is a firmware change rather than a hardware one
Drive an 8884 receiver from the EV3out of reachthe sensor only receives, and its own emitter does proximity and nothing else; the 45508 beacon can

What it hears

Power Functions, and only that: LEGO's EV3 Hardware Developer Kit says the beacon transmits the LEGO Power Functions infrared protocol and the sensor's remote mode receives it, same 38 kHz carrier, same bit timings, same four channels. The frames and the timings belong to Power Functions RC (IR). What reaches an EV3 program is narrower than the protocol: a single number for the button combination, which is Combo Direct and nothing else. The colour sensor is not a link at all — it senses and returns values, the way every optical part on the NXT does. Every link a LEGO brick can hear, on one page: How the links work.

Reaching it today