IR Remote Controll For Arduino

I believe I have found the solution to your problem.

With my remote control it is very hard to just send one IR command. I will often end up sending 2 or 3.

In my interrupt routine I end up displaying those extra IR commands.

However in your blocking program BroHogen you do not end up displaying those extra IR commands.

I believe that is the problem you are encountering. You might try to quickly press one button to get just one IR command.

Also differnet remote controlls have different timing structures. Mine as you can see is 900 useconds.

I hope I have solved your problem. :slight_smile:

Thankyou for your input.

YoungRobot