I want to set up the Arduino to read and write IR codes for NEC and RC5 formats. Most important is being able to transmit IR, that seems to be harder to find examples for then reading IR examples.
Thank you,
Keith
I want to set up the Arduino to read and write IR codes for NEC and RC5 formats. Most important is being able to transmit IR, that seems to be harder to find examples for then reading IR examples.
Thank you,
Keith
Another excellent resource (and how I learned about IR transmission) is on the EEVBlog. If you've never seen it, you can check it out on YouTube.
There is this one, where he uses an Arduino to send IR:
https://www.youtube.com/watch?v=BUvFGTxZBG8
Definitely worth watching. He's also posted the code online.