IR Remote and say it module
zainab1421
Posts: 17
I have the code with ir remote and say it modle and done with them and its work
The point is I need to make them working together
If I don't want to use the IR remote I use the the say it module
It can be?
Because If I insert ir remote code the say it module not working
If I insert say it module code the ir not working
So it can be the 2 of them working ?
The point is I need to make them working together
If I don't want to use the IR remote I use the the say it module
It can be?
Because If I insert ir remote code the say it module not working
If I insert say it module code the ir not working
So it can be the 2 of them working ?
Comments
Of course it can.
I have to ask... do you understand what the code is doing? You say you're inserting code modules. Sounds like your modules were created separately without consideration for what each one was trying to do.
Remember, the BS2 can only do one thing at a time. However, with careful coding, you can "interleave" commands so the Stamp can sequentially do many things in a short amount of time.
Perhaps an option would be to have your 'bot drive for a distance then stop for a bit to monitor the IR and/or Say It. Then repeat.
When you get that working, study the program and try to figure out how to streamline it. To do that you need to (Ta-dah)... "Spend some quality time with the Say It documentation. Also reviewing "Robotics with the Boe Bot", "What's a Microcontroller" and "Basic Stamp Syntax and Reference Manual" certainly can't hurt. (All available online)"
It can work. Good Luck!
Amanda