Home - emanuelepaiano/jirduino GitHub Wiki
JIRDuino is a Java library, for receive, send and convert IR signals by a Arduino (or compatible). You can emulate IR controllers inside your Java threads or translating signal between IR protocols.
Main Java features:
- IR Sniffer/receiver
- IR Sender
- IR Remote signals converter
- IR Remote controllers translators
- IR Remote controller simulator, with JSON keys mapped
For setup, configuration and tutorials, see jIRDuino Wiki: Getting Started
- JIRduino is released under Apache 2.0
- IRLib2-based Arduino sketch is released under GNU-GPL3