Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhh/onkyoconsole
Demonstrates the use of OnkyoKit to explore eISCP interaction with an Onkyo AV receiver.
https://github.com/jhh/onkyoconsole
Last synced: 27 days ago
JSON representation
Demonstrates the use of OnkyoKit to explore eISCP interaction with an Onkyo AV receiver.
- Host: GitHub
- URL: https://github.com/jhh/onkyoconsole
- Owner: jhh
- License: mit
- Created: 2015-01-17T20:43:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T23:53:56.000Z (almost 10 years ago)
- Last Synced: 2024-12-16T03:42:18.422Z (about 1 month ago)
- Language: Objective-C
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Onkyo Console
An application for low-level exploration of the Onkyo eISCP protocol.
Uses CocoaPods to install [OnkyoKit](https://github.com/jhh/onkyokit),
see the [CocoaPods Getting Started guide](http://guides.cocoapods.org/using/getting-started.html).### Browse for a reciever
Upon starting, Onkyo Console will display any discovered receivers. Highlight the
desired receiver and click the OK button.![Receiver Browser](/../screenshots/browser.png?raw=true "Receiver Browser")
### Usage example
Onkyo Console will send the selected receiver the `PWRQSTN` (power status) command
after you select a discovered receiver. You can send commands to the connected
receiver by typeing them into the text field below the output window, followed by
"return". For example, on a TX-NR616, other commands you can try are:- `PWRQSTN`: query power status
- `PWR01`: set system to on
- `PWR00`: set system to standby
- `AMTQSTN`: query mute status
- `AMT01`: set mute on
- `AMT00`: set mute off
- `MVLQSTN`: query master volume status
- `MVL??`: set master volume to ??, ?? is 00-64 in hexadecimal
- `MVLUP`: set master volume up
- `MVLDOWN`: set master volume downRefer to the [eISCP protocol documentation][eiscp-protocol] for other receivers and commands.
[eiscp-protocol]:http://michael.elsdoerfer.name/onkyo/ISCP-V1.21_2011.xls "Integra Serial Communication Protocol for AV Receiver"
![Usage Example](/../screenshots/usage.png?raw=true "Usage Example")