https://github.com/jeromewu/kodi-ir-remote-arduino
Kodi IR remote controller using Arduino
https://github.com/jeromewu/kodi-ir-remote-arduino
Last synced: about 1 year ago
JSON representation
Kodi IR remote controller using Arduino
- Host: GitHub
- URL: https://github.com/jeromewu/kodi-ir-remote-arduino
- Owner: jeromewu
- Created: 2020-06-08T01:49:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T05:33:07.000Z (about 5 years ago)
- Last Synced: 2025-02-05T06:43:16.367Z (over 1 year ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kodi IR Remote Arduino
=========
Make your Arduino Uno as an remote controller for your Kodi!
## Prerequisite
- Arduino IDE
- [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote)
- dfu-programmer
## Hardware Wiring
Check this awesome article: [Arduino IR Remote Receiver](https://www.circuitbasics.com/arduino-ir-remote-receiver-tutorial/)
## Installation & Development
### Installation
- Upload [ir-remote.ino](./ir-remote.ino) to your Arduino Uno using IDE
- Short the 2 leftmost ICSP headers next to the USB port ([Tutorial](http://wei48221.blogspot.com/2016/06/how-to-turn-arduino-uno-into-hid_26.html))
- Execute **flash-kb.sh**
```
$ sh flash-kb.sh
```
- Re-connect USB
- Done!
### Development
- Short the 2 leftmost ICSP headers
- Execute **flash-usb.sh**
```
$ sh flash-usb.sh
```
- Uncomment line 39 in [ir-remote.ino](./ir-remote.ino) to see ir codes from your remote controller in Serial Monitor, but **remember to comment this line after development or it might crash your computer**
- Repeat steps in installation
## Reference
- Keycodes: https://github.com/trusktr/arduino-keyboard-sketch/blob/master/arduino-keyboard-sketch.ino