An Arduino-based smart remote control for your Apple TV (3. generation). Navigate to Netflix or start a random episode of your favorite TV series with just one click.
- Arduino UNO R3
- IR transmitter
- Button
- Breadboard
- Several jumper wires
- Connect the button to a GND pin of the UNO board and to pin 6.
- Connect the IR transmitter to GND, 5V and pin 3.
You can call the predefined functions to implement your logic inside the loop() method.