I need to be able to turn an amplifier (Harmon Kardon) on and off using from my Arduino.
I think that the easiest approach would be sending an IR signal to the amplifier.
My question is what components I need to accomplish this. What do I need in order to send an IR signal from the Arduino?
I assunme that I need some sort of an IR receiver in order to read what signal the original Harmon Kardon remote emmits when the power buttpn is pressed and ofcourse also spme sort of IR-emitter to be able to turn the ampfier pn and off frpm the Arduino.
Yes. Usually, IR remotes send a binary signal modulated on a base frequency, often 38kHz, AFAIR.
There are ready made IR receiver that do all the work with the base frequency and give you the binary signal.
There is also the IRremote lib that deals with the signal and is able to send signals over an LED.
That said, this works with most modern things, but not with all, and not with all older once. A had no luck decoding my Technics stereo, or my Acer projector ...