could u tell how the IR send signal for the PIC the drive the motor??
i only know this much ... but i got lots qustions.. i've tried Nigel's tutes and going thru the DAta sheet.... i can only understand half of it .. here it goes
i use the Sony remote control to send signal to the PIC, the IR detector detects the analog signal and Nigel said that the IR detector converts it to digital signal to the PIC and from the digital signal, the PIC drives the motor. this is just the general view of it .. but i want to ask.
1. does everyone button represent different pulse width ??
2. how does the PIC measure the pulse width ? after measuring, how does it
represent it as 1s and 0s??( do i assign it to be either 1 or 0?), if i have 2 instructions, i can have one instruction and 1 and the other as 0, but how bout if i have 4? will it be like this??
4 instruction, 4 different pulse width ,represented as ( 00. 01. 10 11 )?