Remote controller with keypad that uses the arduino platform sending commands through the serial port
- Arduino Uno/Nano/Mega or similar
- Digital infrared receiver
- Remote control
- Jumpers
- Consult infrared receiver datasheet
- Use the jumpers to connect the infrared receiver to the arduino plataform
- Install Arduino IDE
- Connect Arduino to PC/Notebook
- On Tolls > Ports select the Arduino port
- Run the file RemotePLAY.ino
- Open the Serial Monitor and press the buttons on the remote control
- The code on the Serial Monitor are the buttons id.
- Install node.js
- Open RemotePLAY.js in a text editor
- Set the port to Arduino port and set the buttons id
- On Terminal Install acess the folder RemotePLAY
- run
npm start
- ENJOY IT!