Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security by Avery

Modulating a green diode in a handheld build

Joined
Apr 30, 2013
Messages
8
Points
0
I'm planning a handheld build using a green diode (PL520) and li-ion batteries for power. Normally, I would just use one li-ion and a boost driver except that I would like to modulate the laser (at fairly slow rates of 1 - 20Hz).

Ideally, I would provide a pwm signal from an Arduino board so I could program a variety of patterns. However, this would require quite a bit of voltage for a handheld. The Arduino would require 7V and since I can't find a TTL capable boost driver, I'd need to supply an additional ~7V for the LD and 1.5V for a linear driver.

Could I get away with pulsing power to the driver since the frequencies are low? If so, I could just use a boost driver and the Arduino, lowering the required voltage. I could power the driver from Arduino's 5V regulator and use a transistor controlled by one of the digital I/O pins to switch power on/off to the driver. I would then only need to provide the 7V power for the Arduino.

Thoughts? Anyone know of a TTL capable boost driver? That would solve all my problems…

Thanks in advance...
 





Joined
Sep 12, 2007
Messages
9,399
Points
113
I would like to modulate the laser (at fairly slow rates of 1 - 20Hz).

Why? I thought the point of a handheld was no wires, and since you'll be stringing the modulation signal to the thing... why not add one more wire for power?



With frequencies that low, you can use a FET to switch the power to the driver, and control the FET with your arduino.
 

rhd

0
Joined
Dec 7, 2010
Messages
8,475
Points
0
Why not just use an ATTiny85 with a PWM output pin connected to a buck driver's PWM input, and then a cheap SOT23 5V regulator on the buck's input?

That seems like the most elegant, but more importantly, the smallest, approach.
 
Joined
Apr 30, 2013
Messages
8
Points
0
Why? I thought the point of a handheld was no wires, and since you'll be stringing the modulation signal to the thing... why not add one more wire for power?



With frequencies that low, you can use a FET to switch the power to the driver, and control the FET with your arduino.

I'd use a small on-board Arduino like a Digispark. The idea is that everything would be battery powered and I would only connect to the Arduino to try a new sketch.

I've been looking into the FET - thanks for the suggestion! I'm very new to Arduino and electronic circuit design so I appreciate the input. A main goal of this build for me is the learning potential.
 
Joined
Apr 30, 2013
Messages
8
Points
0
Why not just use an ATTiny85 with a PWM output pin connected to a buck driver's PWM input, and then a cheap SOT23 5V regulator on the buck's input?

That seems like the most elegant, but more importantly, the smallest, approach.

Hmm. Very interesting... I like small and elegant! I'm reading about the ATTiny85 and SOT23 although I'm not sure about the buck driver. Wouldn't that increase my voltage requirements?
 




Top