I have now modified the actual circuits, to achieve, a transmitter, and a reciever circuit. These modified from Nigels tutorial. Can these be checked for errors? They are attached in a one page word doc.
My worries so far are;
1.) On the reciever circuit, I have pin "RA2" recieving the data from the IR reciever. This is becuase the code is;
IR_PORT equ PORTA
IR_TRIS equ TRISA
IR_in equ 0x02
Have I made a mistake?
2.) On the reciever circuit, all the LED's are fed from portb pins, this is becuase the code is:
OUT_PORT equ PORTB
LED0 equ 0x00
LED1 equ 0x01
etc.....
Have i made a mistake?
3.) On the transmitter circuit, there are 2 IR LEDS. Why is this?? Is this to double up on the IR transmission, to ensure it gets sent??
4.) On the transmitter circuit, pin Rb1 feeds the IR LED's, this is becuase the code is:
IR_PORT equ PORTB
IR_TRIS equ TRISB
IR_OUT equ 0x01
is this correct?
5.) Transmitter circuit. The switches are all connected to porta......I can't find the section which specifies this in nigels code?? bit worried about this one.
6.) For the IR reciever, TFMS6360, I can't find this in RS components, can an alternative part/supplier be recommended. (prefer using RS)
7.) For the IR LED's, have chosen a 5mm, 880 peak wave length IR LED. don't know much about these, is there anything specific to be aware of?