Hi
My target is to recieve IR Data while transmitting the same PIC.
I use PIC12F675 & it doesn't have PWM.IR transmit LED connect to this PIC & TSOP1738 also connected to the same PIC.I want to make a burst of 38Khz for a 600uS time. So I have to decode while transmitting.I wrote a code see if its ok?
In below code if no error flag sets then it got a valid 600uS burst.
Check my IR PIC tutorial - as you're already doing, you don't need PWM, it's much easier and more accurate to do it in software. However, you're probably going to struggle receiving at the same time as transmitting.
Check my IR PIC tutorial - as you're already doing, you don't need PWM, it's much easier and more accurate to do it in software. However, you're probably going to struggle receiving at the same time as transmitting.
Yes, I got the techniqure from your tutorials.Thanks.
The transmitting pulses ok its working.But the recieving data is not coming.I'm checking where the error is.
Datasheet says you need minimum 10cycles (270uS) burst to note the reciever unit.
Just guesing do I need to wait 270uS time to read a data after sending my pulses?
Yes, I got the techniqure from your tutorials.Thanks.
The transmitting pulses ok its working.But the recieving data is not coming.I'm checking where the error is.
Datasheet says you need minimum 10cycles (270uS) burst to note the reciever unit.
Just guesing do I need to wait 270uS time to read a data after sending my pulses?