Bang & Olufsen Arduino IR Receiver for Beo4 Remote for use with Kodi TV over JSON RPC API
You have the following:
- Arduino Uno
- B&O IR Eye, wired to pin 10 on the Arduino Uno, 5V, GND
- Arduino connected to Kodi host via USB
- B&O Beo4 Remote
Tested on Ubuntu 18.10:
$ ./install.sh
This repo includes the Arduino code to listen to commands sent from a Beo4 remote to a B&O IR Eye
This repo also includes a python daemon which listens for IR commands and sends them to Kodi TV over JSON RPC API.
Most of the arduino code was done by https://github.com/christianlykke9/Beomote