Hi!
I'm fairly new to the arduino and have got a problem with the new IR library from IRLib | CY's Tech Talk
I want to be able to use some of the buttons on the tuner remote to also controll the TV. I've had some success but it seems like the code wont loop, as I can only do something once before I have to reset it. All the buttons work, but only one time.. I have code from the sendDemo and the Servo examples in the library as inspiration. I also changed the switch to check the serial just in case it was the my_reciever.resume() that was faulty.
It does exactly what I want it to do, when it recieves a signal it sends another one. The problem is that it will only response once..
That's what happened in Ken's library, too. Try commenting out the sends. If the receiver receives every signal correctly, then the send functions are not resetting to receive mode when they are done.