Hello…
Here is my problem:
I have a DVR system that needs to have long URLs entered frequently using a small IR remote or via a USB keyboard. It's these same 5 URLs all the time, so it's a huge pain to have to type it in every time.
My proposed solution:
Use an Arduino Leonardo as an HID keyboard. I could pre-load all of the URLs when I load the sketch, then have 10 physical buttons on a box. When you push button 1, it just pastes in the stored URL associated with that button. So you just use the IR remote to put the cursor in the right place, then push the button on this box and the long, tedious URL gets pasted in.
A more advanced version would have a switch to put it in "record" mode. That way you could push the button you want to "record" to. Plug in a USB keyboard, type in what you want the new one to say, then save it by pushing the same button a second time. Then take it out of record mode.
An even more advanced version (and maybe easier to build) would be to have an IR receiver on the Arduino, then use a generic IR remote. Something like pushing the "1" on the remote is the same as pushing the physical button 1 on a box would be in the first example. Going the IR route would mean I don't need to build a box and wire up buttons. I could just program my universal remote to control the Arduino.
I think the IR route is the easiest, although I don't know about the programming side of things. Is there someone here for hire that could write this sketch for me?
I really look forward to hearing what anybody's thoughts are on this project.
Thanks for reading.