1
USB Infrared Toy / RF remote control
My name is MichaĆ and I'm from Poland.
I've redesigned IR Toy's v2 board a bit and managed to build it on my own and it works perfectly!
[attachment=1]
[attachment=0]
I have decoded my Medion's radio remote control codes via the WinLIRC:
Code: [Select]
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.9.0(IRToy) on Wed Mar 05 01:34:06 2014
#
# contributed by
#
# brand: ..config.cf
# model no. of remote control: MD 83529
# devices being controlled by this remote:MD 83529
#
begin remote
name ..config.cf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9069 4445
one 609 1625
zero 609 494
ptrail 608
repeat 9063 2190
pre_data_bits 16
pre_data 0xFF
gap 108216
toggle_bit_mask 0x0
begin codes
standby/on 0x01FE
mute 0x29D6
backlight 0x8976
function 0x619E
sleep 0x41BE
play 0x817E
next 0xC13E
back 0x21DE
enter 0x51AE
display/clock 0xB14E
preset/menu 0x09F6
down 0xA15E
up 0xE11E
eq 0x916E
x-bass 0x49B6
alarm 0x718E
volume- 0xD12E
volume+ 0xC936
end codes
end remote
I would like to build a 868Mhz tranceiver based RF remote controller for my radio which would transmit remote codes via IR diode attached to the radio IR receiver.
Could you tell me how the IR frame should look like e.g for the standby/on button?
I do not really understand the whole data in the config file and I do not know what and how should I send to the IR receiver.
Thanks in advance for all help and suggestions! :-)