Skip to content

Network connected AVR remote control via Blueooth connected Arduino rotary encoder

License

Notifications You must be signed in to change notification settings

denwilliams/bluetooth-avr-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bluetooth-avr-remote

Network connected AVR remote control via Blueooth connected Arduino rotary encoder

I use this at home to turn on and adjust the volume of the receiver from another room. Only works with Yamaha at the moment, will be adding Pioneer soon.

Needs a config.json to work, eg:

Run the javascript on a raspberry pi or computer with node js.

It will connect to the remote over bluetooth at the specified address. The sketch for the remote is in the /arduino folder.

{
  "avr": {
    "type": "yamaha",
    "host": "192.168.0.123"
  },
  "remote": {
    "host": "98:D2:01:FF:25:C9"
  }
}

About

Network connected AVR remote control via Blueooth connected Arduino rotary encoder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages