Control Arduino with a universal remote
Here’s a helpful library that allows one to add simple IR control to projects The library implements the NEC IR protocol, so set up the universal remote for any NEC device (TV, DVD, VCR, …) and the 32-bit codes should be received. The example sketch provided just prints out IR codes as they’re received, so […]