Android Example Onkyo TX-NR676 Receiver controlled over IP Address

I want to control my Onkyo TX-NR676 Receiver from my Music Program (Turn On, Set Volume, Set Listening mode, etc) so I created this little test program to figure out what I needed to do.

In case someone is trying to do the same thing I figured this test program would be a good start

NOTE: In module cOnkyo you need to change the mIPAddress variable to your devices IP Address

B4X:
'------------------------------------------------------------------------------------------------
'       IP Address below is the Address on router that Onkyo is using
'------------------------------------------------------------------------------------------------
   Private mIPAddress                                                       As String   = "192.168.1.12"

Enjoy

BobVal
 

Attachments

  • Screenshot_20190119-145837.png
    Screenshot_20190119-145837.png
    18.5 KB · Views: 454
  • Onkyo-TX-NR676.zip
    26.3 KB · Views: 335
Top