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 17th July 2008, 02:11 PM   (permalink)
Default LED Switching

Hi,

I'm about to begin a project on optical detection. We are stimulating a sample with light and examining the output. The phase between output and input is most important property and we need to measure it down to 0.1 degree.

For our light input we will use an LED. Since the phase is so important we need a circuit that can switch the led in a perfect square wave, upto about 100KHz. So need to turn the LED from fully off to fully on in a minimum of time.

Can anyone suggest a circuit to acomplish this? Most conventional LED circuits have quite a long transient so are unacceptable. Also is there a particular type of LED which should be used?

Cheers

C

Last edited by col_implant; 17th July 2008 at 02:12 PM.
col_implant is offline  
Old 17th July 2008, 02:19 PM   (permalink)
Default

Would the PWM output from a PIC or other mcu not be square enough?
Boomslang is offline  
Old 17th July 2008, 02:28 PM   (permalink)
Default

Quote:
Originally Posted by col_implant View Post
Hi,

I'm about to begin a project on optical detection. We are stimulating a sample with light and examining the output. The phase between output and input is most important property and we need to measure it down to 0.1 degree.

For our light input we will use an LED. Since the phase is so important we need a circuit that can switch the led in a perfect square wave, upto about 100KHz. So need to turn the LED from fully off to fully on in a minimum of time.

Can anyone suggest a circuit to acomplish this? Most conventional LED circuits have quite a long transient so are unacceptable. Also is there a particular type of LED which should be used?

Cheers

C
hi,
As the light spectrum from a standard LED is not coherent I would think its impossible to measure a 0.1% phase difference.

You need a coherent light source, ie; a laser emitter.
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/

Last edited by ericgibbs; 17th July 2008 at 02:28 PM.
ericgibbs is online now  
Old 18th July 2008, 02:04 AM   (permalink)
Default

Col_implant:
0.1 degree of what? Your modulation waveform?
__________________
Ron (aka Rube)

Roff is online now  
Old 18th July 2008, 10:09 AM   (permalink)
Default

Quote:
Originally Posted by Boomslang View Post
Would the PWM output from a PIC or other mcu not be square enough?
- Its not just the electric waveform itself but more so the actual switching of the LED which has an undesirable transient


Quote:
Originally Posted by ericgibbs View Post
hi,
As the light spectrum from a standard LED is not coherent I would think its impossible to measure a 0.1% phase difference.

You need a coherent light source, ie; a laser emitter.
Quote:
Originally Posted by Roff View Post
Col_implant:
0.1 degree of what? Your modulation waveform?
- The phase measurement well be the difference in the waveform input into the LED and that measured at a photodiode. Not the difference in the phase of the light waves
col_implant is offline  
Old 18th July 2008, 02:10 PM   (permalink)
Default

Won't the phase difference simply be related to how far away the emitter is from the detector...or is that your point?
With a few more details we may be able to help.

There is no such thing as a perfect square wave and the LED will not instantaneously turn on and off.

I think you must be measuring the distance between the emitter and 'sample' since that is the only thing that would alter the phase?
Actually, the 'sample' would need to be moving pretty fast to make any measurable change in the phase of the light reflected!

*More details required ;-)
__________________
advert removed by moderator.
ste5442 is offline  
Old 18th July 2008, 02:24 PM   (permalink)
Default

Quote:
- The phase measurement well be the difference in the waveform input into the LED and that measured at a photodiode. Not the difference in the phase of the light waves
hi,
As 'ste' says you measuring the response delay of the emitter/detector and transit time of the pulse.

What sort of values are you expecting to see and what will they represent.?
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/

Last edited by ericgibbs; 18th July 2008 at 02:25 PM.
ericgibbs is online now  
Old 18th July 2008, 03:01 PM   (permalink)
Default

It sounds like an interesting project but I think you may need to describe it again without using the word 'phase'
__________________
advert removed by moderator.
ste5442 is offline  
Old 21st July 2008, 12:07 PM   (permalink)
Default

Ok, i will try again.

We plan to investigate the sample by stimulating it with high intensity light from an LED. We expect only a fraction of this light to make it through the sample, and we expect there to be a very slight delay in the transmitted signal related mostly to distance but also to the refractive properties of the sample.

I understand that a perfect square wave does not exist, and if it did the harmonics probably be a big problem. My goal mainly is to have an LED swith on and off symmetrically, and with a minimum rise/fall time. I dont think there is a huge difficulty with the switch on, but it is my understanding that when the 'logic high' is removed from the LED there is a slight delay in the extinguishing of the light emitted. The junction "slowly" loses its bias and the light emitted falls off, due to the discharge of the junction capacitance.

I was thinking if there may be some nice circuit to switch the LED off. Perhapps to apply a negative bias, discharge the junction, and extinguish the light quickly.

To give an idea of rise/fall times: say the switching signal is 100KHz, which we want to measure to an accuracy of 0.01 %. 100k/0.01 = 10M. This would be our required sampling frequency, and it would be desirable to have the LED go from fully on to fully off in one sample time; 100 ns
col_implant is offline  
Old 21st July 2008, 12:22 PM   (permalink)
Default

hi col,
For nanosec switching you should be considering a low power pulsed laser diode.

You will find as well as the refractive index of the sample causing a 'delay', a more dominant delay effect
will be caused by the strength [amplitude] of the receiver signal.

The rise time of your detectors will be affected by the received signal strength, the 'weaker' the signal
the longer the rise/switching times in the detector.

Laser diodes can be pulsed in the 25nSec region, giving coherent light, but they are also prone to producing
non coherent light at the end of the driving pulse, which can be microsecs to decay.
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/

Last edited by ericgibbs; 21st July 2008 at 12:24 PM.
ericgibbs is online now  
Old 21st July 2008, 02:46 PM   (permalink)
Default

Quote:
Originally Posted by col_implant View Post
To give an idea of rise/fall times: say the switching signal is 100KHz, which we want to measure to an accuracy of 0.01 %. 100k/0.01 = 10M. This would be our required sampling frequency, and it would be desirable to have the LED go from fully on to fully off in one sample time; 100 ns
0.01% is one part in ten thousand, not one part in 100. Your sampling rate would need to be 1GHz, and your LED switching time would have to be around 1ns.
__________________
Ron (aka Rube)

Roff is online now  
Old 21st July 2008, 03:29 PM   (permalink)
Default

Sorry I ment 1% or 0.01

So does anyone know a nice circuit to switch off an LED quickly?? Or at least to make the on/off light response symetric?
col_implant is offline  
Old 21st July 2008, 03:58 PM   (permalink)
Default

Quote:
Originally Posted by col_implant View Post
Sorry I ment 1% or 0.01

So does anyone know a nice circuit to switch off an LED quickly?? Or at least to make the on/off light response symetric?
Maybe. How much current do you plan to drive through the LED?
Why do you need the precise 50% duty cycle?
__________________
Ron (aka Rube)

Roff is online now  
Old 22nd July 2008, 10:12 AM   (permalink)
Default

Quote:
Originally Posted by Roff View Post
Maybe. How much current do you plan to drive through the LED?
Why do you need the precise 50% duty cycle?

Since we are in the early stages we dont yet know about intensity so we will be going with the the more the better approach. We would start with a circuit capable of a number of different current levels, with a max of 100mA.

I dont want a perfect 50% duty cycle... i just dont want the light emitted from the LED to fall off slowly when the signal is removed, since after all it is the electrical signal input to the LED that will be compared to the electrical signal output from the photodiode on the recieve side
col_implant is offline  
Old 22nd July 2008, 10:54 AM   (permalink)
Default

Quote:
Originally Posted by col_implant View Post
Sorry I ment 1% or 0.01

So does anyone know a nice circuit to switch off an LED quickly?? Or at least to make the on/off light response symetric?
hi,
What circuit are you going to use to switch ON the LED.?
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/
ericgibbs is online now  
Reply

Bookmarks

Thread Tools
Display Modes



Similar Threads
Title Starter Forum Replies Latest
switching from pc peter61 Electronic Projects Design/Ideas/Reviews 0 11th April 2008 02:29 PM
Why switching ? grandestlama Electronic Projects Design/Ideas/Reviews 5 17th October 2004 09:13 AM
switching help plz dstich General Electronics Chat 0 13th January 2004 03:05 AM
Switching PSU Phasor Electronic Projects Design/Ideas/Reviews 2 20th July 2003 08:36 AM
SCR switching 120 VAC batman Electronic Projects Design/Ideas/Reviews 14 2nd July 2003 09:44 PM



All times are GMT. The time now is 07:04 PM.


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

eXTReMe Tracker