Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
Thread Tools Display Modes
Old 7th December 2007, 07:09 AM   (permalink)
Wink IR transmitter and receiver need help

as for the transmitter part everything is ok with it.when debugging i used the function generator as a signal.

but the receiver part i got a hard time with the IR receiver....it cant receive anything data being transmit from the transmitter LED.so is there any one who can kindly help mi or give some opinion?

parts changed is:
ztx600 change to ztx300 (Darlington pair)
tsop1170 change to tsop1138 (38kHz)
Attached Images
File Type: jpg IR circuit.JPG (31.8 KB, 55 views)
jhchong is offline   Reply With Quote
Old 7th December 2007, 07:31 AM   (permalink)
Default

Quote:
Originally Posted by jhchong
as for the transmitter part everything is ok with it.when debugging i used the function generator as a signal.

but the receiver part i got a hard time with the IR receiver....it cant receive anything data being transmit from the transmitter LED.so is there any one who can kindly help mi or give some opinion?

parts changed is:
ztx600 change to ztx300 (Darlington pair)
tsop1170 change to tsop1138 (38kHz)
Welcome to Electro-tech-online

you might have seen that TSOP1170 works at 40KHz and your modified Rx works at 38KHz
to make it operational you have to match both Tx and Rx to same frequency.

Transistor change doesn't matter so much.
__________________
Regards,
Sarma.
mvs sarma is online now   Reply With Quote
Old 7th December 2007, 07:48 AM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
Welcome to Electro-tech-online

you might have seen that TSOP1170 works at 40KHz and your modified Rx works at 38KHz
to make it operational you have to match both Tx and Rx to same frequency.

Transistor change doesn't matter so much.
but i'm not using the Tx and Rx forgot to say sorry....

cause this circuit is going to combine with PIC microcontroller not to computer.as a result,with or without it doesnt matter. is just that im unable to receive any data through the IR receiver.

IR receiver output logic is 1.and the use of the transistor is to convert it to active low signal.i added an LED to test the output at the IR module as well as the transistor...but no signal appears.

most important part is i applied a 38 kHz square wave signal to it
jhchong is offline   Reply With Quote
Old 7th December 2007, 08:34 AM   (permalink)
Default

It is not that clear.
If you did not use the PIC at all and only sent a square wave at 38KHz from some other source, what can the Rx path of com port recognize? and if you have used the PIC it was configured to output 40KHz
please try to put the schematic of what you actually wired.
__________________
Regards,
Sarma.
mvs sarma is online now   Reply With Quote
Old 8th December 2007, 07:55 AM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
It is not that clear.
If you did not use the PIC at all and only sent a square wave at 38KHz from some other source, what can the Rx path of com port recognize? and if you have used the PIC it was configured to output 40KHz
please try to put the schematic of what you actually wired.
hmm,maybe i try saying like this.
i'm doing a project call "infrared data transmission". my part is to build the infrared circuit, so while waiting for my partner to finish the software,me myself trying to test my circuit.my input comes from the PIC which the program has been burn inside.as a result,i do not need use the RX n TX.

i used the function generator to give a 38kHz square wave to my input which is the 2.2k resistor.and use the oscilloscope to see its output waveform for the TRANSMITTER part only.this part 100% works

next what i did is trying to combine with the RECEIVER part.as i said above the tsop is a 38kHz module rite.thats the reason y i give the input 38kHz.

now the problem comes.no signal detected at the receiver

ps:kindly correct mi if my concept is wrong thanks
jhchong is offline   Reply With Quote
Old 8th December 2007, 12:06 PM   (permalink)
Default

Basically you may have to appreciate that the content in the PIC PIC outpus is at 40KHz rate. Similarly the Rx is expected to respond at 40KHz as the driver software for reception might have been written for Getting signals from TSOP1170.
Now suddenly you replace the TSOP1170 with TSOP1738
it would not be matching the driver.
__________________
Regards,
Sarma.
mvs sarma is online now   Reply With Quote
Old 8th December 2007, 01:05 PM   (permalink)
Default

experiment with a AND gate with one input 38KHz from Func GEN and other input you can supply10Hz signal to it using a 555 as astable .then try to wire a RED led on the collector path in series with the resistor.now as the Tx is on 38 and Rx you have TSOP1738,
the LED should change status when ever the 2nd pin is going high and low. this will be a crude test for checking the function of Rx
- BTW check the prog content of the PIC you will notice that the frequency is set to 40
try if you can change it to 38 then perhaps it can respond. however what is the point in changing TSOP1170-- is it non availability?
__________________
Regards,
Sarma.
mvs sarma is online now   Reply With Quote
Old 8th December 2007, 02:08 PM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
experiment with a AND gate with one input 38KHz from Func GEN and other input you can supply10Hz signal to it using a 555 as astable .then try to wire a RED led on the collector path in series with the resistor.now as the Tx is on 38 and Rx you have TSOP1738,
the LED should change status when ever the 2nd pin is going high and low. this will be a crude test for checking the function of Rx
- BTW check the prog content of the PIC you will notice that the frequency is set to 40
try if you can change it to 38 then perhaps it can respond. however what is the point in changing TSOP1170-- is it non availability?
yes we have take noted that the PIC output must be 38 kHz.thanks i try it on monday when i go to lab.thanks 4 the help,appreciate it.if any questions i will post again.
jhchong is offline   Reply With Quote
Old 8th December 2007, 02:14 PM   (permalink)
Default

Quote:
Originally Posted by jhchong
yes we have take noted that the PIC output must be 38 kHz.thanks i try it on monday when i go to lab.thanks 4 the help,appreciate it.if any questions i will post again.
That's unlikely to be your problem, it makes very little difference, 36KHz, 38KHz, 40KHz, all seem to work equally well with each other - you may lose a little extreme range?, but generally rooms aren't that large.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 8th December 2007, 02:33 PM   (permalink)
Default

Why don't you use a TV remote as a test transmitter. If you see a signal from your receiver then your transmitter is at fault, otherwise it is your receiver.

Mike.
Pommie is offline   Reply With Quote
Old 8th December 2007, 04:21 PM   (permalink)
Default

A TSOP receiver expects to receive data, not a continuous carrier. When it receives a continuous carrier then its AGC reduces its gain because it thinks the carrier is interference from a compact fluorescent light bulb.

Look at the datasheet. It explains the AGC and shows bursts of data to keep the gain high.

The datasheet shows a graph of its bandpass. The 40kHz transmitter is only 5.3% higher than the 38kHz receiver and the tolerance is plus or minus 5% anyway. The output will typically be down to 87%. You won't notice.
Attached Images
File Type: png TSOP1738.PNG (11.9 KB, 11 views)
__________________
Uncle $crooge

Last edited by audioguru; 8th December 2007 at 04:23 PM.
audioguru is offline   Reply With Quote
Old 8th December 2007, 04:50 PM   (permalink)
Default

Quote:
Originally Posted by audioguru
A TSOP receiver expects to receive data, not a continuous carrier. When it receives a continuous carrier then its AGC reduces its gain because it thinks the carrier is interference from a compact fluorescent light bulb.

Look at the datasheet. It explains the AGC and shows bursts of data to keep the gain high.

The datasheet shows a graph of its bandpass. The 40kHz transmitter is only 5.3% higher than the 38kHz receiver and the tolerance is plus or minus 5% anyway. The output will typically be down to 87%. You won't notice.
so ur meaning is?i cant use continuous signal as i mention like function generator?
jhchong is offline   Reply With Quote
Old 8th December 2007, 05:11 PM   (permalink)
Default

Quote:
Originally Posted by jhchong
so ur meaning is?i cant use continuous signal as i mention like function generator?
Haven't you read the datasheet? It tells you exactly how the data is supposed to be so that it avoids detecting a continuous carrier.
__________________
Uncle $crooge
audioguru is offline   Reply With Quote
Old 8th December 2007, 05:11 PM   (permalink)
Default

Quote:
Originally Posted by jhchong
so ur meaning is?i cant use continuous signal as i mention like function generator?
No, it will drastically shorten the range.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is online now   Reply With Quote
Old 8th December 2007, 07:25 PM   (permalink)
Default

Quote:
Originally Posted by audioguru
Haven't you read the datasheet? It tells you exactly how the data is supposed to be so that it avoids detecting a continuous carrier.
i think i get what u mean already.so say it in a simple way is i need to fulfill its requirements?such as duty cycle and time?
Attached Images
File Type: jpg tsop.JPG (82.0 KB, 12 views)
jhchong is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
laser transmitter/ receiver ropotic Electronic Projects Design/Ideas/Reviews 1 17th January 2007 03:04 PM
Help/ Ideas on micro beeping transmitter & receiver jshelley Electronic Projects Design/Ideas/Reviews 6 11th September 2006 01:40 AM
RF transmitter and receiver nimnoc General Electronics Chat 4 23rd November 2005 12:13 AM
FM Transmitter and Receiver missy Electronic Projects Design/Ideas/Reviews 13 28th July 2005 05:30 PM
transmitter and receiver naveed Electronic Projects Design/Ideas/Reviews 1 11th October 2004 06:52 PM



All times are GMT. The time now is 10:34 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.