Network AV Receiver remote control for Onkyo & Pioneer
Startup my Pioneer VSX-1131 with an ESP32 OLED (Wemos) microcontroller, via eISCP interface.
- Starting
- selecting the right channel (NET)
- select favorite (TuneIn radio)
- find right station
- set volume
- eISCP_Interface.ino Start Sketch (setup, loop, globals)
- Udp.ino Sends UDP-message to local network, to retrieve device Ip adress
- Sockets.ino Sends and Receives data
- Incoming.ino processes the incoming message to extract command and data
- Outgoing.ino creates the outgoing message with header-data
- TestControl.ino executes the commands to select a specified TuneIn station
- Output.ino displays some data to the wemos OLED
- Optimize WaitForResponse()-Function
- Replace Title- & ElapsedTime-globals with a more flexible class
- Optimize display output
You have to add the desired radio channel to TuneIn previously, yourself! Then change while (!MessageText.startsWith("RADIO BOB!"))
with your predilection.