Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Fast optical to electrical converter design solutions ?

Status
Not open for further replies.

ynwia

Newbie level 1
Joined
Apr 20, 2005
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
optical to electrical converter

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 :idea: are

1.:arrow: Go analog. For example, :idea: Photodiode->op amps->voltage regulator (7805:?: ).

2.:arrow: Digital. For example, :idea: Photodiode->op amps->microcontroller (pic 12f675:?: )

Which one do you suggest :?:
Any specific parts/circuit solutions to recommend :?:

Any input is highly appreciated. :D
 

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).
 

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.
 

I think that you should use some integrated solution, because currents for dark colour could be extremely small.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top