Arduino mega ir transmitter and receiver

i have an arduino mega which i wish to use to clone a remote ir signals. i then want to use the mega to transmit the cloned ir signals.

i am looking for a recomendation as to which hardware to purchase and any guidance on software to use eg. demos, tutorials, sample code

1 Like

You can choose VS1838B or TSOP38238 and standard 5mm IR LED. You have to use IR Remote library. GitHub - Arduino-IRremote/Arduino-IRremote: Infrared remote library for Arduino: send and receive infrared signals with multiple protocols

Hey @neville182045, welcome to the forums!

If you are using an Arduino platform, I would recommend using the following IR components:

Both of these products have some pretty decent documentation and example setups linked from the product pages, which should give you a great platform to build your own project from.

Hope this helps! :slight_smile:

exactly what i was looking for. thanks.