Hi,
I'm a beginner on using the arduino. I have an arduino uno and have managed to build and modify simple circuits. I need to build a program which uses IR. I have downloaded the IR library and started experimenting. Till now I have only managed to push a button on the remote and an led is lit.
My main issue is that, I want my arduino to light up the led after a series of buttons are pressed in a particular sequence. For example 1852 and the led lights up. If the sequence is wrong, I want it to refresh the sequence. Also I would like it to refresh the sequence every 10 seconds so if part of the sequence is entered well, and time has passed, the sequence will have to be entered from the beginning.
What kind of method should I use?
I appreciate if you help me ![]()
Manuel