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

How to Register on LPF | LPF Donations

Where to buy LD Drivers Nowadays?

Joined
Jan 9, 2012
Messages
45
Points
0
I've searched everywhere for laser diode drivers, but all the good ones were
sold by people who have since left the business.
The only ones I can find are DTR's X-Boost T-mini which is too expensive, and the Micro Boost Drive V1 which I've had bad experiences with.

Where do you guys get your drivers these days?
 





So true on the price of drivers... I used to be able to pick up a good driver for under $10, now everything is >$20. Try User: FOULMIST. I have one of his drivers coming, i got it set at 2.3A and it was only $10 :) They have great reviews and he is very nice!
 
{
int price;
System.out.print("Price has gone up from " + price + "to ");
price++;
System.out.print(price);
}

anyone?
 
Last edited:
Yes. I noticed the syntax was wrong right after I posted.

Code:
    int price = 1;
    while(1)
    {
        printf("Price has gone up from $%i to ", price);
        price++;
        printf("$%i\n", price);
    }
 
I still have those buck drivers (iDrv3) at 10 bucks. If you are interested shoot me a P.M. I have limited quantities left around 20pcs.

I got the buck/boost (fmt drv v2) at $20 I have a fair amount of them left :)\

links in my signature ;)
 
Last edited:


Back
Top