Prototype Chromebox modifications and schema pictures
[clinton/arduino-kodi-ir-keyboard.git] / README.md
dissimilarity index 83%
index cc11a34..e5628c9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,20 +1,25 @@
-# arduino-kodi-ir-keyboard
-Kodi optimized infrared USB keyboard for an Asus Chromebox running openELEC.
-
-IR device: Logitech Harmony 880 with remote profile: 'Plex Player'
-
-Tested with SparkFun Pro Micro, ATmega32u4 (5V, 16MHz)
-
-Initial proof of concept with HID-Project instead of standard Keyboard library: 
-- Kodi control works pretty well already :-)
-- key repeat works
-- boot protocol mode works (tested on a MacMini)
-
-## Issues:
-- Sketch doesn't always start after power up!? 
-   Needs more testing...
-## TODO:
-- Power off / sleep / wakeup
-- CTRL+D / CTRL+W key combinations for boot selection 
-- Chromebox hardware modification to control power toggle switch with Arduino
+# arduino-kodi-ir-keyboard
+Kodi optimized infrared USB keyboard for an Asus Chromebox running openELEC.
+
+IR device: Logitech Harmony 880 with remote profile: 'Panasonic TV TX-43CXW754'
+
+Tested with: 
+- Arduino Leonardo & SparkFun Pro Micro, ATmega32u4 (5V, 16MHz)
+- Arduino IDE 1.6.7
+- [HID Project](https://github.com/NicoHood/HID "HID Project") 2.4.3
+- [IRLremote](https://github.com/NicoHood/IRLremote "IRLremote") 1.7.4
+
+## Features
+- Full Kodi control (at least what I use ;)
+- Power on / off with Chromebox hardware modification
+- Key repeat
+- Boot protocol mode (tested on a MacMini)
+
+## Issues
+- Watch dog reset doesn't work, according to Google this is most likely an Arduino bootloader bug.
+- KEY_QUOTE doesn't work with non-us keyboard layout
+  
+## TODO
+- CTRL+D / CTRL+W key commands for boot selection 
+- sleep / wakeup (IF openELEC supports it)