Hi all
dont know if this is the right place for my question but I will shoot it anyway
Ok I have an infrared keyboard but not it's receiver! Is there anyway that I can use this as an infrared keyboard for my smart TV?
The TV accepts normal USB keyboards. What needs to be build to read the infrared codes of the keyboard and then control the TV via usb?
You would need to determine the code output of your keyboard, the code input of your TV, an infrared receiver, and a microprocessor programmed to convert the keyboard code to the TV code (if the two codes are different) and then to a USB output format.
You can make a converter cheaply, in terms of parts, however it will probably take you a large amount of time depending on your experience. You need to determine the codes of each key, as mentioned by crutschow above, as well as the transmission method of the IR (most likely will be either IrDA or a modulated carrier, similar to that of a TV remote control). A couple of simple-to-use microcontrollers for the USB keyboard interface would be an ATMEGA8 with V-USB (keyboard example here https://www.obdev.at/products/vusb/hidkeys.html), or an Arduino Leonardo (ref https://arduino.cc/en/Reference/MouseKeyboard).
ok first of all thanks for your replies,
now, I managed to find the original receiver for that infrared keyboard. It is a small board which gives at the end 3 cables ( 1 earth, 1 power for the receiver, and one for the serial data, I think!). I also have a usb controller from an old usb keyboard.
So.. Keyboard infrared transmitter - infrared receiver - ?????? - keyboard usb controller. What is that I miss in there???