-
Notifications
You must be signed in to change notification settings - Fork 15
A little help please #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @joster1, to your first question. For simple application is better to use "blocking" version. It's simpler. This version blocks execution of any code in arduino until command to Onkyo is send (around 61ms). If u need do something during that period than use "non blocking" version. About TurnOff command. Try commands from table at main page. I only tested it for my receiver and for it TurnOff represents 0x420 command. If it doesn't work, you can run "test" project on your arduino. It send all commands one by one. You have to only watch device behaviour and debug information in arduino serial monitor. |
Hello, I do have an Onkyo TX-SR307 AV Amp and I'd like to use the RI interface too. Thank you very muchroom, |
Hello @oelegeirnaert, you can use any of Arduino digital pin. It is on your choice. Only than provide pin number to class constructor :
Wiring is easy. Just connect grounds together and data pin connect to JACK tip.
|
Hi, The purpose is to make an internet connected Amplifier. Kind regards, |
Dear,
As promised, I just did some tests and the wiring seems to be OK.
I was able to send some codes to my amplifier, but know I'd like to know the exact codes.
I found a link where the codes of my remote where explained,
but is the Interactive Remote using the same codes as the Infrared Interface?
Codes for my remote: https://sourceforge.net/p/lirc-remotes/code/ci/master/tree/remotes/onkyo/RC-735M.lircd.conf?
You told something about 12 bits, but the receiver I'm using needs 24 bits as I can read on that link.
How to change the arduino code for that?
Kind Regards,
Oele
|
I don't think there is relationship between RI and remote control. RI mainly serves to turn on/off receiver or switch input channel so only limited functions could be managed by RI. Unfortunately Onkyo does not publish supported codes. You can try detected codes for my receiver or you can detect your code-set yourself by test program for Arduino: https://github.com/docbender/Onkyo-RI#test-program |
Hi @oelegeirnaert |
Hi @jrote1 , |
Hello,
I just ordered a whole house distributed audio amplifier (Dayton Audio DAX66) and an Onkyo TX8140. When any zone is turned on on my amplifier (via in wall keypads), I need the Onkyo receiver to turn On. When all zones are off, I'd like the receiver to go into Standby.
I will use the 12V "Control Out" output from the amplifier to signal my arduino (via a relay to protect it from 12V and keep it isolated). When the 12V is high, I want the Onkyo on and set to Tuner/Internet radio.
Questions:
Thank you so much!
The text was updated successfully, but these errors were encountered: