Ignore IR Signals
shatterst0rm
Posts: 4
In my engineering course we have to modify a boe-bot to be the best time around the course. Everyone is using the IR Remote code. I've changed the multibot code to use different keys then the initial program used but I'm trying to figure out how to block out interference. Is there something I can put at the beginning of the program before the DO that ignores the codes of the other buttons but the ones that I'm using?
Thanks,
Mark
Thanks,
Mark
Comments
I was thinking:
Case play, play and else, but it won't let me do that. If I put play in, the software asks for a binary or a ")" which I don't understand.
Are you manually driving the BoeBot using an IR remote, or is it autonomously following a route? Remember that if you use IR sensors for proximity sensing for autonomous mode, you can be jammed by someone pointing an IR remote at your sensors.
Or, are you trying to block out certain keys on your own remote so they don't do anything?
Is using the IR remote a requirement?
Ron Czapala wrote some code to use one of the SparkFun FOBs with a BS2.
It uses a 2.4GHz transceiver.
Just an idea, in case the IR noise problem can't be solved.
The XBees available from Parallax work great.
http://forums.parallax.com/showthread.php?131098-Cypherbot/page3 (see Reply #51)