ChriX
Member
I have a problem in that I need to send a button press over infra-red to a Panasonic TV when it is turned on. So, TV and PIC circuit are turned on, then after a second or two the PIC will send the infra red signal, in this case to switch the TV into AV mode.
I found an rdf file that works with my TV using iR Shell on my PSP. The contents are as follows, but obviously with more than one button defined:
This code has the desired effect when in use on the PSP, but I have no idea where to start to try and get the PIC to transmit the same signal using an LED.
Help?
I found an rdf file that works with my TV using iR Shell on my PSP. The contents are as follows, but obviously with more than one button defined:
Code:
CIRCLE=AV
0000 0070 0000 0032 007f 0041 0010 0010 0010 0030 0010 0010 0010 0010 000f 0010 0010 0010 0010 0010 0010 0010 0010 0010 000f 0010 0010 0010 0010 0010 0010 0010 0010 0030 0010 0010 000f 0010 0010 0010 0010 0012 000f 0010 0010 0010 0010 0010 0010 0010 0010 0010 0010 0030 000f 0010 0010 0010 0010 0010 0010 0010 000f 0010 0010 0010 0010 0010 0010 0010 0010 0030 0010 0010 000f 0030 0010 0010 0010 0010 0010 0011 0010 0010 0010 0010 0010 0030 0010 0010 000f 0030 0010 0010 0010 0010 0010 0010 0010 0010 000f 0030 0010 0ac1
This code has the desired effect when in use on the PSP, but I have no idea where to start to try and get the PIC to transmit the same signal using an LED.
Help?