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.inoto your Arduino - In
mappedKeys.jsonput 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.jsonwill be in the console output) then put the keyboard key (like right, enter, escape, etc) as object value npm installnode remoteControl.js [--port=YOUR_ARDUINO_COM_PORT]- Have fun :)
NOTES:
- If you dont pass the
--portoption it will use the first detected COM port (all ports are listed with no --port option)