Electronic – Will I detect any signal if I apply laser light on one of the two light sensors placed in a sunlight

amplifiercircuit analysislight-sensoroperational-amplifiersensor

I am trying to make a counter which should work in a solar light. I am thinking to use two ambient light sensors placed close to each other and use a differential amplifier. One sensor receives a RED laser light and sunlight on it. The Second sensor receives just sun-light. Therefore, I would have zero volts at the output if LASER is absent or else HIGH volts if it is present. Will this work?

EDIT:

I have two lasers with me. (1) Red laser. 660 nm and 130mW. (2) Green laser 532nm and 50mW.

I have this sensor: http://www.everlight.com/file/ProductFile/ALS-PDIC144-6C-L378.pdf (also have 5mm too)

Best Answer

Yes it should work, assuming the sensors are well matched. Allow for some leeway. Eg require the signal to reach a minimum difference between the sensors before outputting HIGH. If you give more info, eg purpose of system, what's driving /controlling the laser, and that your final output is used for, I could help with a circuit.

You may be able to avoid needing two sensors if you encode the laser, or at least pulse it. For example, have it pulse at 1kHz (assuming your sensors react fast enough). Then filter out signals below that, then smooth that result and add a schmitt trigger for your final logic signal. This is the idea behind how IR remote control receivers block out ambient light from interfering. The underlying frequency, eg 1kHz is called the carrier frequency.

Either way, using a light filter which blocks everything but the laser light colour could help.

Edit: I found this circuit from here which looks near perfect:

enter image description here

As per my comment, just ignore the components after the final op-amp and feed into the MCU instead. Then just change a few values to change the reception frequency (currently 40kHz).