Skip to content

An arduino-firmata simple project to control pc over IR remote control

Notifications You must be signed in to change notification settings

darioodiaz/cheapNodeRemoteControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your cheap remote control with Nodejs and Arduino

This is an arduino simple project to control your pc over IR remote control (its simulated a common notebook remote control)

Hardware

TODO: put fritzing schematic here

Software

  1. Upload the sketch/sketch.ino to your Arduino
  2. 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 in mappedKeys.json will be in the console output) then put the keyboard key (like right, enter, escape, etc) as object value
  3. npm install
  4. node remoteControl.js [--port=YOUR_ARDUINO_COM_PORT]
  5. 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)

About

An arduino-firmata simple project to control pc over IR remote control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages