Basic Stamp controled Led's
LaPino
Posts: 3
Hey, everybody
I have some problems with my task can anybody help?
I must juste a Basic Stamp 2.
Goal.
I have to controle a set of Led's (diverent colors) and I should be able to change collor with a remote control (=TSOP11..)
does anyone can help me ?
Thanks
Post Edited (LaPino) : 11/2/2005 12:01:50 PM GMT
I have some problems with my task can anybody help?
I must juste a Basic Stamp 2.
Goal.
I have to controle a set of Led's (diverent colors) and I should be able to change collor with a remote control (=TSOP11..)
does anyone can help me ?
Thanks
Post Edited (LaPino) : 11/2/2005 12:01:50 PM GMT
Comments
From what I understand, you want to be able to have the stamp make certain I/O pins high, turning on the desired led color via RF trasmitter?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike
"Don't always think outside the box, sometimes thinking inside the box is more pratical and simple."
·
so there are 3 circuits One red, one yellow and one green. Each circuit has a triac (=TIC226·) which the Basic Stamp must swich on. now is my problem how I should write the program.
The Inputs are given by a remote control. And a IR receiver·provides the signal to the·Basic stamp.
Lets Say that nr 1: Green
···················nr 2: Red
·················· Nr 3: Yellow
If my first task is nr 1 and the three green led's are lighting up, must these led's·switch off·automatically If my next task ( Nr2 or Nr3) is given.
thanks a lot
LOW 5
LOW 7
LOW 9
SELECT remoteCode
· CASE 1
··· HIGH 5
· CASE 2
··· HIGH 7
· CASE 3
··· HIGH 9
ENDSELECT
Note: IR Remote with the Boe-Bot is available for download from www.parallax.com -> Downloads -> Stamps in Class Tutorials.
Post Edited (Andy Lindsay (Parallax)) : 11/5/2005 7:12:32 AM GMT
I have got one more question, does the basic stamp provides the clock radio for the IR sensor? ore do you have to work with an extra Timer ic?
Post Edited (Andy Lindsay (Parallax)) : 11/6/2005 4:51:48 AM GMT