This is an arduino simple project to control your pc over IR remote control (its simulated a common notebook remote control)
TODO: put fritzing schematic here
- Upload the
sketch/sketch.ino
to your Arduino - In
mappedKeys.json
put the control remote code as object key (like FFA857, if you dont know your remote control codes, use Arduino serial monitor and press keys and copy the console output or run the app and any key that's not mapped inmappedKeys.json
will be in the console output) then put the keyboard key (like right, enter, escape, etc) as object value npm install
node remoteControl.js [--port=YOUR_ARDUINO_COM_PORT]
- Have fun :)
NOTES:
- If you dont pass the
--port
option it will use the first detected COM port (all ports are listed with no --port option)