Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
LinkBack Thread Tools Display Modes
Old 4th November 2006, 10:48 AM   (permalink)
Default

Quote:
Originally Posted by compass1982
regarding the TSOP1738, is it the receiver itself already capable to boost the range of 20 metres? or it need additional circuit to make this happen? can anyone show me the programming for this sensor? i am using PIC 16F877A? is the output of TSOP1738 measured by resistance or voltage?
It's just a standard logic level output, you can connect it directly to an I/O pin on the PIC - check my tutorials for exact details - it's ESSENTIAL to include the decoupling capacitor and resistor in the power feed to the receiver, or you get seriously strange problems!. There's no programming involved with the sensor, only of the data you send over it.

You can't really do anything to the receive side to increase range, you need to increase the transmit power - multiple LED's, higher power pulses, more accurately focused (using narrower beamwidth LED's).
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline  
Old 4th November 2006, 05:24 PM   (permalink)
Default

thanks, i do get to your tutorials site (but yet i still could not find any details about the sensor, can you show me the direct link?) and i found that the coding that you used is different from mine. i am using microcode studio plus to write and compile my program. winpic800 to burn my program into the PIC.
compass1982 is offline  
Old 4th November 2006, 07:36 PM   (permalink)
Default

Try http://www.winpicprog.co.uk/pic_tutorial_ir_board.htm
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline  
Old 16th November 2006, 12:17 PM   (permalink)
Default

hi, sorry to interrupt.
im also building something like what mr.compass is building...

my problem is that my range of IR is very very short, i would say it is only about 5cm..my IR led is being supplied for 100mA(which is the max)

I am using normal IR transmitter and normal receiver.
As i've read this thread, im quite consufed over what actually does affect the range of the IR beam?
isiit the receiver?transmitter?

I am getting a TSOP1738 soon and i havent try on it yet. will this recevier actually boost my detection range?

I thought of getting a highpower wide beam IR emitter too....my desired range is around 15~20 feets.
panadol is offline  
Old 16th November 2006, 01:50 PM   (permalink)
Default

Both affect it, you can pulse the IR LED at fairly high currents (1A is quite common), and this increases the range. Using the TSOP receivers is good as well, as these are very sensitive and a really easy to use - bear in mind you need to modulate your LED at 38KHz or so, depending on the exact TSOP you use.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline  
Old 16th November 2006, 02:37 PM   (permalink)
Default

thanks for the speedy reply,
the tsop im using is 38khz.
will it blow the LED at 1A-38khz pulse?or shud i make the hightime short and longer low(0) time so that the LED will not blow?(to maintain at lower duty ratio?)

i am using reflection technique to detect the IR on the receiver, should i go for narrow beam or wide beam IR?whish has better range?and what are the pro and cons?
thanks

Last edited by panadol; 16th November 2006 at 03:17 PM.
panadol is offline  
Old 16th November 2006, 04:23 PM   (permalink)
Default

The datasheet for your IR LED should spec a max pulsed current rating and a minimum duty-cycle for it.

The TSOP receivers have an automatic gain control that reduces the gain during a continuous signal, because it thinks it is interference. Therefore the data must be received in bursts of from 10 to 140 data pulses then a gap time of at least 14 pulses between bursts for its gain to continue at max.

An LED makes a narrow beam by focussing it. Then its intensity is increased and its range will be far. But it might be difficult to point or reflect a very narrow beam that is invisible at the receiver, a beam with a wide angle would be easy but have less range.
__________________
Uncle $crooge

Last edited by audioguru; 16th November 2006 at 04:33 PM.
audioguru is online now  
Old 16th November 2006, 08:14 PM   (permalink)
Default

Quote:
Originally Posted by panadol
thanks for the speedy reply,
the tsop im using is 38khz.
will it blow the LED at 1A-38khz pulse?or shud i make the hightime short and longer low(0) time so that the LED will not blow?(to maintain at lower duty ratio?)
Like Audioguru says, you don't run it at 38KHz continually, it's usually coded in some way, and the coding is designed to give plenty of rest time inbetween the 38KHz pulses. Check my IR PIC tutorial for details of the Sony SIRC's system.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline  
Old 20th November 2006, 09:10 AM   (permalink)
Default

From what compass1982 has posted
http://www.electro-tech-online.com/a...g?d=1162520040
The frequency of the 555 timer is actually 32.9khz (T=30.36us). and it is not anywhere near 38khz.(i used T=0.69(Ra+2Rb)C to calculate).
I did a simulation using multisim with the calculated values from the formula and happens that the simulation result is 20khz and not 38khz.
I am just wondering how to determine the values of Ra, Rb and C when the actual and the calculated is so far apart.
anyone can show me the values that u used to generate a 38khz frequency for TSOP1738?
thanks
panadol is offline  
Old 20th November 2006, 03:52 PM   (permalink)
Default

Are the values of the timing parts too high and too low for a 555, as shown in the circuit posted by compass1982? The resistors are nearly short circuits and the value of the capacitor is far too high. Look at the graph of recommended parts values in the datasheet.

Are the values of your parts 5%? Then the 38kHz could be anywhere from 34.2kHz to 41.8kHz if your numbers were as accurate as the calculation formula in the datasheet.

Is your power supply properly bypassed? A 555 draws current spikes of up to 400mA (!) when its powerful output switches that must come from somewhere.

Multisim doesn't seem to know if it is coming or going and makes many mistakes.
__________________
Uncle $crooge
audioguru is online now  
Old 20th November 2006, 07:38 PM   (permalink)
Default

I don't think those resistor values are good.

FWIW, LTSpice simulates it high - 44Khz. I suspect the model breaks down due to the low resistors. taking the resistors to 1K and 1.7K and the C to 10n (10000pf), it simulates a spot on frequency.
philba is offline  
Old 21st November 2006, 12:49 AM   (permalink)
Default

got it...i will try it out with the recommended values in the datasheet first..
thx...i used a 7805 to regulate the voltage for the 555
panadol is offline  
Old 22nd November 2006, 05:48 AM   (permalink)
Default

Quote:
Originally Posted by audioguru
The datasheet for your IR LED should spec a max pulsed current rating and a minimum duty-cycle for it.

The TSOP receivers have an automatic gain control that reduces the gain during a continuous signal, because it thinks it is interference. Therefore the data must be received in bursts of from 10 to 140 data pulses then a gap time of at least 14 pulses between bursts for its gain to continue at max.

An LED makes a narrow beam by focussing it. Then its intensity is increased and its range will be far. But it might be difficult to point or reflect a very narrow beam that is invisible at the receiver, a beam with a wide angle would be easy but have less range.
can you explain the meaning of "Therefore the data must be received in bursts of from 10 to 140 data pulses then a gap time of at least 14 pulses between bursts for its gain to continue at max."? I'm getting confused of it... thanks for any help....
v0xyzzz is offline  
Old 22nd November 2006, 03:09 PM   (permalink)
Default

Quote:
Originally Posted by v0xyzzz
can you explain the meaning of "Therefore the data must be received in bursts of from 10 to 140 data pulses then a gap time of at least 14 pulses between bursts for its gain to continue at max."?
The TSOP seres of IR receiver ICs are designed for remote control of TVs and other entertainment products. Data is sent in bursts of IR pulses and the automatic gain control in the receiver IC uses the breaks between bursts to know it is data and is not continuous interference. If it receives continuous pulses then it reduces its gain, thinking that the continuous pulses are interference from a compact fluorescent bulb or other item that continuously pulses IR at 38kHz.

The data burst consists of a start bit, the command code bits (volume up or down, channel number etc) then a device code (TV, DVD player, CD player etc). Then a pause between that burst of pulses before the burst of pulses is repeated again if the button is still held down.
__________________
Uncle $crooge
audioguru is online now  
Old 23rd November 2006, 11:14 AM   (permalink)
Default

i managed to get my timer to operate at 38khz already........thanks...will try out the TSOP receiver once i get it.
any comments about long range and wide range transmitter?any of it to recommend?My desired is about 20ft of transmission
panadol is offline  
Reply

Bookmarks

Thread Tools
Display Modes



Similar Threads
Title Starter Forum Replies Latest
Z8 Encore Error index out of range mootaccount Micro Controllers 2 17th October 2006 03:23 PM
Long range FM transmitter sudhan shrestha General Electronics Chat 5 5th August 2005 12:58 PM
long range transmitting question bootstrap's_bootstraps General Electronics Chat 5 2nd October 2004 01:00 AM
Long range RF remot control circuit imran1 Electronic Projects Design/Ideas/Reviews 4 14th August 2004 03:07 AM
Massive ERRORS in program. URGENT HELP NEEDED. davepusey Micro Controllers 8 18th May 2004 05:13 AM



All times are GMT. The time now is 05:14 PM.


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

eXTReMe Tracker