Question about Scribbler 1
NWCCTV
Posts: 3,629
Does the Scribbler 1 robot just use light sensors to control the various commands it follows when one, two or three of them aare covered up? I would like to inplement something like this on my Wild Thumper. If it uses light sensors, which ones should I get? If not, what does it use?
Comments
You could use photoresistors/photocells, but phototransistors are more sensitive over more wavelengths (including IR) and arguably better. Most old school cadmium sulphide photocells are most sensitive to yellow-green light and tend to have a slower response than phototransistors.
What do you want to use them for?
You can see this in the getting started guide and in the help in the GUI.
If you are using a Propeller to control the Wild Thumper, you could get the code from the S2 Object - or some ideas at least - if you are using a Stamp - which I guess you are...
Edit: Where is the S2 Object located? All I could find was the Pearl Source code.
Go to the S2 page:
http://www.parallax.com/go/S2
and click on the "Default Program" icon.
That should be the S2 program.
When you click on it look under Public Spin Methods and you will find the explanation of the button methods and the source code. This should let you study the code...
Phil Pilgrim might give you a tip or two also!