In this tutorial, I am going to show you exactly how to make an Arduino remote control. You can use this project to combine functions from different remote controls and make your super-awesome dream remote control!
If you are not familiar with Arduino, check out What is Arduino and Where to start?
A remote control sends out an infrared (IR) code when you push a button. The gadget you point the remote control at will receive this IR code. To make your own Arduino remote control, you need to first copy the IR code from an existing remote control using an IR receiver.
To create our remote control we need to:
- Get the button code from the original remote
- Make a remote-control program
- Upload our program to the Arduino
We will use these components for our Arduino project: