Laser sensor for arduino

Hi all,

Trying to build a small LED connected to an arduino that will light up when a laser pointer(cheap one) trigger the sensor. It need to work in day light.

I was wondering if you have any suggestion for what to use?

Thanks

Hello @Shouku and welcome to the RobotShop forum!

You could use a phototransistor and build something similar to this:
https://www.allaboutcircuits.com/projects/laser-detection-system-using-a-picaxe/

Or if you know the frequency your laser pointer has you could use this:
https://www.robotshop.com/en/sfe-light-to-frequency-converter-tsl235r.html

There are other types of photosensors that could work as well but I’m afraid I won’t be able to pick one specific as I haven’t done anything similar, but this might give you some ideas:
https://www.philohome.com/sensors/lasersensor.htm

Or try checking the Infrared & Light Sensors section of the store.

I hope that helps!

Good luck with your project

Hi @geraldinebc15,

Thanks you for all of those answer.