Online Resources - LEGO MINDSTORMS Robots Manual

Unofficial guide
Table of Contents

Advertisement

Table 3-1. Mapping from Sensor Inputs to Motor Outputs
Left Light Sensor
Right Light
(2)
Sensor (3)
dark
dark
dark
bright
bright
dark
bright
bright
It's cumbersome to implement this algorithm in RCX Code. Figure 3-7 shows the program, which is based around two sensor watchers. But go ahead and try it out; it works well even if it looks
kind of strange. In Chapter 4, I'll show you how this algorithm (as well as the single-light-sensor Trusty) can be reprogrammed in NQC.
The program centers around two sensor watchers, one for each light sensor. Whenever either sensor sees light or dark, the value of the other is examined. Based on the values of the two sensors,
the motors are set according to Table 3-1.

Online Resources

LEGO World Shop
http://www.legoworldshop.com/
The RIS kit itself is available at this online store, although you can probably get it cheaper at a local retailer. However, the online store also carries items you won't find locally, like extra motors,
touch sensors, light sensors, and even a remote control that sends messages to the RCX's IR port. You can even buy an extra RCX, although it's a much better value to spring for a whole RIS kit.
LEGO MINDSTORMS Sensor Input
http://www.plazaearth.com/usr/gasperi/lego.htm
This is the authoritative resource for RCX sensor information. It describes how the sensors work, how you can modify sensors, and how you can build your own sensors. It includes schematic
diagrams, handy graphs, and photographs.
LEGO Light Sensor
http://www.plazaearth.com/usr/gasperi/light.htm
For the real skinny on LEGO's light sensor, check out this page. It includes a photograph of the circuit board inside the sensor, a schematic diagram, and graphs of the sensor's response with and
without the LED.
Left Motor (A)
Right Motor (C)
forward
forward
stop
forward
forward
stop
-
-
Programming Trusty with two light sensors
Result
Go forward
Turn left
Turn right
No change
Figure 3-7.
Page 52

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MINDSTORMS Robots and is the answer not in the manual?

Questions and answers

Table of Contents