Mrcrouse said:
it'd be better to use a thermister to gauge the temperature of the diode. Use that along with a pot, a relay, and some other componenets, and you have a simple circuit that can disconnect power to your driver when the temperature gets too high.
I have a suggestion. Why not use a driver with TTL input and then drive that at 5V with a PWM. You can set the duty cycle to whatever you like, then adjust the frequency to get a pleasant strobe-like effect. Fast enough pulsing will appear to be on constantly, albeit at a lower average power.
Bob
The BEST thing you can do is combine these two ideas - and i know it WILL work because I've done it before; just not with a laser and for the purpose of duty cycle, but its the same concept exactly.
What you can use is an ATtiny45 or an ATtiny85 (if you need more memory) microcontroller - there only about $1 each online.
It has 6 I/O lines so you can attach a thermistor, a relay, maybe a button and an led if you like, anything you want
If you want to go with the bare minimum and have it go on every x seconds and off every n seconds, all you will need is one of the ICs, and a transistor. A decoupling capacitor along power rails would be smart (and safe) though. I would highly encourage you to do this because its a very reliable chip and has endless limits to it.
Link to ATtiny45:
ATtiny45
Link to ATtiny85:
ATtiny85
if you are going to buy them, i would suggest using newark. they are very fast at shipping and you will likely receive it sometime the same week.
If you are on a limited budget, then you can always find places online to order free samples from. i forget where, but I ordered 5 surface mount and 5 through hole and received them the following week - for NO cost. free shipping and everything
If you need help with this, pm me and I would be happy to help you
there are solid state timers that will run on line voltage and there's a 555 timer ic that is the mainstay for ic timers. I know expense is an issue but you also don't want it to stop during a show
if you dont feel like coding or using an AVR, this is probably the next best thing you can do, except it will take up much more room. depending on the mode you are using, you'll probably need 1 or 2 resistors, a capacitor, and of course the chip and a transistor. The parts will be available at your local radioshack (i hate their timers though - always horrible luck with them) and shouldnt be more then a couple of bucks (online you'll probably find them for 1/4 the price because radioshack like to charge you $2 for $0.02 caps parts)
i can help you with this too if you need, but i would still suggest using the ATtiny. If you want, you can even make different modes with the ATtiny though
PM me if you need help - good luck!