Planning my DIY Arduino Trigger controlled power on remote
Apr 6, 2016 23:26:17 GMT -5
wizardofoz likes this
Post by JKCashin on Apr 6, 2016 23:26:17 GMT -5
Inspired by Chuck Elliot's dDIY Intelligent Trigger Control project, I have decided to try my hand at something similar.
I will soon have a new (to me) XMC-1, and it will be driving my lovely XPA-1Ls for stereo listening. Turning on the XPA-1Ls is easy, I can just use the trigger out.
But for surround listening, I need to turn on a HK AVR-635 that I will be using as a kind of poor-mans XPA-7 ;-) Seriously though, the HK will be doing duty as my surround amp until such time as I can buy dedicated amplification for the surrounds. That means I need to find a way to turn it on when the XMC-1 triggers the surround trigger.
Well, it turns out that the HK AVR-635 has an RS-232 port, and published specs on how to talk to that port to send all kinds of commands to it, including a discrete on/off, and even to adjust pretty much any parameter of the amp, yes, including volume. Even better, my TV, an older Sharp LCD also supports RS-232 control!
So the plan is to design an Arduino project (thanks again Chuck!) that initially does the following: when it sees the 12v trigger, it will send the on message to the TV, and the HK amp. When the trigger goes off, so do the TV and amp!
Improvements to the project will include actually handling 2 triggers, and essentially extending Chucks project so that trigger 1 would turn on my XPA-1Ls, staggered by 3s, and then trigger 2 would be auto-delayed an additional 3s, and would turn on the TV and HK. I would add LEDs: 1 white power LED, and some trigger LEDs. Two of the trigger LEDs would be inputs and would simply indicate red for off, and green for on. The output LEDs would be red for off, yellow for pending, and green for on. Pending meaning waiting for timer to expire, and/or waiting to send serial data to turn on/off the external units.
I hope I am not biting off more than I can chew here. Phase 1, getting the Arduino to talk to the HK and TV will commence soon, as a friend wants to get back into Arduino tinkering and has a unit, so we will work on it together.
Encouragement welcome.... and definitely open to suggestions for good looking project boxes!
Jamie
I will update information here:
GitHub: ZMZ-1 Nothing here yet... just a placeholder so far.
More to come..
I will soon have a new (to me) XMC-1, and it will be driving my lovely XPA-1Ls for stereo listening. Turning on the XPA-1Ls is easy, I can just use the trigger out.
But for surround listening, I need to turn on a HK AVR-635 that I will be using as a kind of poor-mans XPA-7 ;-) Seriously though, the HK will be doing duty as my surround amp until such time as I can buy dedicated amplification for the surrounds. That means I need to find a way to turn it on when the XMC-1 triggers the surround trigger.
Well, it turns out that the HK AVR-635 has an RS-232 port, and published specs on how to talk to that port to send all kinds of commands to it, including a discrete on/off, and even to adjust pretty much any parameter of the amp, yes, including volume. Even better, my TV, an older Sharp LCD also supports RS-232 control!
So the plan is to design an Arduino project (thanks again Chuck!) that initially does the following: when it sees the 12v trigger, it will send the on message to the TV, and the HK amp. When the trigger goes off, so do the TV and amp!
Improvements to the project will include actually handling 2 triggers, and essentially extending Chucks project so that trigger 1 would turn on my XPA-1Ls, staggered by 3s, and then trigger 2 would be auto-delayed an additional 3s, and would turn on the TV and HK. I would add LEDs: 1 white power LED, and some trigger LEDs. Two of the trigger LEDs would be inputs and would simply indicate red for off, and green for on. The output LEDs would be red for off, yellow for pending, and green for on. Pending meaning waiting for timer to expire, and/or waiting to send serial data to turn on/off the external units.
I hope I am not biting off more than I can chew here. Phase 1, getting the Arduino to talk to the HK and TV will commence soon, as a friend wants to get back into Arduino tinkering and has a unit, so we will work on it together.
Encouragement welcome.... and definitely open to suggestions for good looking project boxes!
Jamie
I will update information here:
GitHub: ZMZ-1 Nothing here yet... just a placeholder so far.
More to come..