Vita

Results 4 comments of Vita

Hi, I don't know this type of amplifier but with A-803 it works. RI has only unidirectional communication so you can't expect any data from amplifier. It only receives data....

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...

Hello @oelegeirnaert, you can use any of Arduino digital pin. It is on your choice. Only than provide pin number to class constructor : ``` #define ONKYO_PIN 10 OnkyoRI ri(ONKYO_PIN);...

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...