| Author |
Message |
ynwia
Joined: 20 Apr 2005 Posts: 1
|
09 May 2008 1:36 Fast optical to electrical converter design solutions ? |
|
|
|
The circuit is to detect the onset/offset of pictures on a computer monitor (CRT or LCD). Monitor starts with a totally dark background, then a 300x300 picture appears for a few hundred milliseconds then switches to darkness, then another 300x300 picture, then dark background again...
Once the circuit detects optical change(darkness to pic, pic to darkness), it either immediately outputs a TTL pulse or changes it current status like a flipflop. The response time should be as small as possible and 1 millisecond is definitely the upper limit. (microseconds or even nanoseconds would be ideal)
I already made a simple circuit with TAOS TSL230R. It kind of works except its output is frequency (not a single pulse or constant voltage) and I have no idea of its response time.
The options in my mind are
1. Go analog. For example, Photodiode->op amps->voltage regulator (7805:?: ).
2. Digital. For example, Photodiode->op amps->microcontroller (pic 12f675:?: )
Which one do you suggest
Any specific parts/circuit solutions to recommend
Any input is highly appreciated.
|
|
| Back to top |
|
 |
R00KIE
Joined: 19 Jan 2003 Posts: 69 Helped: 2
|
10 May 2008 16:48 Fast optical to electrical converter design solutions ? |
|
|
|
Well .... you could use an LDR with a comparator and a flip-flop, it would change state every time a new picture come on the screen. I don't have a clue of how fast it would detect the picture, I guess you would have to find some datasheets and sum the delay of the LDR, comparator and flip-flop.
This approach will be very sensitive to ambient light so either you control the ambient light carefully or you find a way to adjust your comparison levels accordingly (probably using another LDR).
|
|
| Back to top |
|
 |
FvM
Joined: 22 Jan 2008 Posts: 2240 Helped: 374 Location: Bochum, Germany
|
11 May 2008 8:40 Re: Fast optical to electrical converter design solutions ? |
|
|
|
| Regarding resposnse time, you should consider the video frame rate, may be 70 or 100 Hz with most monitors. There's no video imformation present with higher frequency, except of line scan with a CRT monitor (a low pass filter is advisable to remove the several 10 kHz horizontal frequency with a CRT). Thus 10 ms response time is basically fast enough. A photo transistor would have a sufficient output without an amplifier, but a photodiode with OP is is suitable as well. The best design of detection depends on your application, obviously a 8-pin uP with analog input, a phototransistor and a load resistor (+ optional low pass C) makes a versatile detection circuit, that is hard to compete in part count.
|
|
| Back to top |
|
 |