cl0rm / eiscp_bridge

add WiFi Control to older onkyo AVRs. Converts the RS-232 protocol into onkyo's own Ethernet protocol.
7 stars 0 forks source link

Onkyo / Integra eISCP Bridge

Control your old AVR via WiFi. No need for a newer one!

Purpose

This can be used if you want to control an Onkyo / Integra AVR via Ethernet (for example through python / Home Assistant) but

With (very inexpensive) hardware and this piece of code you can convert the serial port communication (ISCP) to Onkyos eISCP protocol. This will happen completely transparent for the client, there should literally be no difference between using this and the native eISCP implementation.

Usecases (examples)

Required Hardware

The Tx/Rx of the MAX232 chip have to be connected to the D1/D2 Pins of the WeMos Board. (Which Correlate to GPIO4/5, confusingly.)

Features

Planned Features

License